Hi,
Glad you like the module.. thanks for taking the time to say you appreciate it, it makes all the time spent on it feel a bit more worthwhile!
jimproz:
So it looks like it's working there.
Yes, Ceon URI Mapping would appear to have been installed just fine and is working just fine.
jimproz:
PHP Fatal error: 1054:Unknown column 'm.manufacturers_name' in 'field list'
This is indeed a problem but it isn't actually anything at all to do with Ceon URI Mapping... you must have installed something else when installing Ceon URI Mapping, the fact that this occurred after installing Ceon URI Mapping is not an issue, you've done something else at the same time and possibly not noticed it had broken things.
The error you have posted clearly shows that something on your site has an incorrect SQL call.
I spent a few minutes there searching Zen Cart's files and am it appears that a very similar SQL command is in the file:
includes/index_filters/default_filter.php
The SQL you posted is missing the manufacturers table, which in the Zen Cart PHP/SQL should have a line like:
TABLE_MANUFACTURERS . " m, " .
Your site appears to be missing this.
Check your files to see if you have modified the filter file or another module has.. and fix that.
It could be that this error is only showing up now as the parameters have changed.. however it is DEFINITELY an SQL error on your site that is 100% unrelated to Ceon URI Mapping.
I hope that information is enough for you to find and fix the problem.
All the best...
Conor
ceon