First off, let me say I love Panels and CTools seems very handy too. Thank you for all of the hard work. I hope to be able to contribute something back someday.

I am running Drupal 6.13. I installed the new Panels in a hurry (since the last one was revoked), and then had to add CTools. Since that time, I can no longer edit any of my Panels pages or get to the Edit Content for a new one. Instead I am getting a flood of messages about the database, such as:

* user warning: Table 'drupaldb.drupalctools_object_cache' doesn't exist query: SELECT * FROM drupalctools_object_cache WHERE sid = '1f58ac8a4295c45536db9dfd9f4aa512' AND obj = 'page_manager_page' AND name = 'page-anonFront' in /srv/www/htdocs/helpnet.sosstaffing.com/sites/all/modules/ctools/includes/object-cache.inc on line 38.
* user warning: Table 'drupaldb.drupalctools_object_cache' doesn't exist query: SELECT s.uid, c.updated FROM drupalctools_object_cache c INNER JOIN drupalsessions s ON c.sid = s.sid WHERE s.sid != '1f58ac8a4295c45536db9dfd9f4aa512' AND c.obj = 'page_manager_page' AND c.name = 'page-anonFront' ORDER BY c.updated ASC in /srv/www/htdocs/helpnet.sosstaffing.com/sites/all/modules/ctools/includes/object-cache.inc on line 92.

I ran update.php, and all of the database updates seemed to go well, and yet I am stuck here. Is there anything I can do to manually create that table?

Comments

merlinofchaos’s picture

It appears ctools did not install properly. I recommend uninstalling it and reinstalling it. I don't know why Drupal does this, but this sometimes happens.

buttonwillowsix’s picture

Status: Active » Closed (fixed)

That worked. I think what really helped was making sure I really used the "de-install". I sometimes forget that is there....Thanks for the swift response! Also, now that I can see the improvements without all those crazy message, it looks fantastic!