PDA

View Full Version : Php Errors "Permission denied"


furiano
28th January 2009, 03:51
Good Night...

I was trying install aplications in my server but I didn't.

The server show:
Warning: mkdir() [function.mkdir]: Permission denied in /home/web1/web/uebi/smarty/Smarty.class.php on line 1412


I did read step by step the debian perfect install... review all items but I didn't fuond the problem...

What must I do?

Sorry. My english is awful and the google´s translator doesn't help me...

till
28th January 2009, 12:27
Make the directory writable for the webserver process with chmod. Take a look at the installation instructions of the application that you want to install, I guess they have described there which directories have to be writable.

furiano
28th January 2009, 18:42
I've tried that but it is not the problem.
The error was that I showed in the installation manual but uebimiau com joomla atmail and did the same ...
Furthermore although check or uncheck "PHP Safe Mode" there is no difference.

Thanks...

falko
29th January 2009, 19:47
Do you know which directory the webmail application tries to create?

furiano
29th January 2009, 20:39
yes,
the directory is /home/web1/web/database

falko
30th January 2009, 13:27
What's the output of ls -la /home/web1/web/?