Good morning!
I'm using the cakephp framework, but I have a problem with no solution so far ... I have a login controller, I commented the entire login code and left only the trex
$ this-> redirect (array ('controller' => 'nomedocontorller', 'action' = > 'home'));
In localhost this command works normally, I can direct the url, however, when I put it on the online server I simply get a blank page and no error message.
I have already checked spaces in the Index, routes, Controller, and View files, but there are no spaces before the php opening tag I've already tried opening php just with
<?
I have already uploaded a new cakePHP framework to the server to test if the problem was hidden in any of the files, but msm with the default cakephp files continued not directing. I have already released debug mode to start the errors, but more so no error is reported, neither visually nor in the error log.