- 🇮🇹Italy apaderno Brescia, 🇮🇹
I am editing the used issue tags. I apologize for bumping this issue.
Using Commerce Kickstart and Taxonomy Menu. The path for the menu is supposed to be /collection/[term-name] but it seems to return the Term ID, so the menu URLs are /collection/136, /collection/141, etc.
In turn, when the Crumb for a term is generated, it displays the correct description (the term name) but the URL is /taxonomy/term/136, /taxonomy/term/141, etc.
When I go to the Crumbs debugger I get the errors:
Recoverable fatal error: Argument 2 passed to crumbs_PluginOperation_findTitle::__construct() must be an array, null given, called in /home/example/public_html/profiles/commerce_kickstart/modules/contrib/crumbs/admin/crumbs.debug.inc on line 47 and defined in __construct() (line 9 of /home/example/public_html/profiles/commerce_kickstart/modules/contrib/crumbs/lib/PluginOperation/findTitle.php). =>
... (Array, 5 elements)
Krumo version 0.2.1a
| http://krumo.sourceforge.net
[Click to expand. Double-click to show path.] Called from /home/example/public_html/profiles/commerce_kickstart/modules/contrib/crumbs/lib/PluginOperation/findTitle.php, line 9
Recoverable fatal error: Argument 2 passed to crumbs_CrumbsMonoPlugin_home_title::findTitle() must be an array, null given, called in /home/example/public_html/profiles/commerce_kickstart/modules/contrib/crumbs/lib/PluginOperation/findTitle.php on line 15 and defined in findTitle() (line 25 of /home/example/public_html/profiles/commerce_kickstart/modules/contrib/crumbs/plugins/crumbs.crumbs.inc). =>
... (Array, 8 elements)
Krumo version 0.2.1a
| http://krumo.sourceforge.net
[Click to expand. Double-click to show path.] Called from /home/example/public_html/profiles/commerce_kickstart/modules/contrib/crumbs/plugins/crumbs.crumbs.inc, line 25
It would be helpful if the error message was more informative, if it could, in some way tell me what was causing the issue upstream.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am editing the used issue tags. I apologize for bumping this issue.