Quote Originally Posted by jvoce View Post
I've uploaded and configured the new version: 0.4.1 and I replaced all files as suggested, after making sure none were edited, and configured the site switches appropriately. However, when I go to the site store1.salvationarmy.ca this is what appears on the screen:

1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
in:
[select cd.categories_name from categories c, categories_description cd where cd.categories_description LIKE '%-SITE_NAME-%' AND cd.language_id=1 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status=1]

Any ideas of how to fix this?
Hi Jvoce,

You still need to add that at the begining of your 'configure.php':
PHP Code:
include_once('includes/config_sites/sites_switch.php'); 
Magnus,

Thank you so much for you for your post !! This is of a great help.
I guess I should add that to the documentation of the module right ?

I will do these changes as soon as I have few minutes for it !

Thanks again !