I am attempting to upgrade from 4.6.2 to 6.2. (Yes, I know I should have upgraded many times before, but this is my situation.) I followed the steps in the documentation, but when I ran upgrade.php, I got a blank screen and op=info. I followed the advice on this page - http://drupal.org/node/112884 - and turned error reporting on, as well as setting higher memory levels. I now get these errors:
Warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc on line 128
Warning: Unknown column 'serialized' in 'field list' query: UPDATE cache SET data = 'a:68:{s:12:\"update_start\";s:10:\"2005-03-21\";s:13:\"theme_default\";s:9:\"chameleon\";s:13:\"filter_html_1\";i:1;s:12:\"clean_url_ok\";i:1;s:14:\"blogapi_engine\";s:1:\"0\";s:18:\"blogapi_node_types\";a:1:{i:0;s:4:\"blog\";}s:20:\"forum_nav_vocabulary\";i:1;s:20:\"upload_maxsize_total\";s:1:\"0\";s:21:\"upload_max_resolution\";s:1:\"0\";s:20:\"comment_default_mode\";s:1:\"4\";s:21:\"comment_default_order\";s:1:\"2\";s:24:\"comment_default_per_page\";s:2:\"50\";s:16:\"comment_controls\";s:1:\"3\";s:17:\"comment_anonymous\";s:1:\"2\";s:21:\"comment_subject_field\";s:1:\"1\";s:15:\"comment_preview\";s:1:\"1\";s:21:\"comm in /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc on line 128
Warning: Unknown column 'weight' in 'order clause' query: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc on line 128
Warning: Cannot modify header information - headers already sent by (output started at /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc:128) in /home/nceprcf/public_html/ncepr/drupal/includes/bootstrap.inc on line 577
Warning: Cannot modify header information - headers already sent by (output started at /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc:128) in /home/nceprcf/public_html/ncepr/drupal/includes/bootstrap.inc on line 578
Warning: Cannot modify header information - headers already sent by (output started at /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc:128) in /home/nceprcf/public_html/ncepr/drupal/includes/bootstrap.inc on line 579
Warning: Cannot modify header information - headers already sent by (output started at /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc:128) in /home/nceprcf/public_html/ncepr/drupal/includes/bootstrap.inc on line 580
Warning: Unknown column 'language' in 'where clause' query: SELECT src FROM url_alias WHERE dst = 'node' AND language IN('en', '') ORDER BY language DESC in /home/nceprcf/public_html/ncepr/drupal/includes/database.mysql.inc on line 128
Fatal error: Call to undefined function: _system_theme_data() in /home/nceprcf/public_html/ncepr/drupal/includes/theme.inc on line 431
These look like a result of the database not being updated, but I receiving them while trying to run the script that updates the database, so I'm stuck. Can anyone tell me what's going on?
Thanks,
Darren
Comments
Where to find old versions?
Continuing to read the upgrade forums in a less directed fashion, I'm seeing some advice that suggests that I can't just upgrade directly to 6.2. Rather, I need to do something like 4.6.2 -> 4.6.11 -> 4.7.11 -> 5.0 -> 5.7 -> 6.0 -> 6.2. While I relish all the fun in store if I follow this route, I find myself already stuck again, as I can't find releases earlier than 5.7 on the site. Is there somewhere where older versions can still be downloaded?
They are at
They are at http://ftp.drupal.org/files/projects/ I had the same problem few days ago... looking for old versions without success.
Since I'm subscribed at Security announcements http://drupal.org/security I got the link from a mail I had in my mailbox.
I think that this URL is really important but I couldn't find it at drupal.org website.
Edgar.
PS: Sorry for my english I'm from Spain.
PS2: I have some trouble upgrading too. I found this thread http://drupal.org/node/249099#comment-815182 that may interest you.