Closed (duplicate)
Project:
Panels
Version:
6.x-3.7
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 01:11 UTC
Updated:
23 Oct 2011 at 13:22 UTC
Here are the details of the error:
Location /admin/build/panels/layouts/list/test2/delete?cancel_path=admin/Fbuild/Fpanels/Flayouts/Flist/Ftest2/Fedit
Referrer /admin/build/panels/layouts/list/test2/delete?cancel_path=admin/Fbuild/Fpanels/Flayouts/Flist/Ftest2/Fedit
Message User warning: Table 'hm_giving.panels_layout' doesn't exist query: DELETE FROM panels_layout WHERE name = 'test2' in _db_query() (line 141 of /includes/database.mysqli.inc).
As you can see, the table prefix of "com_" was not used during this query.
Comments
Comment #1
tseven commentedAfter removing the table prefix from all the tables and adjusting my settings.php to match, I was able to delete the panels layout without error.
Also, I'm using CTools 6.x-1.7.
Thanks
Comment #2
codewatson commentedSounds like a duplicate of this issue: #872804: $db_table_prefix evaluation breaks
There is a patch that fixes it in that issue.
Comment #3
Letharion commented