the site admin/config/search/path/patterns is still available, but all content inside has left?? Very strange. No er® message about.
However the configuration as done before is still valid. But - no way to change it anymore, with the admin ui

Comments

calmher’s picture

I have the same issue, however mine was an HTTP Error 500 (Internal Server Error) when accessing path admin/config/search/path/patterns and admin/config/search/path/update_bulk.

I discovered that when I disable the FAQ Module, I could now access both Patterns (admin/config/search/path/patterns) and Bulk Update (admin/config/search/path/update_bulk). It returns a Server Error on those paths when FAQ Module is enabled.
The Pathauto Settings (admin/config/search/path/settings) was accessible either way.

Hope that sheds a light somehow.

dave reid’s picture

Status: Needs work » Closed (duplicate)
choy’s picture

Version: 7.x-1.0-beta1 » 7.x-1.0-rc1
Status: Closed (duplicate) » Active

No this isn't my problem - I cannot find any error report about and I don't have installed the faq module -
I uninstalled pathauto and reinstalled - with the same result - The URL-Aliases Pattern tab (admin/config/search/path/patterns) don't show any configuration fields. With other word by reinstall I have also lost all options to reconfigure my pathauto - Is there I way to find out what happens here? This seems to me a serious bug.

choy’s picture

Status: Active » Fixed

all-clear - after several crons and flush caches the pattern configuration site came back after having reinstalled -
however strange why it could happen that all pathauto admin UI dissapeared …

oggsmith’s picture

Priority: Critical » Major
Status: Fixed » Active

I'm seeing the same problem, admin/config/search/path/patterns (and admin/config/search/path/update_bulk)
Shows a 'save configuration' button but nothing else.

html source shows:

<div id="content" class="clearfix">
      <div class="element-invisible"><a id="main-content"></a></div>
                        <form action="/admin/config/search/path/patterns" method="post" id="pathauto-patterns-form" accept-charset="UTF-8"><div><input type="hidden" name="form_build_id" value="form-e9sx-vnqlFAiqwt_yVEa_DrbTSvksfXBeMAa4WkULOU" />
<input type="hidden" name="form_token" value="rEAjfr2O3p6ynN-13fEbbJusXedUVXhI9jcxppMwCs0" />
<input type="hidden" name="form_id" value="pathauto_patterns_form" />
<div class="form-actions form-wrapper" id="edit-actions"><input type="submit" id="edit-submit" name="op" value="Save configuration" class="form-submit" /></div></div></form>    </div>

I've also turned on and off , uninstalled reinstalled and tried the (2011-06-22) dev version.
No apache/php errors.

oggsmith’s picture

Comparing a working test site with my live site I have dug down a bit and can see that:

$all_settings = module_invoke_all('pathauto', 'settings');

called in

pathauto_patterns_form($form, $form_state)

is returning a blank array() rather than

Array
(
    [0] => stdClass Object
        (
            [module] => node
            [token_type] => node
            [groupheader] => Content paths

etc........
oggsmith’s picture

Status: Active » Closed (won't fix)

OK a bit of weird one, but the bug was caused by a drupal_add_js() call in a custom module which wasn't inside a function.
I moved it into a hook_init() and everything works fine now.

dalin’s picture

I'm experiencing this as well. In my case it is an issue with Mobile Tools module:
#1224178: Conflict with Pathauto

dalin’s picture

Title: Patterns configuration site dissapeared » Patterns configuration form dissapeared
_redfog’s picture

I've got the same issue only on prod after having updating to drupal 7.10.
[Follow]

_redfog’s picture

It reappeared by disabling and re-enabling the module site map, but I don't think it's related...

capellic’s picture

Comment #7 gave me the idea of turning off all of my custom modules-- that put me on the scent. I module I have been working on which allows me to alter the layout of forms is apparently causing the conflict. I haven't yet found the solution yet.

capellic’s picture

Katrina B’s picture

I'm having the same problem -- and I'm not using the FAQ or the Mobile Tools module.

mgifford’s picture

Status: Closed (won't fix) » Closed (duplicate)

This is a duplicate.