I just upgraded from Drupal 4.6 to 4.7 and I have four "user warnings" that were returned after the update. Can anyone put my mind at ease about these warnings? Or suggest how to resolve these issues? Thanks in advance. The user warnings are:

1) Duplicate column name 'tags' query: AALTER TABLE vocabularly ADD tags tinyint(3) unsigned default '0' NOT NULL in C: \Program Files\xampp\htdocs\alpinecounty\includes\database.mysql.inc on line 120.

2) Unknown column 'polled' in 'field list' query: SELECT nid, polled FROM poll in in C: \Program Files\xampp\htdocs\alpinecounty\includes\database.mysql.inc on line 120.

3) Can't DROP 'polled'; check that column/key exists query: ALTER TABLE poll DROP polled in in C: \Program Files\xampp\htdocs\alpinecounty\includes\database.mysql.inc on line 120.

4) Unknown table 'directory' query: DROP TABLEE directory in in C: \Program Files\xampp\htdocs\alpinecounty\includes\database.mysql.inc on line 120.

One more issue: I cannot run cron.php successfully; I get the following error:
Fatal error: Call to undefined function filebrowser_browser_content() in C:\Program Files\xampp\htdocs\mysite\includes\common.inc(1158) : eval()'d code on line 2

Any advice or thoughts would be appreciated. Other than the cron issue, I'm not having much trouble. Thanks in advance.

Comments

taslett’s picture

Hi bomarmonk,
It looks like you have hit refresh on the update page as all of the errors are from queries unable to run because the result they are trying to achieve has already been achieved.

Is the site working correctly?

www.csscreator.com

bomarmonk’s picture

Other than some errors related to the event module (which may be because cron hasn't run) and the error that prevents cron from running, the site seems to run well. I don't think I hit refresh, and I did the upgrade the same database three times (after starting over with my backup). Each time produced exactly the same messages. It sounds like these warnings are not a big deal, though?

Now, if I can just get cron.php to run...