Directories unwriteable. php.ini help.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
chetanmadaan
Forum Newbie
Posts: 6
Joined: Fri Jan 16, 2009 10:41 pm

Directories unwriteable. php.ini help.

Post 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??
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Directories unwriteable. php.ini help.

Post by alex.barylski »

CHMOD 777
chetanmadaan
Forum Newbie
Posts: 6
Joined: Fri Jan 16, 2009 10:41 pm

Re: Directories unwriteable. php.ini help.

Post by chetanmadaan »

didn't worked out.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Directories unwriteable. php.ini help.

Post 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
chetanmadaan
Forum Newbie
Posts: 6
Joined: Fri Jan 16, 2009 10:41 pm

Re: Directories unwriteable. php.ini help.

Post by chetanmadaan »

i switched the safe_mode = Off in php.ini but still the same problems... :banghead:
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Directories unwriteable. php.ini help.

Post by alex.barylski »

Google file permissions.
Post Reply