With the latest 7.x-1.x-dev version (2011-Aug-07):
I try to override default system 404 page with custom panel page. I give it a path: "error" (tried also: "404" and "page-not-found"), then place that path in the admin/config/system/site-information page and when testing it, I get warnings:
Notice: Trying to get property of non-object in page_manager_page_execute() (line 265 .../sites/all/modules/ctools/page_manager/plugins/tasks/page.inc).
Notice: Trying to get property of non-object in page_manager_page_execute() (line 282 .../sites/all/modules/ctools/page_manager/plugins/tasks/page.inc).
Notice: Trying to get property of non-object in page_manager_page_execute() (line 283 .../sites/all/modules/ctools/page_manager/plugins/tasks/page.inc).
Notice: Trying to get property of non-object in page_manager_page_execute() (line 285 .../sites/all/modules/ctools/page_manager/plugins/tasks/page.inc).
Notice: Undefined index: name in page_manager_load_task_handlers() (line 497 .../all/modules/ctools/page_manager/page_manager.module).
These warnings are displayed on default system page-not-found, not on my custom panel page.
Comments
Comment #1
travisc commentedyep same here...
Comment #2
sveloz commentedComment #3
dargrego commentedAny help, please?
Comment #4
merlinofchaos commentedI have tried reproducing this numerous times and I've never been able to. There must be another component here that is different that makes it happen but I don't know what it might be.
Comment #5
dargrego commentedThank you very much for your help and prompt reply. Unfortunately it is still exactly the same message. I'll try to check my configuration and modules once again.
Comment #6
merlinofchaos commentedWithout being able to reproduce this, I can't begin to guess where the problem is, unfortunately.
Comment #7
luksakI am having the same issue. Here are my installed modules:
I guessed that maybe globalredirect could be causing this issue, but it doesn't.
Comment #8
luksakIs nobody else facing this problem?
Comment #9
merlinofchaos commentedI've never been able to reproduce the issue; so without decent reproduction instructions there's not much I can do.
Comment #10
esmerel commentedComment #11
chi commentedI guess you used integer number (404) as a name for the page.