[pmwiki-users] upload error

Hans design5 at softflow.co.uk
Wed Sep 5 12:53:28 CDT 2007


update:

When I CHMOD 2777 to uploads/ directory PmWiki can create new
uploads/Group/ subdirectories.
When  I then CHMOD 755 to uploads/ and attempt to upload to a new
Test group first time, I get an error:

Warning: mkdir(uploads/Test) [function.mkdir]: Permission denied in
/.../.../public_html/farm/pmwiki.php on line 506

....

PmWiki needs to have a writable uploads/Test/ directory before it can
continue. You can create the directory manually by executing the
following commands on your server:

    mkdir /.../.../public_html/fields/abc/uploads/uploads/Test
    chmod 777 /.../.../public_html/fields/abc/uploads/uploads/Test

Note the double uploads/uploads/ in the error message, but the $UploadUrlFmt
is set to 'http://www. ... .com/fields/abc/uploads';

  ~Hans




More information about the pmwiki-users mailing list