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?

CommentFileSizeAuthor
pathauto.jpg77.82 KBoquesada

Comments

greggles’s picture

Status: Active » Postponed (maintainer needs more info)

Can you switch your theme to bluemarine or garland and see if it's still a problem?

oquesada’s picture

Thanks for your support. It seems to be a problem with Analytic theme. I changed the theme to bluemarine and it worked.

greggles’s picture

Status: Postponed (maintainer needs more info) » Fixed

Great to hear.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

scott859’s picture

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!

greggles’s picture

@scott859, are you using any modules that add javascript/jquery changes? I suggest disabling those until it starts working again.

scott859’s picture

@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!