This is a cross post in the forums.<br><br>After starting Drupal 6.8 upgraded from 5.14, the sequence at bottom occurs. According to the incomplete and cryptic comments in the several issues found in the forums, there is apparently a table or tables that do not get updated. The roof caves in when the password is entered.<br>
<br>My question is: How to identify the offending items from this goop?<br><br>In one of the posts, the following query was advised to be run after recreating the table or item (unclear):<br><br><span style="font-family: courier new,monospace;">CREATE TABLE IF NOT EXISTS `cache_location` (</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp; `cid` varchar(255) NOT NULL default &#39;&#39;,</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; `data` longblob,</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp; `expire` int(11) NOT NULL default &#39;0&#39;,</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; `created` int(11) NOT NULL default &#39;0&#39;,</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp; `headers` text,</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; `serialized` smallint(6) NOT NULL default &#39;0&#39;,</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp; PRIMARY KEY&nbsp; (`cid`),</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; KEY `expire` (`expire`)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">) ENGINE=MyISAM DEFAULT CHARSET=utf8</span><br><br>Longblob? Too technical for me.<br><br><span style="font-family: courier new,monospace;">Warning: Unknown column &#39;serialized&#39; in &#39;field list&#39; query: UPDATE cache SET data = &#39;a:174:{s:13:\&quot;filter_html_1\&quot;;i:1;s:18:\&quot;node_options_forum\&quot;;a:1:{i:0;s:6:\&quot;status\&quot;;}s:17:\&quot;menu_primary_menu\&quot;;i:2;s:19:\&quot;menu_secondary_menu\&quot;;i:2;s:15:\&quot;install_profile\&quot;;s:7:\&quot;default\&quot;;s:17:\&quot;node_options_page\&quot;;a:1:{i:0;s:6:\&quot;status\&quot;;}s:12:\&quot;comment_page\&quot;;i:0;s:14:\&quot;theme_settings\&quot;;a:18:{s:11:\&quot;toggle_logo\&quot;;i:1;s:11:\&quot;toggle_name\&quot;;i:1;s:13:\&quot;toggle_slogan\&quot;;i:0;s:14:\&quot;toggle_mission\&quot;;i:1;s:24:\&quot;toggle_node_user_picture\&quot;;i:0;s:27:\&quot;toggle_comment_user_picture\&quot;;i:0;s:13:\&quot;toggle_search\&quot;;i:0;s:14:\&quot;toggle_favicon\&quot;;i:1;s:21:\&quot;toggle_node_info_page\&quot;;i:0;s:22:\&quot;toggle_node_info_story\&quot;;i:0;s:12:\&quot;default_logo\&quot;;i:1;s:9:\&quot;logo_path\&quot;;s:0:\&quot;\&quot;;s:11:\&quot;logo_upl in /home/christch/public_html/includes/database.mysqli.inc on line 128</span><br>
<br>===================================<br><br>The error string. There is a bunch more, but this is the initial seqence<br><br><span style="font-family: courier new,monospace;">Warning: Cannot modify header information - headers already sent by (output started at /home/christch/public_html/includes/database.mysqli.inc:128) in /home/christch/public_html/includes/bootstrap.inc on line 610</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Warning: Cannot modify header information - headers already sent by (output started at /home/christch/public_html/includes/database.mysqli.inc:128) in /home/christch/public_html/includes/bootstrap.inc on line 611</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Warning: Cannot modify header information - headers already sent by (output started at /home/christch/public_html/includes/database.mysqli.inc:128) in /home/christch/public_html/includes/bootstrap.inc on line 612</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Warning: Cannot modify header information - headers already sent by (output started at /home/christch/public_html/includes/database.mysqli.inc:128) in /home/christch/public_html/includes/bootstrap.inc on line 613</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Warning: Unknown column &#39;language&#39; in &#39;where clause&#39; query: SELECT src FROM url_alias WHERE dst = &#39;node&#39; AND language IN(&#39;en&#39;, &#39;&#39;) ORDER BY language DESC in /home/christch/public_html/includes/database.mysqli.inc on line 128</span><br>