Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/home/comer/public_html/phpform/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
I have checked the permissions on the directory and its contents. I had already set forms to have 777 along with its subdirectories. Please help me understand what is wrong here.
Thanks so much.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This recently happened to me. Everything was fine at first, but my host changed/upgraded it's servers and it locked up some .php permissions. In other words they altered the way the server handles these requests. It seems the script inside the index.php is requesting information or trying to transfer information and the server has denied the request. Therefore not allowing the process to execute correctly. I would tell your host about this problem. I did, and they ended up changing me to another server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have recently downloaded 2.09 and have tried to use it. However, I get the following peculiar output from http://localhost/~myname/phpform/index.php:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/home/comer/public_html/phpform/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
I have checked the permissions on the directory and its contents. I had already set forms to have 777 along with its subdirectories. Please help me understand what is wrong here.
Thanks so much.
This recently happened to me. Everything was fine at first, but my host changed/upgraded it's servers and it locked up some .php permissions. In other words they altered the way the server handles these requests. It seems the script inside the index.php is requesting information or trying to transfer information and the server has denied the request. Therefore not allowing the process to execute correctly. I would tell your host about this problem. I did, and they ended up changing me to another server.