I have some strange problems including files from other accounts on cPanel server. This server is NOT managed by me, so I need some suggestions what could be wrong. Here is my code:
include_once(/home/aaa/public_html/file.php);
And I get this error - Warning: include_once(/home/aaa/public_html/file.php) [function.include-once]: failed to open stream: Permission denied
Warning: include_once() [function.include]: Failed opening '/home/aaa/public_html/file.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php'
I checked /home/aaa/public_html/file.php and permissions/ownership is OK. open_basedir protection is disabled. What else could be wrong?
Trying to delete and re-create account "aaa" (so it got new files) didn't solve problem



LinkBack URL
About LinkBacks
Reply With Quote




