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??
Directories unwriteable. php.ini help.
Moderator: General Moderators
-
chetanmadaan
- Forum Newbie
- Posts: 6
- Joined: Fri Jan 16, 2009 10:41 pm
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
-
chetanmadaan
- Forum Newbie
- Posts: 6
- Joined: Fri Jan 16, 2009 10:41 pm
Re: Directories unwriteable. php.ini help.
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.
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
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.
i switched the safe_mode = Off in php.ini but still the same problems... 
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Directories unwriteable. php.ini help.
Google file permissions.