Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Warning: Invalid argument supplied for foreach() in overlay_overlay_parent_initialize() (line 651 of /Library/WebServer/Documents/jonathansblog/modules/overlay/overlay.module).
Can someone explain what I need to do to fix my installation please? Is anyone else having this issue?
Could someone tell me how to upgrade Commerce Kickstart when security updates for Core are released? I understand you cannot upgrade using the normal overwrite method because Kickstart stores modules in /profiles/commerce_kickstart/modules while core just stores them in sites/all/modules.
Would moving the modules from the profiles directory to the sites/all/modules directory before install fix this?
I am running drupal 7.12 on Windows and Sql Server. I ran update.php for 7.14 and have hit a problem. The Node module update 7013 and the system module update 7073 both are trying to modify a field. In both cases the update fails because the field is involved in a dependency:
node module
Update #7013
Failed: PDOException: SQLSTATE[42000]: [Microsoft][SQL Server Native Client 10.0][SQL Server]Object 'node.vid' cannot be renamed because the object participates in enforced dependencies.: EXEC sp_rename :old, :new, :type; Array ( [:old] => node.vid [:new] => vid_old [:type] => COLUMN ) in db_change_field() (line 2985 of C:\_code\PAi\Source\DEV\Websites\Corporate\Web\includes\database\database.inc).
system module
Update #7073
Failed: PDOException: SQLSTATE[42000]: [Microsoft][SQL Server Native Client 10.0][SQL Server]Object 'file_managed.uri' cannot be renamed because the object participates in enforced dependencies.: EXEC sp_rename :old, :new, :type; Array ( [:old] => file_managed.uri [:new] => uri_old [:type] => COLUMN ) in db_change_field() (line 2985 of C:\_code\PAi\Source\DEV\Websites\Corporate\Web\includes\database\database.inc).