Php Errors "Permission denied"

Discussion in 'Installation/Configuration' started by furiano, Jan 28, 2009.

  1. furiano

    furiano New Member

    Good Night...

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

    The server show:
    Code:
    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...
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. furiano

    furiano New Member

    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...
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Do you know which directory the webmail application tries to create?
     
  5. furiano

    furiano New Member

    yes,
    the directory is /home/web1/web/database
     
  6. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /home/web1/web/
    ?
     

Share This Page