Task #666
Update Drupal Core from 7.12 to 7.14 SECURITY ISSUE
| Status: | Closed | Start date: | 05/03/2012 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | 05/04/2012 | ||
| Assignee: | % Done: | 40% |
|||
| Category: | development | Spent time: | 0.50 hour | ||
| Target version: | - | Estimated time: | 2.00 hours | ||
| Difficulty: | average |
Description
Update Drupal Core to 7.14 for security issues.
History
Updated by Joel Farris about 1 year ago
- Status changed from New to In Progress
Error discovered while running update.php:
PDOException: SQLSTATE23000: Integrity constraint violation: 1048 Column 'module' cannot be null: INSERT INTO {role_permission} (rid, permission, module) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2); Array ( [:db_insert_placeholder_0] => 3 [:db_insert_placeholder_1] => enter occupation revision log entry [:db_insert_placeholder_2] => ) in user_role_grant_permissions() (line 3034 of /www/transparatech_projects/fga_directory/modules/user/user.module).
Updated by Joel Farris about 1 year ago
- % Done changed from 30 to 40
Also spotted this warning:
Notice: Undefined index: table in view->fix_missing_relationships() (line 475 of /www/transparatech_projects/fga_directory/sites/all/modules/contrib/views/includes/view.inc)
...but this is related to Views, not core.
Updated by Andrew Mallis about 1 year ago
I think this may be related to the fga_users feature not being on. Maybe pull all the features out to test updating the site?
Updated by Andrew Mallis 12 months ago
- Status changed from In Progress to Closed