When installing I get the error Warning: mkdir(dummy) [function.mkdir]: Permission denied in /your/path/to/coppermine/install.php on line 126. What does that mean?
The script must have the right to create and delete files. • on *nix/linux-webservers: chmod the coppermine directory (and all subdirectories) to 755 (rwxr-xr-x). To find more about chmod: check some of these fine chmod tutorials • on Windows/IIS: Check if the user the webserver runs the php-scripts under (usually called IUSR) has sufficient rights to read, execute, change, delete in the Coppermine folder. To find out how, ask your webhost or read the server manual, if you’re running your own server. • on Windows/Apache: Check the account Apache runs under and set the rights in the file-system.
Related Questions
- When installing I get the error Warning: mkdir(dummy) [function.mkdir]: Permission denied in /your/path/to/coppermine/install.php on line 126. What does that mean?
- I am using svnserve, when I attempt to do a commit to the remote repository I get a Permission denied error. How do I set up user accounts for svnserve?
- Why do I see a "Can start server : UNIX Bind : Permission denied" error message when I attempt to start msqld?