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

gbrussel’s picture

That should be "use the <pathauto> special identifier." I will try the latest beta and see if that resolves the issue.

gbrussel’s picture

Status: Active » Fixed

Updated to 6.x-2.0-beta3 and all is well.

MGN’s picture

Status: Fixed » Closed (duplicate)

Thanks 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.

cyberderf’s picture

Getting 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

cyberderf’s picture

Version: 6.x-1.5 » 6.x-2.x-dev

Update :

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