Error 500 - Internal Server errors when uploading via Batch or HTTP Error 500 - Internal Server errors when uploading via Batch or HTTP
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Error 500 - Internal Server errors when uploading via Batch or HTTP

Started by Humpa, November 29, 2007, 11:43:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Humpa

I am able to upload some images, but I normally get an error 500 - internal server error message.
I verified that my "albums" folder and sub-folders are set to 755.

cpg 1.4.14
max_execution_time is 50seconds
upload_max_filesize is 20M
post_max_size is 8M
memory_limit is 40M
file_uploads is On
GD2

http://www.humpa.com/coppermine
user: test_user
password: password

I have read thru the faq's and various threads, but haven't seen anything that seemed pertinent.

I know php, so even any hints at what to try or look at would be appreciated. Though I'm about ready to simply create my own gallery - I'd just like an easy way to show my pics and to also allow for comments.

Thanks

Humpa

Just an update.
I have the image width for intermediate pics set to 900 and I can upload files that don't need to be resized. I just batched 96 pics that were 900px max and it worked fine.
And I can upload a 115kb, 1000px pic. But a 300kb pic gives me the 500 Internal Server Error.

So I can at least use the gallery. If I want fullsized pics available, I can at least do it manually (replace/ rename files and update the width/height in the database)

Joachim Müller

Review the server logs to find what is wrong - an internal server error is what the name suggests.

Humpa

Quote from: GauGau on November 30, 2007, 08:26:08 AM
Review the server logs to find what is wrong - an internal server error is what the name suggests.
I just tried uploading three pic's (about 1mb and 3000x2000px and 2 with firefox and 1 with IE) and I'm not sure what to make of the normal access logs
216.138.115.193 - - [30/Nov/2007:09:52:08 -0500] "POST /coppermine/db_input.php HTTP/1.1" 200 645 www.humpa.com "http://www.humpa.com/coppermine/upload.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1" "-"
216.138.115.193 - - [30/Nov/2007:09:52:27 -0500] "POST /coppermine/db_input.php HTTP/1.1" 200 645 www.humpa.com "http://www.humpa.com/coppermine/upload.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1" "-"
216.138.115.193 - - [30/Nov/2007:10:06:54 -0500] "POST /coppermine/db_input.php HTTP/1.1" 200 645 www.humpa.com "http://www.humpa.com/coppermine/upload.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)" "-"

It doesn't seem to tell me anything.

Any idea what I should be looking for? Or is there a file I can edit to get more info and try to determine where I'm running into problems?
Also, I deleted my .htaccess file in the root in case there was something in there that was conflicting.

Nibbler

Access log won't tell you what the error is; that's what the error log is for.

Humpa

Quote from: Nibbler on November 30, 2007, 04:29:09 PM
Access log won't tell you what the error is; that's what the error log is for.
It is a 1and1 hosted site so that's all I have access to.

Any idea what I should be looking for? Or is there a file I can edit to get more info and try to determine where I'm running into problems? I'm good with php.