A new hint for a kind of a 2038 error message, while uploading a photo
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
With a new setup from my gallery3 from git a have had the problem again, to get a "2009.11.19_thailand_axel_00_img_4984_1620.jpg - Server Fehler: Error #2038 (IO)" error. I read nearly all threads, where this error was discussed. I saw and fix all hints like the simultaneous upload limitations, and so on. But i never saw or read, that the error occures, while the gallery is protected with a HTTP-Basic Authentication. In my case the Baisc Authentication is required to have access to the gallery. In my access_log i got the following 401 HTTP Response Code: Quote:
178.3.xxx.yyy - a_user [11/Mar/2012:19:46:34 +0100] "GET /themes/wind/css/themeroller/images/ui-bg_inset-hard_100_fcfdfd_1x100.png HTTP/1.1" 304 - "http://aaa-und-bbbb.2company.de/index.php/combined/css/f027fced8d981c5431de3deecde1cd53" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:10.0.2) Gecko/20100101 Firefox/10.0.2" The gallery don't write out any output in the gallery-log. Quote:
~/dimi-und-anna/var/logs$ tail -f 2012-03-11.log.php It would be very kind from you, if anybody takes a view on my issue. In my mind the flash library does not support a site with basic auth. blaufotograph Homepage: http://reisen.blaufotograph.de |
|
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
I found the following issue with the flash player: http://demo.swfupload.org/Documentation/#knownissues Quote:
Authentication Maybe anyone has a idea how to debug this issue ?? blaufotograph Homepage: http://reisen.blaufotograph.de |
|
alexl
Joined: 2012-03-09
Posts: 3 |
![]() |
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Use a different upload method as flash has issue with http auth. Dave |
|
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
alexl wrote:
maybe Hi Alex, thanks for your answer, but i set already this parameters ;-) Maybe i should follow the hint from dave, and use the html-uploader, if there is no way to fix this... floridave wrote:
Use a different upload method as flash has issue with http auth. @Dave, is there any chance to fix this issue with flash, which i already find out? Do you know if it's possible to fix the gallery here ? I think, that could help some more people ? blaufotograph Homepage: http://reisen.blaufotograph.de |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
It is a issue with flash, as you found out, not Gallery. Perhaps you can find some Adobe people to help you out. Dave |
|
blaufotograph
Joined: 2007-07-30
Posts: 53 |
![]() |
floridave wrote:
It is a issue with flash, as you found out, not Gallery. Perhaps you can find some Adobe people to help you out. thank you very much, Dave. I see, there is currently no hope to get this issue resolved. So what... I have two possibilities: 1. Use the gallery only with it's own login, and not with the basic auth method By the way, is there the possibility to develop another upload tool, like the zip-uploader from gallery2 ? _____________________________________________ blaufotograph Homepage: http://reisen.blaufotograph.de |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Other upload methods: http://codex.gallery2.org/Category:Gallery_3:Other_Clients So Yes there is a possibility to develop another upload method like the zip-uplodeder similar to G2. Dave |
|