You need to edit your "includes/configure.php":
add the following line to the begging (top of the code):

include_once('includes/config_sites/sites_switch.php');



Quote Originally Posted by byczy28 View Post
Hi! I'm trying to install a multisite module for ZenCart on my local host. I tried to install for Zen Cart 1.3.8 and 1.3.9. Every time receives the same message:

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

I searched the whole forum and found a few similar cases. But I have not found a solution to my problem. I am doing everything according to the instructions http://www.thisdomain.net/dev/multis...tions_4.0.html
but still received the same message. Can anyone help me?