Page 1 of 1

Directories unwriteable. php.ini help.

Posted: Fri Jan 16, 2009 10:42 pm
by chetanmadaan
what line should i put in to the php.ini file in order to make all the directories writable????

none of the files or folders are writable.


is there any other way to do it??

Re: Directories unwriteable. php.ini help.

Posted: Fri Jan 16, 2009 10:51 pm
by alex.barylski
CHMOD 777

Re: Directories unwriteable. php.ini help.

Posted: Fri Jan 16, 2009 11:03 pm
by chetanmadaan
didn't worked out.

Re: Directories unwriteable. php.ini help.

Posted: Fri Jan 16, 2009 11:09 pm
by alex.barylski
You need to read up on file permissions my friend. Google Linux File Permissions and read a few articles.

This is not a setting in php.ini unless you are getting an error about safe-mode, in which case you need to disable safe-mode in php.ini -- search php.net:

http://ca3.php.net/manual/en/features.safe-mode.php

Re: Directories unwriteable. php.ini help.

Posted: Fri Jan 16, 2009 11:25 pm
by chetanmadaan
i switched the safe_mode = Off in php.ini but still the same problems... :banghead:

Re: Directories unwriteable. php.ini help.

Posted: Sat Jan 17, 2009 1:30 am
by alex.barylski
Google file permissions.