Page 1 of 2 12 LastLast
Results 1 to 10 of 2247

Hybrid View

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

    Default Re: MultiSite Module Support Thread

    I found some time yesterday evening, and made the Zen Cart 1.5.5b and multisite install. Everything works fine. You can see the result here Like I said before, you need to do some merging of files, but most files for the module are unchanged
    Quote Originally Posted by NewPowerCord View Post
    So how to make it work or somebody can test it in zencart v1.55, v1.55a or v1.55b. and find out what is the wrong?

  2. #2
    Join Date
    May 2016
    Posts
    188
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Is there anything I should be specifically wary of before I try this? Anything to take extra care with?

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: MultiSite Module Support Thread

    FWIW, I've installed this on a client's site running ZC1.5.5a (not much different than 1.5.5b) without issue. Design75's changes are well-marked, making the merging quite easy!

  4. #4
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by lat9 View Post
    FWIW, I've installed this on a client's site running ZC1.5.5a (not much different than 1.5.5b) without issue. Design75's changes are well-marked, making the merging quite easy!
    I am trying to get this working on a new install of ZC 1.5.5f. I've done (what I believe) is a careful merge, taking care only to move over the bits marked //b of Multisite to //e of multisite. I can't see any categories on my home page, and the templates don't seem to work (regardless of it I set them to my custom ones or any of the default ones). Any suggestions would be appreciated.

    af-company.com/1.5.5f-trial
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by margecc View Post
    I am trying to get this working on a new install of ZC 1.5.5f. I've done (what I believe) is a careful merge, taking care only to move over the bits marked //b of Multisite to //e of multisite. I can't see any categories on my home page, and the templates don't seem to work (regardless of it I set them to my custom ones or any of the default ones). Any suggestions would be appreciated.

    af-company.com/1.5.5f-trial
    What is the contents of the site specific config file? in the config_sites folder?

  6. #6
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    What is the contents of the site specific config file? in the config_sites folder?
    Thanks for the reply. I have the mod working on my older site, so I simply used that and adjusted to catalogue path, so this is what I have.

    <?php
    define('DIR_WS_CATALOG', '/1.5.5f-trial/');
    define('DIR_WS_HTTPS_CATALOG', '/1.5.5f-trial/');
    $template_dir = "custom";
    define('SITE_NAME','usa');
    define('HTTP_SERVER', 'https://af-company.com');
    define('HTTPS_SERVER', 'https://af-company.com');


    ?>
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  7. #7
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by margecc View Post
    Thanks for the reply. I have the mod working on my older site, so I simply used that and adjusted to catalogue path, so this is what I have.

    <?php
    define('DIR_WS_CATALOG', '/1.5.5f-trial/');
    define('DIR_WS_HTTPS_CATALOG', '/1.5.5f-trial/');
    $template_dir = "custom";
    define('SITE_NAME','usa');
    define('HTTP_SERVER', 'https://af-company.com');
    define('HTTPS_SERVER', 'https://af-company.com');


    ?>
    Perhaps this log file will help??

    [01-Oct-2018 14:09:30 America/New_York] Request URI: /1.5.5f-trial/, IP address: 216.8.180.179#1 trigger_error() called at [/home/afco/public_html/1.5.5f-trial/includes/classes/db/mysql/query_factory.php:171]
    #2 queryFactory->show_error() called at [/home/afco/public_html/1.5.5f-trial/includes/classes/db/mysql/query_factory.php:143]
    #3 queryFactory->set_error() called at [/home/afco/public_html/1.5.5f-trial/includes/classes/db/mysql/query_factory.php:270]
    #4 queryFactory->Execute() called at [/home/afco/public_html/1.5.5f-trial/includes/modules/custom/meta_tags.php:32]
    #5 require(/home/afco/public_html/1.5.5f-trial/includes/modules/custom/meta_tags.php) called at [/home/afco/public_html/1.5.5f-trial/includes/templates/template_default/common/html_header.php:22]
    #6 require(/home/afco/public_html/1.5.5f-trial/includes/templates/template_default/common/html_header.php) called at [/home/afco/public_html/1.5.5f-trial/index.php:43]


    [01-Oct-2018 14:09:30 America/New_York] PHP Fatal error: 1054:Unknown column 'CATEGORIES_ROOT' in 'where clause' :: select cd.categories_name from categories c, categories_description cd where cd.categories_description LIKE '%-SITE_NAME-%'
    AND cd.language_id=1 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status=1 ==> (as called by) /home/afco/public_html/1.5.5f-trial/includes/modules/custom/meta_tags.php on line 32 <== in /home/afco/public_html/1.5.5f-trial/includes/classes/db/mysql/query_factory.php on line 171
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  8. #8
    Join Date
    Feb 2006
    Posts
    124
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Design75 we are since Friday trying to contact you with all type of ways.
    I think you know that you have put several developers waiting for your answer for more than 5 days. Everyone is stoped.

    Please reply to us, and I obviously will delete this message.
    Last edited by bebijuteria; 10 Oct 2018 at 03:00 PM.

  9. #9
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,550
    Plugin Contributions
    9

    Default Re: MultiSite Module Support Thread

    That link come with a download... not a site. Is that what it should be?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by ideasgirl View Post
    That link come with a download... not a site. Is that what it should be?
    ?? sory, I don't know what you mean

 

 
Page 1 of 2 12 LastLast

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