Quoting Jason Flatt <drupal@oadaeh.net>:
On Thursday 21 June 2007 05:22:29 Earnie Boyd wrote:
Quoting Jody Cleveland <cleveland@winnefox.org>:
On 6/20/07 1:12 PM, "Earnie Boyd" <earnie@users.sourceforge.net> wrote:
Where do you have the module? Under sites/all/modules/pathauto or under modules/pathauto?
Sites/all/modules/pathauto
Did you use to have it in another directory, even temporarily? For the site that isn't working search the system table for pathauto. Something like
SELECT * from {system} where `filename` like '%pathauto%'
Earnie
I'm not sure how likely it is to find anything wrong there. I just recently moved a bunch of modules around on a Drupal 5 site, refreshed my modules page, and looked through my system table for problems only to discover everything was pointing to the correct place with no anomalies.
You didn't try with a multisite configuration. The site that isn't the default will not update correctly. Earnie