Posted by brianvaughn on September 9, 2011 at 7:42pm
3 followers
Jump to:
| Project: | Similar Entries |
| Version: | 7.x-2.0-beta1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The first error I received upon running update.php was for an undefined method "update_sql". The "similar.install" file referes to this method in 2 places, and I was able to work around this error by replacing it with "db_query".
The next error I received was that there was no such table as drupal.blocks. This I was able to fix by wrapping those 2 SQL queries in the following conditional:
if ( db_table_exists('blocks') ) {
...
}
Comments
#1
Fixed. Thanks
#2
Automatically closed -- issue fixed for 2 weeks with no activity.