When trying to upload photos I now get the error message (in German "Hochladen fehlgeschlagen") upload failed. I do not know what I have changed. However I did format and to set up my pc new a while ago - could that have an effect on this? see debug transcipt.
Quote from: hagenru1 on December 07, 2012, 04:34:39 PM
I did format and to set up my pc new a while ago - could that have an effect on this?
I don't think so. Please read and follow the upload troubleshooting docs: http://documentation.coppermine-gallery.net/en/upload_troubleshooting.htm#upload_trouble
Thank you for your reply. Must be dumb or just not such a expert. Could not find the answer to my problem in the description in teh link you suggested to me - I looked at that already before posting the thread. The problem still exists.
Then please post the required information:
- http://documentation.coppermine-gallery.net/en/upload_troubleshooting.htm#upload_support
- http://documentation.coppermine-gallery.net/en/upload_troubleshooting.htm?expand_all=1#upload_support_step-by-step
Single file upload to the Testalbum worked fine but with multiple upload it fails. Setting at present is for single upload.
Testalbum - http://www.laelli.ch/cpg/thumbnails.php?album=223
User/Password for tests - copmine/copmine
Thanks for any help.
Quote from: hagenru1 on December 08, 2012, 09:18:56 AM
Single file upload to the Testalbum worked fine but with multiple upload it fails. Setting at present is for single upload.
Sorry, I forgot to mention the
Error code 406
Testalbum - http://www.laelli.ch/cpg/thumbnails.php?album=223
User/Password for tests - copmine/copmine
Thanks for any help.
The 406 HTTP status code is generated by your server, not Coppermine. However, often it seems to be related to mod_security, so please try to disable it or check your .htaccess file in general.
Thank you - have to look into it.
I temporarely deleted the .htaccess file in the cpg directory, but no change - I still can't upload mutliple JPGs - still getting error 406!
Benutzereinstellung (user setting): "Flash unterstützt (flash supported)"
Coppermine album: http://www.laelli.ch/cpg
Testalbum - http://www.laelli.ch/cpg/thumbnails.php?album=223
User/Password for tests - copmine/copmine
I hope somebody can help me.
Try adding the following to your .htaccess files
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Thanks Phill - SUPER - GREAT - it now works like a charme!! :) :) :) :) :)
Please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.
Thank you - I'm learning as a forum newbie ;)