I get the following error after enabling the Panels 2 module:

user warning: Table 'drupal.panels_page' doesn't exist query: SELECT * FROM panels_page in C:\wamp\www\drupal-5.3\includes\database.mysql.inc on line 172.

How can I fix that?

Comments

merlinofchaos’s picture

It seems that on rare occasions, Drupal doesn't properly run the install script.

First, hit update.php in case you once had an older version of Panels; that'll upgrade your tables.

If that isn't the case, then go to your admin/build/modules page and deactivate all panels modules; then click the uninstall tab and uninstall panels. Then re-enable panels and panels page.

SpriteGF’s picture

Status: Active » Fixed

I also had a similar error, and merlinofchaos's solution worked for me. Marking 'fixed' since this bug is four months old.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.