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.

4.7 beta 1 -> 4.7 beta 2 upgrade fails at ALTER TABLE {old_revisions}

I'm starting my thread over again, because I've been informed that it isn't possible to upgrade from 4.7 beta 1 to 4.7 beta 3 in one swoop (I think that's a big problem, but whatever, that's what I get with beta software).

In any event, I have a 4.7 beta 1 install that I want to update to beta 3. So, I'm doing as I'm told and, after I run the beta 2 updater, I get:

beta 3drupal 4.7 upgrade... but no ajax

Ok, trying to upgrade another site. this time from drupal 4.6.5

went through and everything updated fine even though it took a looong time.

no errors! great news.

then i go to my site and...

there's no ajax for the forms.

any thoughts?

'access' column

The upgrade from 4.6.3 to 4.7-b3 was pretty smooth :)

However, the updater couldn't find the 'access' column.
Should I go and create the access column in the field list table
If so, what commands should I run?

see below

upgrade from 4.7 beta 2 to 4.7 beta 3 failed!

Any ideas what went wrong? I went into my site afterwards and all the AJAX functionality is broken, so this is a non-trivial error.

* user warning: Table 'kazys_doco.old_revisions' doesn't exist query: ALTER TABLE old_revisions ADD done tinyint(1) NOT NULL DEFAULT 0 in /home/kazys/public_html/docomomo/includes/database.mysql.inc on line 108.
* user warning: Table 'kazys_doco.old_revisions' doesn't exist query: ALTER TABLE old_revisions ADD INDEX (done) in /home/kazys/public_html/docomomo/includes/database.mysql.inc on line 108.
* user warning: Table 'kazys_doco.old_revisions' doesn't exist query: SELECT * FROM old_revisions WHERE done = 0 AND type IN ('page', 'story', 'poll', 'book', 'forum') LIMIT 0, 20 in /home/kazys/public_html/docomomo/includes/database.mysql.inc on line 108.
* user warning: Table 'kazys_doco.old_revisions' doesn't exist query: ALTER TABLE old_revisions DROP done in /home/kazys/public_html/docomomo/includes/database.mysql.inc on line 108.

The following queries were executed
system module
Update #158

* Failed: ALTER TABLE {old_revisions} ADD done tinyint(1) NOT NULL DEFAULT 0
* Failed: ALTER TABLE {old_revisions} ADD INDEX (done)

Update #159

* UPDATE {sequences} SET id = 65 WHERE name = '{node_revisions}_vid'
* Failed: ALTER TABLE {old_revisions} DROP done

Update #160

* No queries

how do I move an existing Drupal installation to another domain?

I run Drupal on a subdomain of domain A now, but I need to move it to domain B (primary domain, not subdomain). The physical server stays the same.

What do I have to change - if anything - after I move the installed files to the new location?

Thanks a million!!

Does Primary Links problem result from error encountered running upgrade script?

First, I have been reading about the primary/secondary link changes in 4.7, but primary links don't seem to be showing up for me in ANY theme.

Second, I encountered errors of this sort (they were listed at the top as "warnings") when I ran the 4.7 upgrade script:

array_merge() [function.array-merge]: Argument #2 is not an array in C:\htdocs\database\updates.inc on line 956.

This code looks like it may be attempting to transfer my old primary/secondary links into the new scheme?

The line of code in updates.inc that this relates to is:

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal