Page 26 of 224 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 2240
  1. #251
    Join Date
    May 2007
    Posts
    136
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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?

  2. #252
    Join Date
    Jul 2007
    Location
    Minneapolis, MN, United States
    Posts
    71
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    you have to create www.example.com_config.php in "includes/config_sites"

  3. #253
    Join Date
    May 2007
    Posts
    136
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by KThompson View Post
    you have to create www.example.com_config.php in "includes/config_sites"
    Thanks for the reply KThompson, I was uploading the file to the includes folder and not the includes/config_sites, I think that fixed it thanks
    Last edited by IllusionGuy; 18 Oct 2007 at 06:46 PM.

  4. #254
    Join Date
    Jul 2007
    Location
    Minneapolis, MN, United States
    Posts
    71
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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.

  5. #255
    Join Date
    Aug 2006
    Posts
    15
    Plugin Contributions
    0

    Idea or Suggestion Re: MultiSite Module Support Thread

    Quote Originally Posted by KThompson View Post
    what was your cure I have the same problem


    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

    Code:
    class zen_categories_ul_generator {
    var $root_category_id = 0,
    replace with

    Code:
    class zen_categories_ul_generator {
    var $root_category_id = CATEGORIES_ROOT,
    about line 56:

    multisit mod has a cat_filter function for compatiblity with other mods

    find

    Code:
    $categories = $db->Execute($categories_query);
    replace with

    Code:
    $categories = $db->Execute(cat_filter($categories_query));
    and about line 63:
    find

    Code:
    function buildBranch($parent_id, $level = 1, $submenu=false) {
    if ($parent_id != 0) {
    replace with

    Code:
    function buildBranch($parent_id, $level = 1, $submenu=false) {
    if ($parent_id != CATEGORIES_ROOT) {
    Have fun!

    Grtz Lenny

  6. #256
    Join Date
    May 2007
    Posts
    136
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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.

  7. #257
    Join Date
    Jul 2007
    Location
    Minneapolis, MN, United States
    Posts
    71
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Thanks Lenny!

  8. #258
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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!

  9. #259
    Join Date
    May 2007
    Posts
    136
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by nakins View Post
    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".

  10. #260
    Join Date
    Jan 2007
    Location
    The Netherlands
    Posts
    29
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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..

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR