Php.ini File & Chmod Problem

liunx

Guest
I have just upgraded my Joomla installation to latest version and need to edit the php.ini file but cant find it anywhere via ftp. This is a security issue and need to edit the globals line to secure the site. Where is the php.ini file and do I have access to it.??<br />Secondly I have installed modules in Joomla that work fine but I cannot change the ownership of them via CHMOD as these are installed automatically by the Joomla software and are shown as belonging to "nobody (99) - how do I change permissions on such files??<br /><br />I appreciate that this is not a Joomla forum but the issue is related to cpanel etc etc and not Joomla itself. I have tried to change these files via cpanel but no joy.<br /><br />thanks<br /><br />Hapless<!--content-->
I just <a href="http://www.totalchoicehosting.com/forums/index.php?showtopic=29375&hl=" target="_blank">answered the PHP part</a> earlier today.<br /><br />If "nobody" owns the files you need to open a ticket with the help desk to have the ownership changed before you can CHMOD any of them.<!--content-->
<!--quoteo(post=189700:date=Sep 8 2006, 05:29 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE(TCH-Bruce @ Sep 8 2006, 05:29 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=189700"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->I just <a href="http://www.totalchoicehosting.com/forums/index.php?showtopic=29375&hl=" target="_blank">answered the PHP part</a> earlier today.<br /><br />If "nobody" owns the files you need to open a ticket with the help desk to have the ownership changed before you can CHMOD any of them.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Many Thanks - read the other posts and problem now solved as regards PHP security issue. Will raise support ticket for the other issue with CHMOD. Just out of interest - are there any plans by TCH to somehow allow us Joomla users the right to change ownership??<br /><br />Regards<br /><br />Mark J<!--content-->
I can be wrong about this, but from what I understand it is not TCH, but more how joomla is constructed, that makes these ownership problems. Hopefully this is fixed when version 1.5 are released.<!--content-->
I think it's more how php itself works. When not running as a cgi script, it runs as nobody, therefore any files it creates are owned by nobody. You could probably write a php script to delete or chmod those files.<!--content-->
 
Back
Top