|
PITS /
00610Summary: Upload Directory Name created differently in different places.
Created: 2005-11-30 00:14
Status: Awaiting feedback
Category: Bug
From: TomPlunket
Assigned:
Priority: 1
Version: 2.0.12
OS: Linux 2.4.20/Apache 2.0.40/PHP 4.3.6
Description: my config.php:
$ScriptUrl = 'http://sinistar/wiki';
$EnablePathInfo = 1;
$EnableGUIButtons = 1;
$EnableUpload = 1;
# $DefaultPasswords['upload'] = crypt('secret');
# $UploadDir = 'upload';
$UploadUrlFormat = 'http://sinistar/wiki/uploads';
I have my When I upload files, the uploads go as the Any tips? The workaround at this time (which from a user perspective is transparent so it's "ok") is to symlink ../uploads to this directory. --TomPlunket November 30, 2005, at 12:21 AM Note that the variable used to set PmWiki's idea of the url for retrieving uploads is Ah ha, that's it. Ok thanks. Hence the trouble with abbreviations; I read in the docs "Upload URL Format" and just typed that in. Thanks for the kind and gentle nudge. It does seem awkward still that the default for this variable does not match the default for what is uploaded to, though. --TomPlunket |