I'm setting the node path settings, and when I submit I get this error message:
Fatal error: Call to undefined function pathauto_punctuation_chars() in /home/socalmov/public_html/sites/all/modules/pathauto/pathauto.admin.inc on line 369
array(4) { ["type"]=> int(1) ["message"]=> string(55) "Call to undefined function pathauto_punctuation_chars()" ["file"]=> string(72) "/home/socalmov/public_html/sites/all/modules/pathauto/pathauto.admin.inc" ["line"]=> int(369) } n/a
Thanks for any and all help.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | pathauto.patch | 581 bytes | Kevin Rogers |
Comments
Comment #1
mrfelton commentedSimilar for me. Trying to configure pathauto settings for a particular node type and getting the following when hitting save:
Fatal error: Call to undefined function pathauto_punctuation_chars() in /home/tom/workspace/concern6/sites/all/modules/contrib/pathauto/pathauto.admin.inc on line 369
Comment #2
mrfelton commentedI also get the same problem with the latest -dev
Comment #3
mrfelton commentedJust add
_pathauto_include();at the top ofpathauto_admin_settings_validate(pathauto.admin.inc line 365)Comment #4
pimousse98 commentedjust had the same problem, applied fix #3, and it worked. Hope it gets committed for next release.
Comment #5
gregglesAnyone want to make a patch to do that and get the accompanying fame and glory?
I'm also unable to repeat this bug, which makes me curious about the precise cause...
Comment #6
Kevin Rogers commentedJust started seeing the same problem on a fresh install, never seen the problem before, or even on other sites running the same code...
Anyway, the fix in comment 3 sorted out the problem - the attached patch contains the fix.
Comment #7
restyler commentedI've managed to fix this problem by disabling Form module.
related thread: http://drupal.org/node/652632
Comment #8
gregglesI guess this is a duplicate of #652632: Conflict with pathauto then. If other people experiencing the problem can state whether the Form issue is the cause of the problem for them as well that would help.
Comment #9
density commentedDoh, some numpin installed path auto in sites/all/pathauto-6.x-1.3/pathauto/ on one of our projects.
When moving the pathauto folder, you will also need to fix the includes in pathauto.module .i.e
Changed to :-