Closed (duplicate)
Project:
Panels
Version:
6.x-3.7
Component:
Plugins - layouts
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2010 at 19:51 UTC
Updated:
10 Aug 2010 at 20:30 UTC
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
Comment #1
merlinofchaos commentedThis is the same as http://drupal.org/node/872804