well, my host moved me from the old server to the new one, and now everything works fine [or at least seems to]
sheww!!! glad i'm not crazy
these wild goose hunts are not any fun at all
a


On 8 Aug 2008, at 8:41 PM, adam overton wrote:


ahhh, this is intensely frustrating.
i was able to upload just a few days ago to my heart's content.
now nothing - just a stupid message saying the following: no file uploaded...
i'm running beta65.
i've gone thru the documentation, and the archive, and checked and double-checked my settings. to help prove to myself that i'm not going crazy, i've even installed a completely fresh separate version of pmwiki on my server - it doesn't share anything with the site i've been working on. it too fails to upload.

is there any way to see exactly what's going on on my server? like a log of some sort? the files i'm uploading are small, just jpegs; if i try to upload a slightly larger file, it takes some time (which demonstrates to me that it's actually uploading), and then returns the same no file uploaded msg...

i'm posting my settings below, but i get the feeling that they are alright. i wonder if this conspiracy theory might hold some weight -- a few days ago i started complaining to my host that i was getting a lot of 'server not found' msgs (about 1 in every 15 saves results in a time-out, or unable to connect to server msg). would it be plausible that my host since then has changed some settings that affect my ability to upload?

anyhow, here are the settings for the main site:

in phpinfo:
file_uploads -- on
post_max_size -- set to 8MB (via a script i've placed in .htaccess, in the folder above pmwiki.php
upload_max_filesize -- 8MB

in config.php:
$EnableUpload = 1;
$HandleAuth['upload'] = 'edit'; // if you can edit, then you can upload $UploadMaxSize = 1024*1024 * 8; # limit upload file size to 8 MB (default is 50k)
$UploadPrefixQuota = 1024*1024 * 50; # limit group uploads to 50 MB
## allow filetypes
$UploadExtSize['mp3'] = $UploadMaxSize;
$UploadExtSize['au'] = $UploadMaxSize;
$UploadExtSize['aif'] = $UploadMaxSize;
$UploadExtSize['wav'] = $UploadMaxSize;
$UploadExtSize['mov'] = $UploadMaxSize;
$UploadExtSize['flv'] = $UploadMaxSize;
$UploadExtSize['swf'] = $UploadMaxSize;
$UploadExtSize['ogg'] = $UploadMaxSize;


i saw a recommendation somewhere in the archive about putting
        LimitRequestBody 0 ## unlimited up to 2GB
in my .htaccess file (in the home dir above pmwiki.php), but it broke the site when i tried it

what else?

thanks,
a


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to