drupalfun.com
Page 32.....another question
I have gotten past step 5 in creating a panel page. My question is, when i click on the tab for context, it gives me this warning:
user warning: Table 'drupal_6.panels_object_cache' doesn't exist query: DELETE FROM panels_object_cache WHERE sid = 'aefebc75f5ad00a2fa5827f2e7c151f0' AND obj = 'panel_object:panel_page' AND did = 0 in C:\xampp\htdocs\Drupal\sites\all\modules\panels\panels.module on line 275.
What am I doing wrong???? thanks in advance for your help.
- Login to post comments
Related Questions
Responses
2. Thanks for the reply. I am
Thanks for the reply. I am using Panels 2. I will try when i get off of work. thanks
- Login to post comments
3. I tried that, I am still
I tried that, I am still having the same warnings. I am using panel 6.x.2.0
The error message. THank in advance
* user warning: Table 'drupal_6.panels_object_cache' doesn't exist query: DELETE FROM panels_object_cache WHERE sid = 'aefebc75f5ad00a2fa5827f2e7c151f0' AND obj = 'panel_object:panel_page' AND did = 0 in C:\xampp\htdocs\Drupal\sites\all\modules\panels\panels.module on line 275.
* user warning: Table 'drupal_6.panels_object_cache' doesn't exist query: INSERT INTO panels_object_cache (sid, obj, did, data, timestamp) VALUES ('aefebc75f5ad00a2fa5827f2e7c151f0', 'panel_object:panel_page', 0, 'O:8:\"stdClass\":29:{s:3:\"pid\";s:1:\"5\";s:4:\"name\";s:16:\"Members_Profiles\";s:3:\"did\";s:1:\"5\";s:5:\"title\";s:16:\"Members Profiles\";s:6:\"access\";a:0:{}s:4:\"path\";s:6:\"node/%\";s:10:\"load_flags\";i:0;s:6:\"css_id\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"arguments\";a:0:{}s:8:\"displays\";a:0:{}s:8:\"contexts\";a:0:{}s:13:\"relationships\";a:0:{}s:9:\"no_blocks\";s:1:\"0\";s:16:\"switcher_options\";a:0:{}s:13:\"switcher_name\";N;s:13:\"switcher_type\";N;s:4:\"menu\";s:1:\"0\";s:8:\"menu_tab\";s:1:\"0\";s:15:\"menu_tab_weight\";s:1:\"0\";s:10:\"menu_title\";N;s:16:\"menu_tab_default\";N;s:28:\"menu_tab_default_parent_type\";N;s:17:\"menu_parent_title\";N;s:22:\"menu_parent_tab_weight\";N;s:4:\"type\";s:5:\"Local\";s:7:\"primary\";O:14:\"panels_display\":13:{s:4:\"args\";a:0:{}s:7:\"content\";a:0:{}s:6:\"panels\";a:0:{}s:16:\"incoming_content\";N;s:6:\"css_id\";N;s:7:\"context\";a:0:{}s:15:\"layout_settings\";a:0:{}s:14:\"panel_settings\";a:0:{}s:5:\"cache\";a:0:{}s:5:\"title\";s:0:\"\";s:10:\"hide_title\";s:1:\"0\";s:6:\"layout\";s:14:\"twocol_stacked\";s:3:\"did\";s:1:\"5\";}s:7:\"display\";R:28;s:7:\"current\";s:7:\"primary\";}', 1243902940) in C:\xampp\htdocs\Drupal\sites\all\modules\panels\panels.module on line 268.
- Login to post comments
4. Do i need to have a welcome
Do i need to have a welcome page before I create a panel page?
- Login to post comments
5. No the welcome page is a
No the welcome page is a panel page.
My best guess is to post an issue at drupal.org/project/panels
- Login to post comments
6. I was looking through the
I was looking through the code. it almost seems like a missing a place for panels to put the info. could I be doing something wrong before making the panel page to cause this. I really like your guide, I am just really stuck here. No response from drupal. thanks
- Login to post comments


1. Are you using panels 2? Try
Are you using panels 2?
Try emptying your cache at /admin/settings/performance
Save the panels first and than try again.