Menu

What's going on?

Help
Thomas S.
2001-10-20
2001-10-23
  • Thomas S.

    Thomas S. - 2001-10-20

    When I login and go to the File Manager It shows everything normal except this

    Warning: MkDir failed (No such file or directory) in /home/cncwar/public_html/phpgroupware/phpgwapi/inc/class.vfs_sql.inc.php on line 1643

    What's going on and what did I do wrong?

     
    • Jason Wies

      Jason Wies - 2001-10-20

      You need to set the permissions on your files directory so that your webserver (Apache) can create directories and files inside of it.  There are detailed instructions in the INSTALL file that explain how to use chown/chmod.

      Jason Wies aka Zone

       
    • Thomas S.

      Thomas S. - 2001-10-21

      What files exactly do I chmod?

       
    • Jason Wies

      Jason Wies - 2001-10-23

      From the INSTALL file:

      [REQUIRED] Change permissions for files directory and all it's subdirectories to be writable by Apache
             This is the files directory you created earlier and specified in setup (Edit Current Configuratio
      n)
              cd /path/to/files
              chown -R nobody .
              -OR-
              chmod -R 777 .

      Jason Wies aka Zone

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.