cakephp 2.1 beta : Class 'AppModel' not found
Hi
My appliaction woks fine with cakephp 2.0.6, when I switch to 2.1beta,
I have This error :
Fatal error: Class 'AppModel' not found in /home/myname/public_html/
myapp/app/Plugin/Online/Model/OnlineAppModel.php on line 20
OnlineAppModel.php :
class OnlineAppModel extends AppModel {
var $name = 'Online';
}
I swith to 2.1 with this line in webroot/index.php
define('CAKE_CORE_INCLUDE_PATH', DS . 'home' . DS . 'myname' . DS .
'public_html' . DS . 'cake2' . DS . 'lib');
Any idea to solve this ?
Thanks
dype
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home