I'm attempting to upgrade from drupal-4.6.0 to drupal-4.6.2. I've followed the update procedures and can get my site up. However, when I attempt to login to the 4.6.2 site using the same username/password as the 4.6.0 site (both are using the same database), I get the following error log:
[client 192.168.1.1] PHP Fatal error: Column count doesn't match value count at row 1\nquery: INSERT INTO watchdog (uid, type, message, link, location, hostname, timestamp) VALUES (1, 'php', 'Column count doesn\'t match value count at row 1\nquery: INSERT INTO watchdog (uid, type, message, link, location, hostname, timestamp) VALUES (1, \'user\', \'Session opened for <em>michael</em>.\', 0, \'\', \'/user/login?destination=node\', \'192.168.1.1\', 1121233796) in /usr/local/cdteg/includes/database.mysql.inc on line 66.', 2, '', '/user/login?destination=node', '192.168.1.1', 1121233796) in /usr/local/cdteg/includes/database.mysql.inc on line 66, referer: http://www.mydomain.com/
I also notice that when I login to the 4.6.0 site, the URL is http://www.ncgun.com/node
But, when I attempt to login to the 4.6.2 site, I get a blank site.
Any ideas?
Michael