cakephp 2.1 beta : Class 'AppModel' not found

2012-02-06 Thread dype
{ 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

Re: cakephp 2.1 beta : Class 'AppModel' not found

2012-02-06 Thread dype
Thanks I can move forward with news errors ;-) On 6 fév, 20:04, majna majna...@gmail.com wrote: http://book.cakephp.org/2.0/en/appendices/2-1-migration-guide.html -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site

Re: Installing a Cake app on OVH, with shared hosting

2011-11-19 Thread dype
Hi check http://forum.cakephp-fr.org/viewtopic.php?id=4281 (If you do not read french, the .htaccess samples are in apache language ;-) In your fist .htaccess try : app/webroot instead of /app/webroot In the second one, add : RewriteBase / in your app directory is under www or if your

Re: CakePHP 2.0.3 out of the oven

2011-11-16 Thread dype
I've found the solution, there is a missing dependancy : To solve the problem : sudo pear install --force phpunit/PHPUnit_MockObject On 14 nov, 20:56, dype dyp...@gmail.com wrote: Many thanks for this new release ! But I've still have the with screen with phpunit 3.6 (pear installation

Re: CakePHP 2.0.3 out of the oven

2011-11-14 Thread dype
Many thanks for this new release ! But I've still have the with screen with phpunit 3.6 (pear installation). It works fine with the vendor installation : https://gist.github.com/1332693 -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new

cakephp 2.0 App:import

2011-10-12 Thread dype
Hello I started to migrate my application to 2.0 I encountered the following problem. I use a twitter plugin. The file: Plugin/Twitter/Config/twitter.php contains the class TWITTER_CONFIG In the template file: Plugin/Twitter/Model/twitter.php I want to import this class: App:: import