Closed (duplicate)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
custom_breadcrumbs_paths
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2010 at 14:19 UTC
Updated:
29 Oct 2010 at 03:18 UTC
I'm getting the following error after updating Pathauto's latest security release. The full error is
Fatal error: Call to undefined function pathauto_cleanstring() in /var/www/diachieve.com/html/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs.module on line 159.
The function in Pathauto's file (pathauto.inc) only appears to take one parameter, though custom_breadcrumbs.module is calling it with two parameters (second being "FALSE"). This breaks my site because I use the
| special identifier.
Comments
Comment #1
gbrussel commentedThat should be "use the
<pathauto>special identifier." I will try the latest beta and see if that resolves the issue.Comment #2
gbrussel commentedUpdated to 6.x-2.0-beta3 and all is well.
Comment #3
MGN commentedThanks for the report! I am marking this as a duplicate of #884370: pathauto_cleanstring - second parameter (skip "/" characters) no longer supported with pathauto (even though this issue was first). I'll followup on the 6.x-1.x solution on that issue.
Comment #4
cyberderf commentedGetting the same bug after upgrading yo latest pathauto 1.5. So I upgraded custom breadcrums to latest beta. But now using
trims the slash characters.
For
{pathauto}|content/[hierarchyparenttitle]
instead of being
content/hierarchyparenttitle
it's now
contenthierarchyparenttitle
Comment #5
cyberderf commentedUpdate :
Using the last dev release 6.x-2.x-dev of pathauto and custom breadcrumbs, i got the same issue
Fatal error: Call to undefined function pathauto_cleanstring() in /etc/drupal/6/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs.module on line 159