Sunday, June 29, 2008

Error: failed to open stream: Operation not permitted

If you get an error like:

Warning: main(/home2/user/public_html/folder/somefile.php): failed to open stream: Operation not permitted in /home/user/public_html/includes/somefile.php on line XXX

Then it is becuase the "user" folder needs to be moved from home2 to home, or vice versa.

** If there is no /home2, then simply log in to ssh and run:

cd /
ln -s home home2

And that should fix.


** If there is a /home2, then simply move the site to /home2

No comments: