I have a problem with my CakePHP
, I am 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 searches I found a lot of things talking about configuring mod_rewrite
and until then I've done everything to be able to release this function in apache.
Now the question is what can this be and if anyone can help me?
It is worth remembering that all controllers exist, it was done CTRL+C
and CTRL+V
from one hosting to another, and in the old hosting everything was working, I came to the conclusion that it could be the same server configuration. >