Results 1 to 10 of 2247

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by buildingblocks View Post
    change CATEGORIES_ROOT','2' to CATEGORIES_ROOT','0' and see if that helps
    Thank you so much for your ideas. But it did not help.


    the only thing i did not find to change in my tpl_categories.php, was this, but this should not so effect the category.

    PHP Code:
    #############################################################################
    ### FILE includes/templates/template_default/sideboxes/tpl_categories.php ###
    #############################################################################
    Line 33:
    $specials_index $db->ExecuteRandomMulti($specials_index_queryMAX_DISPLAY_SPECIAL_PRODUCTS_INDEX);
    Replace by:
    $specials_index $db->ExecuteRandomMulti(cat_filter($specials_index_query), MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX); 

  2. #2
    Join Date
    Feb 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hello,

    i have another question: is it theoretically possible to change something in the sites_switch.php to use one domain?

    www.domain.de/shop1
    www.domain.de/shop2

    thanks yps

  3. #3
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I'm trying to add

    define('CATEGORIES_ROOT','11'); //root categories is 21 for this site

    to site2.com_config.php

    if it's set to anything but 0 and then I go to view store2 the category links in the sidebox are missing their text and when I click on the link I get a page showing nothing but the head banner

    debug says

    [10-Jan-2010 07:57:37] PHP Fatal error: Call to a member function MoveNext() on a non-object in /home/myID/public_html/mysite1.com/includes/classes/category_tree.php on line 68

    line 68 shows $categories->MoveNext();

    Multi-site log says (I don't know if it's related)

    Query not changed:
    select manufacturers_id, manufacturers_name from zen_manufacturers order by manufacturers_name

    this info is what I've gathered but I don't know what it means or what to do about it. I'd like to be able to set the category.

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  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

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