I'm testing an upgrade from Pressflow 6.16 to 6.25 and receive this error with the jump module when viewing the blocks page. It does not occur on Pressflow 6.13. I've tried disabling the module and removing all entries for jump in the blocks table in the database, but no luck, they just come back after being re-enabled. Any help would be appreciated.

User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelacademiccale' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelacademiccalendars', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelacademicsupp' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelacademicsupport', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelcommitteeonm' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelcommitteeonmajors', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelcourseofstud' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelcourseofstudy', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelexeccommitte' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelexeccommittee', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelfacultyandst' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelfacultyandstaff', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-third-level-faculty-se' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-third-level-faculty-seminar', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelinstructorsh' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelinstructorshbk', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelsexualharass' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelsexualharassment', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelsophomoreinf' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelsophomoreinfo', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).
User warning: Duplicate entry '6upgrade625-jump-menu-menu-thirdlevelspecialprogr' for key 'tmd' query: INSERT INTO blocks (module, delta, theme, status, weight, region, custom, throttle, visibility, pages, title, cache) VALUES ('jump', 'menu-menu-thirdlevelspecialprograms', 'mytheme', 0, 0, '', 0, 0, 0, '', '', 1) in _db_query() (line 170 of /sandbox/upgrade-625/includes/database.mysql.inc).

Comments

vinmassaro’s picture

Scratch that, these errors are present the same in Pressflow 6.16, before upgrading to 6.25. I just wasn't seeing them because errors were only going to the log.

julianmancera’s picture

Hi

Seems that the fastest way to solve is to repair the problematic table.

SQL

REPAIR TABLE [my_table]

Regards,

Julian Mancera

julianmancera’s picture

Issue summary: View changes

Wrong core version