On 5/29/07, <b class="gmail_sendername">Jen King</b> <<a href="mailto:jenking@law.berkeley.edu">jenking@law.berkeley.edu</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi PM Wiki folks,<br><br>After doing a search of the archives, I can't find an answer to my<br>particular case. I just set up PM Wiki<br>2.1.27, and I'm unable to get file uploads to work. I created a<br>public_html/wiki/uploads directory, and when I attempt an upload, the
<br>password screen merely refreshes. Here's my local php:<br><br> $EnableUpload = 1;<br> $HandleAuth['upload'] = 'edit';<br> $UploadDir = "/wiki/uploads";<br>## $UploadPrefixFmt = '/$Group/$Name';
<br><br>I commented out the group upload piece for troubleshooting purposes, and<br>it still doesn't work. I have a password set for edit, read, and admin.<br>Permissions on the directory are 777; not sure if safe mode is enabled,
<br>but i'm not getting a safe mode error.</blockquote><div><br>Hi, Jen: Any luck with this? Sometimes cries for help get lost in the crowd -- if you're still struggling, you might want to post again. I wish I could help, but I'm just a user. The only thought I have, right off, is to wonder if maybe you should use
<br> $DefaultPasswords['upload'] = crypt('youreditpasswordhere');<br>instead of the $HandleAuth whatsit.<br><br>Oh, and I have<br> $UploadUrlFmt = $ScriptUrl.'/uploads';<br>instead of your
<br> $UploadDir = "/wiki/uploads"; <br>(I don't know how that works, so can't say whether it looks odd or not.)<br><br>Hoping that's some kind of help,<br><br>Tegan<br></div></div>