Closed (duplicate)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
20 Nov 2010 at 14:13 UTC
Updated:
6 Sep 2012 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesI tried to duplicate this but the page shows up fine for me.
Perhaps it's some other setting you have as well?
Comment #2
WebMaster commentedSame issue here, and I am using the latest 7 dev as of today. The error I get is "Fatal error: Call to undefined function token_element_validate() in /.../includes/form.inc on line 1717" , which is a duplicate of this issue http://drupal.org/node/973578
Comment #3
Mark Nielsen commentedI can confirm this behaviour, but I think the issue is with Token as WebMaster points out.
I did a clean install of Drupal 7.0-beta3 last night, and added Path Auto 7.x-1.0-alpha2 and Token 7.x-1.0-alpha3 this morning. After enabling the modules, I had no Patterns tab, as you can see from the screenshot I've attached.
However, when upgraded the Token module to token-7.x-1.x-dev, the problem was resolved. So, this certainly seems a duplicate of http://drupal.org/node/973578 - which is now fixed and closed?
Comment #4
dave reid@WebMaster: Upgrade to Token 7.x-1.x-dev if you just downloaded Pathauto 7.x-1.x-dev recently.. Make sure you use the same version of token as you do Pathauto.
@Mark Nielsen: If you installed the module via drush, it skips the menu rebuild currently, so try running update.php and checking back if the pages are enabled. It doesn't look like you encountered the same bug, which would have caused a WSOD instead of just not seeing the Pathauto pages.
Comment #5
WebMaster commentedYes, updated to the latest dev on Token and all is well. Thanks.
Comment #6
gregglesComment #7
Blooniverse commentedI regret, but in my case this bug is still existent (see attachement). I thoroughly went through a deactivation procedure (~ pathauto off/on, then token off/on, then both off/on), went through a deinstallation process (first pathauto off/on, then additionally token off/on).
Both modules, token as well as pathauto, are the most current ones.
And measurements like clearing caches or rebuilding the menus have proven to show no effect.
Comment #8
Blooniverse commented... attachment:
Comment #9
gregglesCan you try on a fresh site on a different server or something to see if you can duplicate this on a site built from scratch?
Comment #10
Blooniverse commentedYes, a very good idea of yours! At the end there remains only the method of reduction, naturally.
I am going to try this out on my Ubuntu development server (the same as the existing Drupal installation uses; VMware virtual machine) as soon as I can, probably coming Wednesday. Then I will be able to tell you more!!!
With additional ~50 modules, it might really be the case that something else interferes [in the existing Drupal installation].
Comment #11
Blooniverse commentedCouldn't really wait!
Token & Pathauto work both fine on a freshly installed 'Drupal core 7.0-beta3'. Versions used:
As soon as I have the culprit (additional module), I'll document it here.
Comment #12
Blooniverse commentedGot it. It's my lovely RDF module, once more!
After activating the component RDFx, the Patautho pattern configuration page disappears.
Comment #13
Blooniverse commentedComment #14
Blooniverse commentedNew RDF issue created: #983060: RDF interferes with Pathauto (patterns configuration page)!
Comment #15
dave reidThis is a duplicate of #976340: RDFx causes mayhem by using url() before all modules are loaded.
Comment #16
stevegmag commentedD7.12
Pathauto 7.x-1.0
Token 7.x-1.0-rc1
I got this 'working' by using the 'Configure' link on the Module list page > admin/modules/list (under Other).
Once the patterns were set up I get everything on the patterns tab.
Comment #17
boabjohn commentedHi guys,
Apologies in advance for lack of deeper tech skills, but I can confirm that this issue is active.
In our case the symptom is exactly as shown by @the_phi in #8.
We disabled the Variable module (7.x-2.0-beta1+7-dev) and got our patterns back.
Since we actually depend on both Variables and Pathauto, how can we best proceed?
Thanks indeed for your dedicated intelligences,
JB
Comment #18
boabjohn commentedQuick update: it appears the trouble is caused specifically by Variable: Realm. Found this active thread: http://drupal.org/node/1574520
Comment #19
dave reidYes this sounds like a duplicate of #1267966: Pathauto patterns are not showing up which has been fixed by Variable 2.1 release.