Closed (fixed)
Project:
Mobile Tools
Version:
6.x-2.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 11:27 UTC
Updated:
4 Nov 2012 at 17:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
aze2010 commentedsubscribing!
Very terrible
I went back to my old version!
Comment #2
ludo1960 commentedSo not just lucky old me then? I ran updates, how do I go about getting back to the old version? Do I need to delete any database tables?
Comment #3
dawsonit commentedupgraded this to critical, since it renders a site unusable
That said, ludo1960, you can just replace it with the code from version 6.2.4 and go on about your merry way. I rarely delete the old version, so I just had to unpack the previous 6.2.4, and my site was working just fine again. It's unlikely you need to do anything in the database. Modules don't change the database until you run the database upgrader, and you would not have been able to upgrade the database, since your site became unusable.
If it helps at all for the module maintainer, here's what I see in my logs (doesn't help me any, but maybe it will trigger something in your mind):
[warn] [client x.x.x.x] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://www.dawson.edu/
[error] [client x.x.x.x] Premature end of script headers: serve.php, referer: http://www.dawson.edu/
Comment #4
dawsonit commentedsorry, dup, didn't show my comment the first time
Comment #5
devin carlson commentedThanks for the error reports. From the errors it looks like something is timing out, which makes me believe that Mobile Tools is invoking its own API functions.
Can you try the attached patch?
Comment #6
boobaaI have ran into this: after upgrading to 6.x-2.5 and running
drush updball I got back is WSOD. Applying the patch in #5 resolved the issue.Comment #7
ludo1960 commentedRan the patch from the mobile_tools module folder and it just hangs :(
Comment #8
devin carlson commentedThanks for testing the patch Boobaa!
Fixed with http://drupalcode.org/project/mobile_tools.git/commit/acb343c84cb3292d4d....