anyone know how to uninstall this module?? i can't get answers and can't get it to work and now that it's partially working, it's more of a pain. is it as simple as removing the one database field and removing the include statement??
anyone know how to uninstall this module?? i can't get answers and can't get it to work and now that it's partially working, it's more of a pain. is it as simple as removing the one database field and removing the include statement??
Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com
I am sorry you can't get it working. my English isn't good enough to give you a better explanation, to help.
Below is the uninstall statement for the module
Code:ALTER TABLE `orders` DROP `order_site`; DELETE FROM admin_pages WHERE page_key = 'toolsMultiSite' LIMIT 1;
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
i've done this - double checked that field name is gone and the record from admin_pages is gone BUT something is still wrong.. i originally tied http://medievalclothing.co as 'site 2' into the main site http://www.swordsofhonor.com - and now i just can't get it out.. DNS is pointing to the right server.. i removed the include statement in the config file.. i ran the mysql queries above.. i removed the specific entry for medievalclothing.co_config.php from the config_sites folder.. still is tied into the main site
i also tried removing the config_sites folder and my main site brought up some strange default looking template - so i put it back.
how to i get rid of this module??
Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
yes of course.. so i hired a programmer and finally got it working.. this is NOT in the instructions (as there is a lot of stuff inaccurate there i found), so for anyone else having trouble here is what i had to do:
installed all of the modules per the instructions in the readme file. don't be concerned that some files don't exist that they say to overwrite, just move all of the files.
in the includes/config_sites folder do NOT use the example file or it will not work. use this:
<?php
$template_dir = "template_name";
define('SITE_NAME','Site 2');
define('HTTP_SERVER', 'http://site2.com');
define('HTTPS_SERVER', 'https://site2.com');
?>
the define http statements are not in their example and ARE needed if your multi sites are stand alone domain names on the same server.
the next step, and this is NOT documented anywhere, is to update the includes/configure.php on the multi sites - site2, site3, etc to point to the database for site1: these statements need to be changed or used when you install zen cart on the additional sites:
define('DB_SERVER_USERNAME', 'username');
define('DB_SERVER_PASSWORD', 'password');
define('DB_DATABASE', 'database_name');
they need to point to the main database in site 1 for all additional sites..
hope this helps someone avoid the 5 days of frustration and cost of a programmer that i endured..![]()
Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com
Glad you finally have it working.
I'll put it in the next version off th readme.in the includes/config_sites folder do NOT use the example file or it will not work. use this:
<?php
$template_dir = "template_name";
define('SITE_NAME','Site 2');
define('HTTP_SERVER', 'http://site2.com');
define('HTTPS_SERVER', 'https://site2.com');
?>
the define http statements are not in their example and ARE needed if your multi sites are stand alone domain names on the same server.
That probably has to do with the way your server is set up. I never had to do this, and can't remember any posts about it. But it is useful information. Thank you for the feed back.the next step, and this is NOT documented anywhere, is to update the includes/configure.php on the multi sites - site2, site3, etc to point to the database for site1: these statements need to be changed or used when you install zen cart on the additional sites:
define('DB_SERVER_USERNAME', 'username');
define('DB_SERVER_PASSWORD', 'password');
define('DB_DATABASE', 'database_name');
they need to point to the main database in site 1 for all additional sites..
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Hey Guys,
Im getting this error in my MultiSite log files, any clues to what would be causing it?
HTML Code:Query not changed: select manufacturers_id, manufacturers_name from manufacturers order by manufacturers_name Query not changed: select manufacturers_id, manufacturers_name from manufacturers order by manufacturers_name Query not changed: select manufacturers_id, manufacturers_name from manufacturers order by manufacturers_name
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
i'm still leery to use this because of a few reasons..
#1.. i really don't understand why i have to have duplicate zen cart files on both sites - especially the image files.. since i have so many images and 10 sites that i'd like to use this module on, it's hard to believe i have to duplicate zen cart 10 times and all my image files 10 times also.. i sure wish i knew how to do this without duplicating..
Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com
Bookmarks