Page 172 of 224 FirstFirst ... 72122162170171172173174182222 ... LastLast
Results 1,711 to 1,720 of 2240
  1. #1711
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    Hello all
    I jave been using multisite for a couble of years now.. and I decided to upgrade.. so I loaded
    zen cart 1.5
    then added three templates (a mondern zen)
    than uploaded CEOn SEo.
    then added mulitsite.
    and when signing on the main page the screen goes blank
    and the log for debug says
    PHP Fatal error: Call to undefined function cat_filter() in /home/herasonl/public_html/shop/includes/functions/functions_categories.php on line 211
    and that line is
    // eof Multi site
    $category = $db->Execute(cat_filter($category_query));
    // bof Multi site
    between the mulitsite addons
    any have any ideas.
    thank you
    Looks like you forgot to copy this file \includes\functions\extra_functions\cat_filter.php from the installation package.

  2. #1712
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    thank you so much. that worked
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  3. #1713
    Join Date
    Aug 2012
    Posts
    33
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I am upgrading a 1.3.8a Zencart site to 1.5.1. I have a base install of 1.5.1 up and running with ImageHandler and Zen Lightbox addons and two templates. I've installed Multisite 1.0 and it *appears* to be working, but I have a question. In the attached image, the circled area does not respond to the category allocations for the respective sites controlled by Multisite.

    What is this are called, in Zencart terms? What file/files control the categories shown in this area?

    In the production 1.3.8a site (with Multisite running there also), this area of the page DOES respond to category allocations by site.

    Any thoughts?

    Thanks!

    TOm

    Name:  Untitled.jpg
Views: 175
Size:  41.5 KB

  4. #1714
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by tmt1630 View Post
    I am upgrading a 1.3.8a Zencart site to 1.5.1. I have a base install of 1.5.1 up and running with ImageHandler and Zen Lightbox addons and two templates. I've installed Multisite 1.0 and it *appears* to be working, but I have a question. In the attached image, the circled area does not respond to the category allocations for the respective sites controlled by Multisite.

    What is this are called, in Zencart terms? What file/files control the categories shown in this area?

    In the production 1.3.8a site (with Multisite running there also), this area of the page DOES respond to category allocations by site.

    Any thoughts?

    Thanks!

    TOm

    Name:  Untitled.jpg
Views: 175
Size:  41.5 KB
    Does the file includes/modules/YOUR_TEMPLATE/categories_tabs.php contain the next line (around line 20)
    PHP Code:
    $categories_tab $db->Execute(cat_filter($categories_tab_query)); 
    the original is
    PHP Code:
    $categories_tab $db->Execute($categories_tab_query); 

  5. #1715
    Join Date
    Aug 2012
    Posts
    33
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Ah! That worked! Thanks!

    Actually, categores_tabs.php was not under MY_TEMPLATE folder, but I found it, added the cat_filter() call and placed in both of MY_TEMPLATE folders. It is one of the files that I had to address in the 1.3.8a --> 1.5.1 upgrade, but did not get to it yet.

    I'll keep this in mind for other anomalies that I encounter along the way.

    Appreciate the help!

    Tom

  6. #1716
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by tmt1630 View Post
    Ah! That worked! Thanks!

    Actually, categores_tabs.php was not under MY_TEMPLATE folder, but I found it, added the cat_filter() call and placed in both of MY_TEMPLATE folders. It is one of the files that I had to address in the 1.3.8a --> 1.5.1 upgrade, but did not get to it yet.

    I'll keep this in mind for other anomalies that I encounter along the way.

    Appreciate the help!

    Tom
    Glad it worked, and thanks for the feed back

  7. #1717
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by lidlchris View Post
    my sites are all using add-on domains and all using ONE SSL for all the sites.
    how are you doing this .. I get the This Connection is Untrusted when using the ssl on hte other domain..
    my admin has the ssl and my main sotre..
    pleae help
    thank you
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  8. #1718
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    OK I would like to have in my order to beable to see where the orders originate from, I am not a programer and don't know how to make this happen.. any help would be nice
    thank you
    Naomi
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  9. #1719
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I am so stumped and hope someone can help me.

    I had multisite running on 1.3.9 for a couple of years now..
    so I know a little about it.
    but now I just can't figure this out

    I have three domain.
    Herasonlinemarket.com/shop main site
    buykandibracelets.com
    buykandi.com

    ok the main site is working and is working fine

    it is the other two that don't work

    Here is the config file for buykandibracelets
    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "zen2";
    define('SITE_NAME','zen2');
    ?>

    and Categories Description: for kandi store
    <!--Zen--Zen3-zen2-->


    and my cpanel is
    Addon Domains Document Root Username
    buykandibracelets.com Home/public_html/shop buykandibracelets


    when I go to buykandibracelets.com
    it show up great.
    then when I click on categories
    kandi store
    the URL changes to buykandibracelets.com/shop/kandi_store
    but the screen stays on the home page.
    I just don't know how to fix this ..


    the way it worked before there was no -shop- in the url

    and yes I have the switch in the configuration file

    any help would be great.
    Noppie
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  10. #1720
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    I am so stumped and hope someone can help me.

    I had multisite running on 1.3.9 for a couple of years now..
    so I know a little about it.
    but now I just can't figure this out

    I have three domain.
    Herasonlinemarket.com/shop main site
    buykandibracelets.com
    buykandi.com

    ok the main site is working and is working fine

    it is the other two that don't work

    Here is the config file for buykandibracelets
    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "zen2";
    define('SITE_NAME','zen2');
    ?>

    and Categories Description: for kandi store
    <!--Zen--Zen3-zen2-->


    and my cpanel is
    Addon Domains Document Root Username
    buykandibracelets.com Home/public_html/shop buykandibracelets


    when I go to buykandibracelets.com
    it show up great.
    then when I click on categories
    kandi store
    the URL changes to buykandibracelets.com/shop/kandi_store
    but the screen stays on the home page.
    I just don't know how to fix this ..


    the way it worked before there was no -shop- in the url

    and yes I have the switch in the configuration file

    any help would be great.
    Noppie
    just more info
    ok now if you go under the categoires and click on
    all products.. or feature products or new product
    the produces show up then click on
    any of them and it reverts back to buykandibracelets.com/shop/what ever product

    I of ceon url rewrite.. this worked with the 1.3.9 version
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

 

 

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