0
I got a problem with mine CakePHP
, I’m completely new to this framework
and my erro
is as follows:
2017-05-01 10:09:45 Error: [MissingControllerException] Controller class PagesController could not be found. Exception Attributes: array ( 'class' => 'PagesController', 'plugin' => NULL, ) Request URL: /brasil/ Stack Trace: #0 C:\xampp\htdocs\brasil\app\webroot\index.php(227): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse)) #1 {main}
In my researches I found a lot talking about setting up the mod_rewrite
and so far I have done everything to be able to release this function in apache.
Now the question remains what that might be and if anyone can help me?
Remember that all controllers exist, was made a CTRL+C
and CTRL+V
from one hosting to another, and in the old hosting everything was working, I came to the conclusion that can be same server configuration.
Please be sure to mention the exact version of Cakephp (last line vendor/cakephp/cakephp/VERSION.txt or lib/Cake/VERSION.txt)
– Rayann Nayran
The version I have here is 2.6.2.
– Maicon e Nanda Blumenau