When deleting a panel layout on admin/build/panels/layouts the delete fails with the following error:

user warning: Table 'database.panels_layout' doesn't exist query: DELETE FROM panels_layout WHERE name = 'erm' in /home2/globanf0/public_html/drupal6/sites/all/modules/ctools/includes/export.inc on line 189.

which appears to me that the query is leaving off the table prefix (in this case it should be d6_)

Comments

merlinofchaos’s picture

Status: Active » Closed (duplicate)

This is the same as http://drupal.org/node/872804