-2
On the terminal screen, permissions are correct:
But on my localhost, the page is opening with error:
But on the IDE screen, it’s there too, see:
The question is, how do I make my localhost recognize that this file exists on the system?
I’ve tried using the command sudo service httpd restart
, but nothing has changed, someone knows something else that needs to be done?
Basically the permission is:
- owner (reading and writing) 6
- group (reading and writing) 6
- other (reading) 4
The other files on the list are opening normally, only the one that doesn’t:
gerenciar-premios-imprensa.phtml
Are you sure you are passing the correct file path? Try to pass the absolute path of it instead of passing the relative path to the file you are trying to include it.
– Rodrigo Rigotti
I’m sure, because he’s in the same place as the others, and the others usually open.
– Ivan Ferrer
All views are called through the method. I am using Zend Framework 1.12
– Ivan Ferrer