Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2007 at 04:29 UTC
Updated:
8 Jan 2008 at 09:59 UTC
Hi,
I've just installed the latest Panels alpha and created a page panel which turned out great. Worked fine and no errors.
A little time after, I installed another module (I think it was Meta Tags) and then I'm getting the following error for Panels:
user warning: Table 'drupal_test1.test1panels_info' doesn't exist query: SELECT * FROM test1panels_info WHERE path = 'node/add/panel-node' in /Users/MartinC/WebSites/drupal-5.2_test1/includes/database.mysql.inc on line 172.
Does anyone have any idea what's causing this. I've updated the database schema and no change.
The Page Panel I'd originally set up is operating fine as well.
Cheers
Martin
Comments
Comment #1
rastarr commentedI also uninstalled Panels per http://drupal.org/node/178792 and executed DELETE FROM test1system WHERE name = 'panels';
No errors (obviously since I blew everything away). I even deleted the files in the modules dir.
Recopied files, and installed just the Panels module and, wham, same error. The table just hasn't been created for some reason, per phpMyadmin.
It has created test1panels_display, test1panels_page and test1panels_pane though.
Any ideas?
Comment #2
rastarr commentedMe again :)
I'm still new to Drupal so bear that in mind.
I had a look through the panels.install file and couldn't see any CREATE TABLE {panels_info} in the file.
I've never created a module so I might be looking in the wrong place but thought it odd.
Comment #3
rastarr commentedI have now just installed the version 1 of Panels however it doesn't have the flexability I was after.
I thought that since it had no errors that I'd upgrade it to v2 alpha 11. Copied the new files into place and ran the update database script. What I did notice is it renames the panels_info table to panels_page.
So the new version actually removes panels_info.
I've no idea what is linking back to this panels_info query in Panels v2.11
Comment #4
summit commentedHi,
I know Meta Tags and Panels have a relation (I asked for metatags in Panels say a year ago).
May be the mistake is on the Meta Tags side.
This module needs to be ported to the new Panels-functionality. And related to Panels Alpha 1 the panels tables are changed.
But may be because Panels 2 is still in alpha, the meta tags module is not changed yet.
I will be on holliday next week, but afterwards I can send you the code which I changed to get Meta Tags working with Panels alpha 10.
Greetings,
Martijn
Comment #5
merlinofchaos commentedThis is actually an issue with metatags, which is looking directly at a table that does not exist in Panels 2.
Meta tags can check panels_api_version() (function only exist with panels 2) to see which Panels API is being used.
Comment #6
rastarr commentedThats' great news (in a way) that it isn't Panels - once I removed Meta Tags the problem went away so that's cool.
Just need MetaTags now to rectify their code.
Thanks again for your help
Comment #7
merlinofchaos commentedThere is already a patch in the Meta tags queue by daveoxide that makes it compatible with Panels 2, btw. See http://drupal.org/node/180060
Comment #8
Robrecht Jacques commentedDuplicate of #180060 : Panels Integration w/ argument handling.