Trying an upgrade from 5.12 to 6.6. Getting the following errors after upgrade is completed (as far as copying over 6.6 files/folders). This has now happened on two 5.12 sites that I'm trying to upgrade so I'm assuming these are glitches in the upgrade process? Any suggestions here would be most helpfu! Thanks! -backdrifting
Here's the errors I'm getting:
Warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /var/www/newcome60/includes/database.mysql.inc on line 128
Warning: Unknown column 'serialized' in 'field list' query: UPDATE cache SET data = 'a:78:{s:13:\"theme_default\";s:7:\"garland\";s:13:\"filter_html_1\";i:1;s:18:\"node_options_forum\";a:1:{i:0;s:6:\"status\";}s:17:\"menu_primary_menu\";s:1:\"0\";s:19:\"menu_secondary_menu\";s:1:\"0\";s:15:\"install_profile\";s:7:\"default\";s:17:\"node_options_page\";a:1:{i:0;s:6:\"status\";}s:12:\"comment_page\";i:0;s:14:\"theme_settings\";a:1:{s:21:\"toggle_node_info_page\";b:0;}s:18:\"drupal_private_key\";s:64:\"c14dedb773d50f59669d87bc932174ffe7b99937bc64790da790cf2c3b820cca\";s:9:\"cron_last\";i:1226422019;s:19:\"file_directory_temp\";s:4:\"/tmp\";s:19:\"file_directory_path\";s:5:\"files\";s:14:\"file_downloads\";s:1:\"1\";s:9:\"clean_url\";s:1:\&qu in /var/www/newcome60/includes/database.mysql.inc on line 128
Warning: Cannot modify header information - headers already sent by (output started at /var/www/newcome60/includes/database.mysql.inc:128) in /var/www/newcome60/includes/bootstrap.inc on line 596
Warning: Cannot modify header information - headers already sent by (output started at /var/www/newcome60/includes/database.mysql.inc:128) in /var/www/newcome60/includes/bootstrap.inc on line 597
Warning: Cannot modify header information - headers already sent by (output started at /var/www/newcome60/includes/database.mysql.inc:128) in /var/www/newcome60/includes/bootstrap.inc on line 598
Warning: Cannot modify header information - headers already sent by (output started at /var/www/newcome60/includes/database.mysql.inc:128) in /var/www/newcome60/includes/bootstrap.inc on line 599
Fatal error: Call to undefined function theme_get_function() in /var/www/newcome60/sites/all/modules/views/views.module on line 645
Comments
Success! The fix ...
If anyone is interested here's the fix for my upgrade issues (from last post on this):
http://drupal.org/node/198101
You need to go into the "system" table in the db and make sure all contrib modules are disabled (status = 0). For some reason even when you disable them in your Drupal admin, they still show up as enabled in the db. So if you status them as 0 you should then be able to run your "update.php".
My site is now successfully upgraded to 6.6.
-backdrifting
Many thanks, ambientdrup! I
Many thanks, ambientdrup! I struggled with this for hours until I found your solution.