How to CHMOD folder writing permissions during installation???
|
15-12-2011, 12:01 AM
Post: #6
|
|||
|
|||
RE: How to CHMOD folder writing permissions during installation???
unfortunately i dont, chmod is a unix command and is not supported by xp and such.
you could give this a try... make a new file called chmod.php in your root directory.. add this code to it, point your browser at it, and give it a try: (file location for /tmp/ would be /tmp or tmp/) untested. and remember to use 0777 not 777 Code: <?php while i do doubt that script will work, its worth a try... some other notes: "chmod does not exist in windows, use the file permissions, make sure apache on windows is running as a user that can access those files, you may have to change it via the administrator account" Custom HTML/CSS/PHP http://theorderofindividualacceptance.co...p.php?id=1 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to CHMOD folder writing permissions during installation??? - mattsuc - 11-12-2011, 07:15 PM
RE: How to CHMOD folder writing permissions during installation??? - Punktured - 11-12-2011, 08:12 PM
RE: How to CHMOD folder writing permissions during installation??? - mattsuc - 11-12-2011, 10:27 PM
RE: How to CHMOD folder writing permissions during installation??? - Punktured - 11-12-2011, 10:49 PM
RE: How to CHMOD folder writing permissions during installation??? - mattsuc - 14-12-2011, 11:36 PM
RE: How to CHMOD folder writing permissions during installation??? - Punktured - 15-12-2011 12:01 AM
|