
- You are not logged in. | Login
January 16, 2007 11:45 am
- Conker
- Member


CHMOD installation
hi,
please help to install CHMOD. I write in the code:
chmod("config.php",644);But there appears warning:
Warning: chmod() [function.chmod]: Operation not permitted
Please help.Thanks
January 16, 2007 11:48 am
- selmahyekishot
- Member


Re: CHMOD installation
On what hosting are you trying to do that?
Is safemode enabled?
Put @ symbol before function
January 16, 2007 11:51 am
- selmahyekishot
- Member


Re: CHMOD installation
You siad absolutely nothing, I can't read your minds. What is it? 
January 16, 2007 11:54 am
- phppat
- Member


Re: CHMOD installation
in the php.ini configuration file there is such a thing as safe_mode. So if it is disabled you are limited to do some things on the site
Last edited by phppat (January 16, 2007 11:54 am)
PHP monster


