This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Thanks for the heads up

I was just about to start the process of updating from 7.12 >>> 7.14 but after reading all problems people are having I think I shall hold off.

Cheers

Error following upgrade from 7.12 to 7.14 (overlay.module) - any help appreciated.

Tonight I upgraded my site from 7.12 to 7.14

and the home page is now reporting this error:

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?

Looking forward to your responses.

should i not do the security update

im reading a lot of bad things about it

security update for drupal 7

hi all, i am trying to do a security update. is there an idiot proof guide for doing this some place that i'm missing? thanks!

Upgrading Commerce Kickstart when Core Updates

Hi

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?

Thanks!

field update error updating to 7.14 on Sql Server 2008R2

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).

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal