Closed (cannot reproduce)
Project:
Panels
Version:
7.x-3.0-alpha3
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2012 at 16:51 UTC
Updated:
3 Mar 2012 at 12:42 UTC
Hello,
I am having this issue which keeps me away from using Panels module :
Notice: Undefined index: regions in panels_renderer_standard->prepare_regions() (line 311 of D:\www\my-site\sites\all\modules\panels\plugins\display_renderers\panels_renderer_standard.class.php).
Warning: Invalid argument supplied for foreach() in panels_renderer_standard->prepare_regions() (line 311 of D:\www\my-site\sites\all\modules\panels\plugins\display_renderers\panels_renderer_standard.class.php).
Notice: Undefined index: left_column in include() (line 3 of D:\www\my-site\sites\all\themes\mytheme\layouts\dashboard\dashboard.tpl.php).
Notice: Undefined index: center_column in include() (line 6 of D:\www\my-site\sites\all\themes\mytheme\layouts\dashboard\dashboard.tpl.php).
Notice: Undefined index: right_column in include() (line 9 of D:\www\my-site\sites\all\themes\mytheme\layouts\dashboard\dashboard.tpl.php).
I am using a custom layout with Panels 7.x-3.0-alpha3
My layout (template) is displayed, but these errors always appear.
Is it a known issue?
Comments
Comment #1
Letharion commentedHello dolu :)
First, have you given the -dev version a try?
Second, please, take a look at this page: https://drupal.org/node/73179, and update your issue information.
Comment #2
Letharion commentedComment #3
smira commentedin your custom layout's .inc try using regions instead of panels to define the areas where you will put your blocks.
NOT
Comment #4
ludo.rI've tried but I got another error.
Now I've decided to use a standard layout.
Thank you for the tip.
Comment #5
Letharion commented