When upgrading from the 6.x-3.x-alpha4 to 6.x-3.x-dev, I get two errors returned, both related to the fact that the table 'panels_page' doesn't exist. One for the select statement and one for the delete statement.

Also, pages that use panels show up as blank pages.

Finally, I receive the following errors when going to the update.php (without running an update, just when I first go to the page):

* warning: Missing argument 3 for panels_panel_context_render(), called in /var/www/drupal/sites/all/modules/ctools/includes/context-task-handler.inc on line 44 and defined in /var/www/drupal/sites/all/modules/panels/plugins/task_handlers/panel_context.inc on line 131.
* warning: require_once(./sites/all/modules/ctools/includes/content.inc) [function.require-once]: failed to open stream: No such file or directory in /var/www/drupal/sites/all/modules/ctools/ctools.module on line 19.

Comments

merlinofchaos’s picture

The first two errors are harmless (already noticed that they happen and have fixed them).

The second one looks like it stems from having not checked in ctools code at the same time I checked in Panels code, which I only noticed earlier this morning. You may need to grab a CVS checkout of ctools for this to work. You'll definitely need to do a menu rebuild, though update.php does that for you.

dbeall’s picture

that is correct. pages went away till i added latest ctools--fixed

merlinofchaos’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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