| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Project:
Ubercart In the current dev-branch version of uc_catalog, I'm getting the following error when trying to use the pathauto url features:
"Fatal error: Call to undefined function pathauto_get_placeholders() in .../ubercart/uc_catalog/uc_catalog.module on line 480"
I fixed it by adding:
_pathauto_include();
above the first line in the _uc_catalog_pathauto_alias function. Sorry for not including a patch right now...


