HI,
El 07/11/2008, a las 7:39, nightcrawler13 escribió:
> but after I followed then I got this error message "Fatal error: Class
> 'AppHelper' not found in C:\xampp\htdocs\stream\app\views\helpers
> \media_player.php on line 106"
You could add the file app_helper.php in
C:\xampp\htdocs\stream\app\
with this code
<?php
class AppHelper extends Helper {
}
?>
or simply change the snippet code fromm extends AppHelper to extends
Helper...
I guess some builds of Cake 1.2 haven't cake/libs/view/helpers/
app_helper.php
--
Fran Iglesias
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---