Closed (cannot reproduce)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Panel pages
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 12:47 UTC
Updated:
4 May 2017 at 07:37 UTC
Jump to comment: Most recent
Comments
Comment #1
frichman commentedI have a similar error: Notice: Uninitialized string offset: 0 in page_manager_get_pages() (line 157 of /hermes/web03/b497/moo.clguidecom/drupal-7.12/sites/all/modules/ctools/page_manager/page_manager.admin.inc). It is referencing this block:
My pages are all still working fine, but it seems odd.
Comment #2
Letharion commentedPlease attach minimal exported configuration that reproduces the problem.
Comment #3
Letharion commentedClosing old issues left in NMI.
Comment #4
iprosp commentedI had the same issue and it happened when i added a path that used 2 arguments (%nid, and !type).
When stating the page url, if i input it like this:
/some/path/%nidit works but shows the error, but if it is like thissome/path/%nid, it doesn't show the error but i get a 404 page not found when visiting the url.In order to solve it, i added the following at ctools/page_manager/page_manager.admin.inc
(if the url starts with a slash, remove the initial slash)
right before this: