Michael
 
The line three is simply an include to read a config file from a sub-directory
 
the actual line three is:
 
 require('includes/application_top.php');
 
and gives this error:
 
 PHP Warning:  require(includes/application_top.php): failed to
>> open stream: Operation not permitted in
 
 
thanks
 
t
 


> Hi Tony,
>
>> Still looking for any help about this error:
>>
> For starters I'd run this:
>
> chown apache:site34 -R  /home/.sites/58/site34/web
>
> That chowns all files and folders in /web of site34 to the same UID
> and GID. That usually takes care of all the safemode related
> include problems.
>
> Drawback: You (or the siteAdmin) won't be able to upload files to
> that folder through FTP.
>
> Benefit: If the PHP script(s) need to generate files and folders,
> they now can. And it won't create additional safemode problems
> either.
>
> Next I'd check this error message:
>
>>>> Operation not permitted in
>>>> /home/.sites/58/site34/web/index.php on line 3
>>>>
> What does line 3 in that index.php actually do?
_______________________________________________
Blueonyx mailing list
[email protected]
http://www.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to