You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught Error: Class 'homologacao' not found in /home/web/Downloads/web/homologacao/App/core/route.php:82 Stack trace: #0 /home/web/Downloads/web/homologacao/index.php(13): Route::start() #1 {main} thrown in /home/web/Downloads/web/homologacao/App/core/route.php on line 82
OBS : The way it would be would be simple if the folder is homologation it le this initial if it is another folder sample test would look like this
I would like to know how do I work the correct way I'm using mvc it's only working if it's in the example root folder
http://localhost/homologacao/
The structure will be like this
http://localhost/homologacao/services
http://localhost/homologacao/contato
Model: homologacao
Controller: homologacao
Action: action_index
Fatal error: Uncaught Error: Class 'homologacao' not found in /home/web/Downloads/web/homologacao/App/core/route.php:82 Stack trace: #0 /home/web/Downloads/web/homologacao/index.php(13): Route::start() #1 {main} thrown in /home/web/Downloads/web/homologacao/App/core/route.php on line 82
OBS : The way it would be would be simple if the folder is homologation it le this initial if it is another folder sample test would look like this
http://localhost/teste/services
http://localhost/teste/contato
Would you help me?
Thank you
The text was updated successfully, but these errors were encountered: