<html><head><meta name="Generator" content="PSI HTML/CSS Generator"/>
<style type="text/css"><!--
body{font-family:'Arial';font-size:10pt;font-color:'#000000';}
LI{display:list-item;margin:0.00in;}
p{display:block;margin:0.00in;}
--></style>
</head><BODY ><div><SPAN style="font-size:10pt;">it appears that the solarspeed php addon does not include tidy but the default php does?</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">t</SPAN></div>
<div><SPAN style="font-size:10pt;"><br /><br /></span></div>
<div><SPAN style="font-size:10pt;color:navy;">> Must be the holidays....</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> Cant find any help on this include problem and no help on the tidy</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> install?</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> any help would be greatly appreciated!</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> t</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Michael</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> The line three is simply an include to read a config file from a</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> sub-directory</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> the actual line three is:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> require('includes/application_top.php');</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> and gives this error:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> PHP Warning:  require(includes/application_top.php): failed to</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:blue;">>>>> open stream: Operation not permitted in</SPAN></div>
<div><SPAN style="font-size:10pt;color:blue;">>>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> thanks</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> t</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> Hi Tony,</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:blue;">>>>> Still looking for any help about this error:</SPAN></div>
<div><SPAN style="font-size:10pt;color:blue;">>>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> For starters I'd run this:</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> chown apache:site34 -R  /home/.sites/58/site34/web</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> That chowns all files and folders in /web of site34 to the same</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> UID and GID. That usually takes care of all the safemode</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> related include problems.</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> Drawback: You (or the siteAdmin) won't be able to upload files</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> to that folder through FTP.</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> Benefit: If the PHP script(s) need to generate files and</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> folders, they now can. And it won't create additional safemode</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> problems either.</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> Next I'd check this error message:</SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:red;">>>>>>> Operation not permitted in</SPAN></div>
<div><SPAN style="font-size:10pt;color:red;">>>>>>> /home/.sites/58/site34/web/index.php on line 3</SPAN></div>
<div><SPAN style="font-size:10pt;color:red;">>>>>>></SPAN></div>
<div><SPAN style="font-size:10pt;color:purple;">>>> What does line 3 in that index.php actually do?</SPAN></div>
</body></html>