I'm trying to upgrade my 5.10 site to 6.6, but am encountering lots of errors...

When I use the 5.10 database in a brand-new 6.6. installation, I get a white screen when trying to access update.php, or a whole bunch or errors when trying to access the homepage.

When I copy the sites directory from 5.10 to 6.6 with the old database, I get errors no matter what page I try to access.

Does anyone know what the problem might be just from my description (i.e. is it a common problem with a known solution), or do I have to post the actual errors?

Thanks!

Comments

marco302008’s picture

I'm also having alot of problem with upgrading to 6.6 , but i think you have to start by updating to 5.12, then upgrading to 6.6. ( that's in a manual somewhere).

Mark

Anonymous’s picture

I upgraded the old site to 5.12, then tried upgrading to 6.6 but it still didn't work...
I unzipped the drupal-6.6 package to the server, copied the files and sites folders from the old site to this new folder, then refreshed the site to get these errors:


Warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /home/brat/public_html/staff/includes/database.mysql.inc on line 128

Warning: Unknown column 'serialized' in 'field list' query: UPDATE cache SET data = 'a:255:{s:13:\"theme_default\";s:7:\"pixture\";s:13:\"filter_html_1\";i:1;s:18:\"node_options_forum\";a:1:{i:0;s:6:\"status\";}s:17:\"menu_primary_menu\";i:2;s:19:\"menu_secondary_menu\";i:2;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:16:\"pathauto_verbose\";i:0;s:18:\"drupal_private_key\";s:64:\"e306024cd406026977cccd0e3adba94ad5c48d97d34a1003ecef0d3e21342fb5\";s:20:\"poormanscron_lastrun\";i:1228360508;s:9:\"cron_last\";i:1228361554;s:13:\"user_register\";s:1:\"0\";s:23:\"user_email_verification\";i:1;s:22:\"user_registration_help\";s:0:\"\";s:25:\"user_mail_welcome_subject\";s:38:\"Account details for in /home/brat/public_html/staff/includes/database.mysql.inc on line 128

Warning: Cannot modify header information - headers already sent by (output started at /home/brat/public_html/staff/includes/database.mysql.inc:128) in /home/brat/public_html/staff/includes/bootstrap.inc on line 596

Warning: Cannot modify header information - headers already sent by (output started at /home/brat/public_html/staff/includes/database.mysql.inc:128) in /home/brat/public_html/staff/includes/bootstrap.inc on line 597

Warning: Cannot modify header information - headers already sent by (output started at /home/brat/public_html/staff/includes/database.mysql.inc:128) in /home/brat/public_html/staff/includes/bootstrap.inc on line 598

Warning: Cannot modify header information - headers already sent by (output started at /home/brat/public_html/staff/includes/database.mysql.inc:128) in /home/brat/public_html/staff/includes/bootstrap.inc on line 599

Warning: Unknown column 'language' in 'where clause' query: SELECT src FROM url_alias WHERE dst = 'dashboard' AND language IN('en', '') ORDER BY language DESC in /home/brat/public_html/staff/includes/database.mysql.inc on line 128

Fatal error: Call to undefined function theme_get_function() in /home/brat/public_html/staff/sites/all/modules/views/views.module on line 645

When I try to access update.php, I get a blank, white screen...
Help!

leehunter’s picture

I'm getting exactly the same error message.