Closed (fixed)
Project:
Google Fonts
Version:
7.x-2.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 21:58 UTC
Updated:
23 Jun 2011 at 16:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
retrakker commentedJust some additional info. As I didn't really wanted to disable the module I "fixed" it the following way.
Seemingly drush wasn't able to trigger the db update as the module was already in place. Hence I uncommented the offending line 138, updated the db, re-enabled line 138 and voila it works again.
Comment #2
BarisW commentedWhat PHP version are you using? I tried to reproduce it, but I'm getting no errors. Just a nice message stating 'You need to run the update script to perform required database updates.'
See screenshot.
Can you provide me with some more details? FYI, I'm running PHP 5.2.17
Comment #3
retrakker commentedThis is on a XAMP installation with PHP 5.3.1 on OSX - basically my staging area. As it seems you used the Drupal internal update method, which I can't use (no FTP). As mentioned before this was after using drush up (Drush 4.4). Actually I am wondering how you can update via internal, as on my live page the update is visible but can't be used. So is there actually an official update path?
Comment #4
BarisW commentedThen maybe it's PHP 5.3 that's causing the error. I'll try it with 5.3 to see if i can reproduce your error.
I did my update with drush as well, I didn't update via internal.
The module has a check included to see if you already ran the update script (using update.php or drush updb).
Updated or not, your site should not crash because of the module.
But yes, there is a (kind of) update path.
Comment #5
BarisW commentedThanks for reporting. Fixed in 7.1!
See: http://drupal.org/node/1183748