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


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to