I was successful in upgrading on one of my servers but now I'm running into issues upgrading a 5.12 site to 6.6 on my shared server host.

I run the upgrade following all upgrade.txt instructions - I disable all contrib modules and themes. I switch the site to Garland theme. I change all the status of the contrib modules to "0" in the db system table.

I then copy over the Drupal 6.6 folders.

When I run update.php I get a blank white screen in my browser.

When I go to any other location of my site I get the following:

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

Warning: Unknown column 'serialized' in 'field list' query: UPDATE cache SET data = 'a:171:{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: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:20:\"theme_burnt_settings\";a:16:{s:11:\"toggle_logo\";i:1;s:11:\"toggle_name\";i:0;s:13:\"toggle_slogan\";i:0;s:14:\"toggle_mission\";i:1;s:24:\"toggle_node_user_picture\";i:0;s:27:\"toggle_comment_user_picture\";i:0;s:13:\"toggle_search\";i:0;s:14:\"toggle_favicon\";i:1;s:12:\"default_logo\";i:0;s:9:\"logo_path\";s:20:\"files/burnt_logo.gif\";s:11:\"logo_upload\";s:0:\"\";s:15:\"default_favicon\";i:0;s:12:\"favicon_ in //includes/database.mysql.inc on line 128

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

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

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

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

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

Parse error: syntax error, unexpected $end in //includes/theme.inc on line 51

Any suggestions on how to fix this?

Thanks!

=backdrifting

Comments

ainigma32’s picture

Parse error: syntax error, unexpected $end in //includes/theme.inc on line 51

That doesn't sound right (unless you modified that file) You might start by copying over the files again and running update.php again.

If that doesn't work you can try turning caching of throught the db:

update variables set cache = 's:1:"0";'

and running update.php again.

If that doesn't work you might get some new insights from the apache error log.

HTH

Arie

ambientdrup’s picture

That helped. I had an FTP error when trying to move my original theme.inc file. I tried it again and it migrated. Then I replaced it with the 6.6 theme.inc file. Now I can get some content when I browse to my site but when I try running update.php I now get:

Parse error: syntax error, unexpected $end in /themes/garland/maintenance-page.tpl.php on line 43

-backdrifting

ainigma32’s picture

Re-upload that file as well

- Arie

ambientdrup’s picture

Beautiful. I can get to update.php now.

Thanks so much!

-backdrifting

ErikJanVens’s picture

moved my question to it's own topic: http://drupal.org/node/337726
sorry for the confusion