Closed (fixed)
Project:
Hansel breadcrumbs
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2011 at 14:51 UTC
Updated:
18 Jul 2011 at 20:02 UTC
Hello,
I discover Hansel with the 7.x-dev version. I'd like to use it to create breadcrumbs for nodes and views so I'm using path aliases.
After adding the first rule "start" with a switch on path aliases I see the possibility to configure the path. When I click the link "path alias" I get the white screen of death with the following in the logs :
| LOCATION | [SITE]/system/ajax |
| REFERRER | [SITE]/admin/config/search/hansel?render=overlay |
| MESSAGE | Notice: Undefined property: stdClass::$name in hansel_ui_rule_form() (line 248 of /var/www/[SITE]/html/sites/all/modules/hansel/hansel_ui/hansel_ui.module). |
Config : Drupal 7.2, i18n module, views 3 / PHP 5.3.2 / Lots of RAM :)
Thanks.
Comments
Comment #1
gjones commentedI see the error as
Fatal error: Call to undefined function hansel_switch_configure_form()
on hansel_ui.module
Comment #2
mauritsl commentedFix commited to GIT.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.