Hello,

First, I'd like to say this is a great module for SEO. The PAGE TITLE is one of the most important parts when it comes to search engine optimization.

I just upgraded from 6.x-1.1 to 1.2 and now I'm receiving the following error when I create a node:

user warning: Unknown column 'path' in 'where clause' query: SELECT rid FROM path_redirect WHERE path = 'my-custom-cat/my-uniqie-title' LIMIT 0, 1 in /home/my-user/public_html/sites/all/modules/pathauto/pathauto.inc on line 74.

I don't understand because I think I saw the replacement of the old column name to the new when I ran the update.php file.

Can anyone please help me?

Thanks for your time.

Comments

dave reid’s picture

Status: Active » Closed (duplicate)

Thanks for taking the time to report this issue.

However, I am marking this as a duplicate of #647812: Update to code required for Path_Redirect compatability. Please search for existing issues before submitting a new one.
You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.

This message is automatically generated. If you feel it could be improved, feel free to comment on http://drupal.org/node/467548

Note: This happened because you upgraded path_redirect to beta6, which in its release notes clearly state it requires pathauto 6.x-1.x-dev.

lost305’s picture

Ok thanks I'll look into that.