Closed (duplicate)
Project:
Pathauto
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 20:57 UTC
Updated:
31 Jul 2010 at 13:51 UTC
Jump to comment: Most recent file
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 :-