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