Failed upload, #2038, stuck
|
dkerlee
![]()
Joined: 2005-06-09
Posts: 42 |
Posted: Wed, 2012-06-27 03:07
|
|||
|
Hello Folks, I'm able to upload single, and multiple small pictures (< 5KB). But when I try to upload one, or multiple, larger pictures (3000KB) I get a fail, then another fail, then the uploader appears to freeze. Which log files can I tail to see where the error is occurring? selected settings fro phpinfo.php:
|
||||
| Login or register to post comments |


Posts: 26097
The flash uploader is not that robust.
Have you tried other upload methods?
FAQ: Why do I get a Error #2038 when I try to upload more than one item
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 42
Hmmm, you're right. The flash uploader isn't very robust
I'll look into the uploading options and will post again when I get somewhere.
Thanks Dave.
Posts: 42
Is there a way to do a simple form upload? I'd really like to get the flash uploader working again. Where might I look for errors in the logs as to more information to the failure?
Small pictures upload fine. Anything over 2MB gets to about 30% then comes up with the error.
Any ideas on where I can start chasing down errors?
Posts: 26097
http://codex.gallery2.org/Category:Gallery_3:Other_Clients
http://codex.gallery2.org/Gallery3:Modules:html_uploader
FAQ: Why can't I upload big files (over a megabyte or two)?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 22
I'm also getting Error #2038 from the flash uploader after upgrading to Gallery 3.0.4 (branch 3.0.x, build 235) from 3.0.3
things work as expected with html_uploader.
I tried to move the 3.0.3 lib/uploadify/ but no luck in 3.0.4
looking at the browser log I see:
Error: $("input[name=tags]").gallery_autocomplete("/us/tags/autocomplete", ({max:30, multiple:true, multipleSeparator:",", cacheLength:1, parse
function (data) {var parsed = [];var rows = data.split("\n");if (rows[0].indexOf("<meta") == - 1) {throw "Missing <meta> tag in first line of autocomplete response";}rows.shift();for (var i = 0; i < rows.length; i++) {var row = $.trim(rows[i]);if (row) {row = row.split("|");parsed[parsed.length] = {data: row, value: row[0], result: row[0]};}}return parsed;})})) is undefined
Source File: http://w1.rob.com/us/
Line: 4
when I bring up the flash uploader, but no errors var/logs/ even after it times out at 13% of uploading a single image?
oh, I also added date.timezone in /etc/php/5.2/php.ini