Hi,

today I tried to upgrade drupal to version 4.5.0. Everything went fine but when I start the update.php script I´ve got this:

Fatal error: Table 'U272509AA.locales_source' doesn't exist query: SELECT s.lid, t.translation FROM locales_source s INNER JOIN locales_target t ON s.lid = t.lid WHERE s.source = '%error: %message in %file on line %line.' AND t.locale = '' in /web/includes/database.mysql.inc on line 125

Can anyone help me with this?
There IS a table named U272509AA.

Chris

Comments

mooi’s picture

Similar errors occured for me. Here's what I did that worked:

1. Backup old database (please say that u have! ;))
2. Create new blank database (ie. no tables, no nothing!)
3. Restore old database into this new database using something like PhpMyAdmin
4. Point new installation of Drupal (get the latest release - 4.5rc1 gave me some problems) to this new db (ie. config.php)
5. Manually run the two create tables script; run the upgrade script

This would work.