XUpload - Progress Bar Pop up hangs for a while before post.php shows

Message
Author
gronniger
Posts: 3
Joined: Jun 18, 2011 8:16 pm

Progress Bar Pop up hangs for a while before post.php shows

#1 Postby gronniger » Jun 18, 2011 8:19 pm

I have XUpload Pro, I am switching from a debian server running apache to a mint server (ubuntu) running apache. While everything seems to work okay, after the upload finishes, it hangs for a minute or two displaying the progress bar popup before displaying post.php. On the old server, it was nearly instantaneous. Can anyone point me in the right direction? I have searched this forum looking for a similar problem with no luck.


Thanks!

gronniger
Posts: 3
Joined: Jun 18, 2011 8:16 pm

#2 Postby gronniger » Jun 20, 2011 9:39 pm

Please, can anyone help with this situation? I have noticed that the lag is exactly 60 seconds. In my 'logs.txt' I find this:



XXX.XXX.128.31 2011-06-20 17:34:17 MSG: Upload complete. Saving files...
XXX.XXX.128.31 2011-06-20 17:34:17 MSG:'test.file.html' already exist!<br>Renaming to 'test.file2.html'.
173.140.128.31 2011-06-20 17:34:17 MSG:'test.file2.html' was saved successfully.
XXX.XXX.128.31 2011-06-20 17:34:17 MSG:Transfer complete!

XXX.XXX.128.31 2011-06-20 17:35:17 DONE




There is now a 60 second delay after Transfer Complete!, and DONE. For the user, the pop up appears frozen until after 60 seconds then post.php is displayed and notification email sent. There has got to be a simple config issue going on here.

gronniger
Posts: 3
Joined: Jun 18, 2011 8:16 pm

SOLVED

#3 Postby gronniger » Jun 21, 2011 12:34 am

Just wanted to post my solution so that if anyone runs across this issue, it will be less frustrating.

Sendmail needs a FQDN in order to run smoothly. I didn't have the FQDN in my /etc/hosts & /etc/hostname files... Added that, and voila, everything runs smoothly.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#4 Postby admin » Jun 21, 2011 12:26 pm

Thanks for sharing.