Re: missing plugin exception

2012-01-10 Thread euromark
There are definitely no such links It's the search engine. But in debug mode I even get some pretty bad notices: /localsite//index.php Notice (8): Undefined offset: -1 [CORE\Cake\Routing\Router.php, line 596] Notice (8): Trying to get property of non-object [CORE\Cake\Routing \Router.php, line 59

Re: missing plugin exception

2012-01-10 Thread euromark
Not sure if that's a bug worth fixing. Calling `domain//index.php` should probably throw another exception... But which? On 10 Jan., 18:40, euromark wrote: > Some search engine seems to triggure a strange error: > > 2012-01-06 21:52:15 Error: [MissingPluginException] Plugin could not > be found.

Re: missing plugin exception

2012-01-10 Thread José Lorenzo
http://www.domain.com//index.php notice the double // it looks like either the search engine is doing dumb requests or you have a bad link in your site wich is being followed by the spider. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new C

missing plugin exception

2012-01-10 Thread euromark
Some search engine seems to triggure a strange error: 2012-01-06 21:52:15 Error: [MissingPluginException] Plugin could not be found. #0 /srv/www/lib/Cake/Routing/Dispatcher.php(285): CakePlugin::path('') #1 /srv/www/lib/Cake/Routing/Dispatcher.php(74): Dispatcher->asset('/ index.php', Object(CakeR

Re: Missing Plugin Exception & CakePlugin::load() in 2.0.0-alpha

2011-07-12 Thread majna
You should download latest 2.0 head https://github.com/cakephp/cakephp/tarball/2.0 and check your database.php configuration -- 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

Re: Missing Plugin Exception & CakePlugin::load() in 2.0.0-alpha

2011-07-11 Thread nothingspare
this message in context: http://cakephp.1045679.n5.nabble.com/Missing-Plugin-Exception-CakePlugin-load-in-2-0-0-alpha-tp4457151p4575663.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check

Missing Plugin Exception & CakePlugin::load() in 2.0.0-alpha

2011-06-05 Thread sotin
Hi everyone, I'm having trouble getting my plugins to load in CakePHP 2.0.0-alpha, I keep getting missing plugin exceptions unless I call CakePlugin::load() explicitly... Fatal Error (256): [MissingPluginException] Test plugin Users could not be found. #0 ~/htdocs/lib/Cake/Core/App.php(380): Cake