Closed (fixed)
Project:
Pathauto
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2010 at 15:51 UTC
Updated:
11 Oct 2011 at 20:04 UTC
I installed the 6.x-1.4 version of pathauto and assigned required security permissions. I have druipal 6.19.
However, when I go to the "Automated alias settings" tab under /admin/build/path/pathauto all content is collapsed so I can not make any change.
The browser is showing a javascript error:
Webpage error details
Message: Object doesn't support this property or method
Line: 20
Char: 5
Code: 0
URI: misc/tableheader.js?f
Am I missing something?
| Comment | File | Size | Author |
|---|---|---|---|
| pathauto.jpg | 77.82 KB | oquesada |
Comments
Comment #1
gregglesCan you switch your theme to bluemarine or garland and see if it's still a problem?
Comment #2
oquesada commentedThanks for your support. It seems to be a problem with Analytic theme. I changed the theme to bluemarine and it worked.
Comment #3
gregglesGreat to hear.
Comment #5
scott859 commentedGreetings,
I am having the same issue but it is not theme related, it is happening in all themes (garland, zen). If anyone has any insight into what the possible cause could be and or a solution, I would appreciate it!
Thanks in advance!
Comment #6
greggles@scott859, are you using any modules that add javascript/jquery changes? I suggest disabling those until it starts working again.
Comment #7
scott859 commented@greggles - Thanks so much for the suggestion.
I was able to find out what it was by looking at watchdog and seeing the following error:
Page not found error:
Location: http://my-path-to-drupal-root/sites/all/modules/token/jquery.treeTable.js?e
I updated the token module from 1.14 to 1.16 and that solved the issue.
Thanks again for your suggestion!