Download & Extend

contents in "Automated alias settings" tab is collapsed

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?

AttachmentSizeStatusTest resultOperations
pathauto.jpg77.82 KBIgnored: Check issue status.NoneNone

Comments

#1

Status:active» postponed (maintainer needs more info)

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

Status:postponed (maintainer needs more info)» fixed

Great to hear.

#4

Status:fixed» closed (fixed)

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!