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
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)
Review the server logs to find what is wrong - an internal server error is what the name suggests.
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.
Access log won't tell you what the error is; that's what the error log is for.
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.