Failed upload, #2038, stuck

dkerlee
dkerlee's picture

Joined: 2005-06-09
Posts: 42
Posted: Wed, 2012-06-27 03:07

Hello Folks,
I'm trying to upload pictures from a very remote location. I'm currently on a cell modem that drops occasionally - but the speeds are pretty good.

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:
upload_max_filesize 20M 20M
post_max_size 8M 8M
file_uploads On On
max_file_uploads 20 20

AttachmentSize
failed-upload.jpg68.2 KB
Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 26097
Posted: Wed, 2012-06-27 14:33

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

Login or register to post comments
dkerlee
dkerlee's picture

Joined: 2005-06-09
Posts: 42
Posted: Wed, 2012-06-27 15:07

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.

Login or register to post comments
dkerlee
dkerlee's picture

Joined: 2005-06-09
Posts: 42
Posted: Fri, 2012-06-29 22:26

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?

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 26097
Posted: Sat, 2012-06-30 00:53
Login or register to post comments
rob
rob's picture

Joined: 2002-08-15
Posts: 22
Posted: Tue, 2012-07-03 19:55

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

Login or register to post comments