Log in

View Full Version : Error when linking to a single post in a thread.


mike2902
07-19-2011, 11:25 PM
3.8.2

I am getting an error if you try to select a single post in a thread to link. Like here for example I clicked the 3rd post of a thread. The link to the thread displayed is:

http://hangin-out.net/showpost.php?p=294403&postcount=3

But instead of the actually post showing. You get this error:

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '/home/hanginou/public_html/showpost.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0



Any Ideas??

kh99
07-19-2011, 11:39 PM
Check on your server to see if the file showpost.php has the right file owner and permissions (you should be able to make it the same as the other php files).

mike2902
07-19-2011, 11:45 PM
Fantastic, that was it. It was set to 0 0 0

Thanks for the help