From: Zac E. <zac...@me...> - 2007-08-20 16:08:18
|
hello. I'm trying to determine why the upload plugin isn't working as described. I have two phpwiki instances. a 1.2.1 and a 1.3.14 here's an example File successfully uploaded. Upload:ZacElston/z1-image.gif (http://psiwiki//uploads/ZacElston/z1- image.gif) in the 1.3.14 ( UpLoad.php,v 1.25) version the uploaded files get written to a uploads$user/$file dir as opposed to uploads/$user/$file which is what the wiki reports it should be. thus the inline request of [Upload:ZacElston/z1-image.gif] fails in the 1.2.1 (UpLoad.php,v 1.19) install it just writes to the root phpwiki dir with a filename of uploads$user$file the errors (1.3.14) listed on the upload are as follows. where should phpwiki-upload.log be located? It's not accepting the phpwiki root or the plugin dir lib/plugin/UpLoad.php (In template 'body' < 'html'):264: Warning: The upload logfile is not writable. so in both cases it looks like the file isn't getting the initial ./ uploads/ directory prepended to the name on write. is this a config option somewhere? thanks -zac |