Hello guys,
I think I installed everything right but I guess I mist a step somewhere I get the message "the domain www.example.com does not exist" how do I fix this?
Hello guys,
I think I installed everything right but I guess I mist a step somewhere I get the message "the domain www.example.com does not exist" how do I fix this?
you have to create www.example.com_config.php in "includes/config_sites"
Does anyone no one how to get Ultimate SEO Urls to work with this mod. It works for my main website and changes the links for the others sites but the links on the others give a 404 error.
In multisite module you can configure the site root category by defining var CATEGORIES_ROOT in the config_site files
Changes to file categories_ul_generator.php from the css menu mod:
About line 25
find
replace withCode:class zen_categories_ul_generator { var $root_category_id = 0,
about line 56:Code:class zen_categories_ul_generator { var $root_category_id = CATEGORIES_ROOT,
multisit mod has a cat_filter function for compatiblity with other mods
find
replace withCode:$categories = $db->Execute($categories_query);
and about line 63:Code:$categories = $db->Execute(cat_filter($categories_query));
find
replace withCode:function buildBranch($parent_id, $level = 1, $submenu=false) { if ($parent_id != 0) {
Have fun!Code:function buildBranch($parent_id, $level = 1, $submenu=false) { if ($parent_id != CATEGORIES_ROOT) {
Grtz Lenny
Ok one more question, it does not seem to be loading in the templates right for some reason it's going out a folder my cart is in a folder called store in my main root folder the site should be looking for templates in:
http://www.mystore.com/store/includes/templates/
But it's looking for the templates in:
http://www.mystore.com/includes/templates/
Anyone know why it's going out a directory and how to fix this?
Thanks for the help guys.
Thanks Lenny!
I've been trying to get this thing going and I'm having problems. I uploaded a new install of zen cart, ran the ALTER TABLE query, then I added the NEW/ADD_FILES and then I uploaded the MODIFIED files. I thought that I could then test load the cart to see if it would load the index page, but I got the following error.
1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
in:
[select cd.categories_name from STORE_categories c, STORE_categories_description cd where c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status=1]
What did i do wrong? It would seem that I missed a database modification somewhere. But i didn't anything about this in the instructions. Help!
Hey Nakins,
I did the same thing, I forgot to upload the configuration file it's step 4 http://www.medea.co.uk/dev/multisite...tions_0.4.html
Step 4. Create the configuration files of your sites
you need to upload the file "includes/configure.php".
Hi, this module looks promising for me.
But is it usefull for me as a webdesigner?
Now i have to update ZC and modules from each shop from every customer. Is it possible to have totally separate admin's to with sharing the same code?
I coud't find it sorry..
Bookmarks