Posted by oquesada on September 2, 2010 at 3:51pm
Jump to:
| Project: | Pathauto |
| Version: | 6.x-1.4 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | collapsed, JavaScript, pathauto, tableheader, tableheader.js |
Issue Summary
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?
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| pathauto.jpg | 77.82 KB | Ignored: Check issue status. | None | None |
Comments
#1
Can you switch your theme to bluemarine or garland and see if it's still a problem?
#2
Thanks for your support. It seems to be a problem with Analytic theme. I changed the theme to bluemarine and it worked.
#3
Great to hear.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
Greetings,
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!
#6
@scott859, are you using any modules that add javascript/jquery changes? I suggest disabling those until it starts working again.
#7
@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!