In my watchdog log I foud following error:
Table 'aa42281_bakadb.url_alias' doesn't exist query: SELECT count(1) FROM url_alias ua INNER JOIN url_alias_extra uax ON ua.pid = uax.pid AND ua.dst = uax.dst in file /home/aa42281/public_html/includes/database.mysql.inc, line 172.

This is due I have all my tables prefixed and line 499 of pathauto.module contain table names without curly brackets.

CommentFileSizeAuthor
pathauto.module.patch993 bytesvito_swat

Comments

greggles’s picture

Status: Needs review » Fixed

Brilliant - thanks for catching that. Committed to both 5.x and trunk branches.

Keep this up and I'll have to make you co-maintainer.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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