Hi,

Related to another post (http://drupal.org/node/119044), I have no blocks in any thmeme after upgrading my Drupal instalattion from 4.7 to 5.

The watchdog tells me that

Table 'xxxxx_drupal.blocks_roles' doesn't exist query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'xxxxxxx' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /users/home/xxxxx/web/public/includes/database.mysql.inc on line 172.

Can anybody tell me what's happening?

Comments

takaakikato’s picture

Missing a table might have something to do with MySQL issues.
See the following: http://drupal.org/node/97510 and http://drupal.org/node/54702

This seems to have been fixed in the nightly versions (http://drupal.org/drupal-5.x-dev).

Try it with care. It's not a relased version.

--
Samurai Coder