Hi,
out of interest, I just downloaded drupal 6.0-RC1 and tried to upgrade a copy of my current drupal 5.5 installation. I'm using PostgreSQL as database backend and various contributed modules, amongst them the localizer module.
While running the update.php it looked like the upgrade process hung, however after hitting the refreh-button, I finally could upgrade my database (almost) successfully, the only error I got was:
Failed: ALTER TABLE {locales_target} ADD PRIMARY KEY (language,lid,plural)
warning: pg_query() [function.pg-query]: Query failed: ERROR: could not create unique index DETAIL: Table contains duplicated values. in S:\xxx\htdocs\myinstall\includes\database.pgsql.inc on line 138.
However now, whatever page I'm trying to access, I'm always getting the same error message:
Fatal error: Call to undefined function block_list() in S:\xxx\htdocs\myinstall\includes\theme.inc on line 1487
Any idea what might be the reason for that and how to get over that? (Yes, I switched to the Garland theme prior to starting the upgrade).
Thanks in advance
Andreas
Comments
why not submit an issue?
I'd submit an issue with this report, as we can follow up there: http://drupal.org/node/add/project_issue/drupal/bug I have some insight and will comment on the bug report. File it to the "language system" component please.
issue submitted
Thanks for the tip, the issue has now been moved to:
http://drupal.org/node/205640