Closed (duplicate)
Project:
Pathauto
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jun 2011 at 18:05 UTC
Updated:
24 Mar 2012 at 22:45 UTC
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
Comment #1
calmher commentedI have the same issue, however mine was an HTTP Error 500 (Internal Server Error) when accessing path
admin/config/search/path/patternsandadmin/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.
Comment #2
dave reidThis is a duplicate of #1040468: Pathauto - PHP Fatal error: Call to undefined function token_get_list() caused by faq.module.
Comment #3
choy commentedNo 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.
Comment #4
choy commentedall-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 …
Comment #5
oggsmith commentedI'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:
I've also turned on and off , uninstalled reinstalled and tried the (2011-06-22) dev version.
No apache/php errors.
Comment #6
oggsmith commentedComparing a working test site with my live site I have dug down a bit and can see that:
called in
is returning a blank array() rather than
Comment #7
oggsmith commentedOK 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.
Comment #8
dalinI'm experiencing this as well. In my case it is an issue with Mobile Tools module:
#1224178: Conflict with Pathauto
Comment #9
dalinComment #10
_redfog commentedI've got the same issue only on prod after having updating to drupal 7.10.
[Follow]
Comment #11
_redfog commentedIt reappeared by disabling and re-enabling the module site map, but I don't think it's related...
Comment #12
capellicComment #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.
Comment #13
capellicHere is the solution: http://drupal.org/node/1267966#comment-5612752
Comment #14
Katrina B commentedI'm having the same problem -- and I'm not using the FAQ or the Mobile Tools module.
Comment #15
mgiffordThis is a duplicate.