PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   Upload From Sever Issue (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/121770-upload-sever-issue.html)

Exacto December 26th, 2005 07:16 PM

Upload From Sever Issue
 
I'm having a strange issue. I have been testing the "Upload from server" function. I will upload about 10 pics via FTP to my server. I go to upload them with the option to do 5 at a time and everything goes fine. I get to the Process screen where you can enter the description, keywords, etc. I click on Process and it goes to a "Error 500 The server encountered an unexpected condition which prevented it from fulfilling the request."

The strange thing is the pictures get uploaded fine and show up in my gallery perfectly. The Gallery isn't live yet so I don't know if it would happen to everyone.
Any ideas why?:confused:

Thanks

KW802 December 26th, 2005 09:25 PM

Exacto,

Sounds like a server timeout issue. If you do a 'view PHP info' what are your memory settings currently at?

Exacto December 27th, 2005 07:00 AM

Memory_limit is 40m. post_max_size is 8m and upload_max_size is 20m
The max I've been trying is about 2m

Zachariah December 27th, 2005 08:17 AM

Doing some fishing - Error 500 is very general.

- Is it a file type that errors ? (if so what type)

- Are the image problems @ random or on high dimensions size? (if so what size)

- Do you have the same problems with the same image if you upload 1 at a time vs. use the Bulk option ?

Exacto December 27th, 2005 08:40 AM

It's on any image. I don't have the issue if I do less than 5, but there isn't an option to lower it below 5. I received your last post about adding the code to upload.php in my email but it didn't show up here.:confused: I haven't tried it yet.

KW802 December 27th, 2005 05:09 PM

Exacto,

I was going with the memory issue because when I was on a shared server I had the same issue; for me 3 was the magic number. To change the values in the drop-down list modify your "adv_gallery_upload" template and about 2/3 of the way down you'll find "<select name="server[process_number]">" and beneath are the values that are displayed.

On my dedicated server some of the settings I have are:
Max Execution Time: 60
Post Max Size: 55m
Upload Max Filesize: 30m


All times are GMT -5. The time now is 12:08 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97