Hi there,

Are there any specific instructions to upgrade from 6.2.4 to 6.2.5? As when I tried it it left my site unavailable and I had to go into the system table and disable the module. Looked in the readme and found nothing specific about upgrading.

Thanks in advance.

CommentFileSizeAuthor
#5 rename-api-hooks-1816460-5.patch4.62 KBdevin carlson

Comments

aze2010’s picture

subscribing!
Very terrible

I went back to my old version!

ludo1960’s picture

So 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?

dawsonit’s picture

Component: Documentation » Code
Priority: Major » Critical

upgraded 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/

dawsonit’s picture

sorry, dup, didn't show my comment the first time

devin carlson’s picture

Version: 6.x-2.5 » 6.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new4.62 KB

Thanks 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?

boobaa’s picture

Version: 6.x-2.x-dev » 6.x-2.5
Status: Needs review » Reviewed & tested by the community

I have ran into this: after upgrading to 6.x-2.5 and running drush updb all I got back is WSOD. Applying the patch in #5 resolved the issue.

ludo1960’s picture

Ran the patch from the mobile_tools module folder and it just hangs :(

devin carlson’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.