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:
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?
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