Hi. I just tried upgrading from Panels 5.x-1.2 to Panels 2.0-alpha7. I turned on the three Panels modules and ran update.php. However, now I am getting the following error message:

user warning: Table 'cpelham_drupal.panels_info' doesn't exist query: SELECT * FROM panels_info WHERE path = 'front_page_new' in /home/cpelham/public_html/drupal/includes/database.mysql.inc on line 172.

I've looked through the new panels.install file and I cannot see any CREATE TABLE command for panels_info

I have also looked directly at my mysql database and do not see this table.

What should i do? If it's only a matter of adding this table, can you send me the code and I'll do it directly in phpMyAdmin.

Thanks. Guess I shouldn't have tried this on my live site as it is hosed until this is fixed...since my home page was a Panels page...but I am really eager to try to create a new design, and I love the potential of Panels2.

Comments

cpelham’s picture

Status: Active » Fixed

I just found this tip and following it solved my problem:

nodewords Modul
chriszz - July 22, 2007 - 16:09
new
I had the same Problem - and in my case it was the nodewords Modul - there i had to change panels_info -> panels_page - then everything works fine

regards
Christian

Anonymous’s picture

Status: Fixed » Closed (fixed)
ctmann’s picture

Status: Closed (fixed) » Active

I have the same problem:

drpl3.panels_page doesn't exist....

I don't have the nodewords module the previous person mentioned...

I've also tried using the Panels2.0 alpha9 version, with same dismal result. Sigh. Any help forthcoming for this great new module?

merlinofchaos’s picture

panels_page is very much not panels_info, and thus not the same problem.

Have you hit update.php?

cpelham’s picture

I am now up to Panels 2.0-alpha9 and it's working much better.
you can see an example of a one-column panel page containing a one-column tabbed mini-panel page containing 4 mini-panels in action at

http://www.crsny.org

I DID change the nodewords module code from panels from panels_info to panels_page though. haven't noticed any problems so far because of it, but maybe resulting problems would not be obvious? what SHOULD panels_info change to, Merlyn?

merlinofchaos’s picture

panels_page should be fine for now, I think. Hopefully nodewords can be patched to check panels_api_version() and act appropriately.

merlinofchaos’s picture

Status: Active » Fixed

Added to known issues. Patches to make the text more friendly and provide more step by step instructions on what patch(es) to use to nodewords module will be gratefully accepted.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.