Page 99 of 224 FirstFirst ... 4989979899100101109149199 ... LastLast
Results 981 to 990 of 2237
  1. #981
    Join Date
    Jul 2009
    Posts
    116
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    So i got main site working but add on domain asdfasdflkh.mysitename.com does not work.
    Any ideas?

    Quote Originally Posted by TheGuest View Post
    This module makes navigation to my site - via http://mysitename.com not working because of this code

    if(file_exists("includes/config_sites/$config_file")) {
    include("includes/config_sites/$config_file");
    } else {
    echo "the domain $default_server_name does not exist.";
    exit;
    }

    in sites_switch.php method

    so only http://www.mysitename.com works

    how do you solve this problem?

  2. #982
    Join Date
    Jul 2009
    Posts
    116
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    OK I got second shop more or less working as well - UI part.



    Quote Originally Posted by TheGuest View Post
    So i got main site working but add on domain asdfasdflkh.mysitename.com does not work.
    Any ideas?

  3. #983
    Join Date
    Jul 2009
    Posts
    116
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Is it possible to have separate easy pages for each site and if so how?

    Quote Originally Posted by TheGuest View Post
    So i got main site working but add on domain asdfasdflkh.mysitename.com does not work.
    Any ideas?

  4. #984

    Default Re: MultiSite Module Support Thread

    Hi guys,

    I ve tried several times but without success to install this module.
    Reading all the posts , most of us have the same problem with taking control of the template and the layout sideboxes after the installations.

    My website is : megatradecenter.com
    subdomains are :
    -shop1.megatradecenter.com
    -shop2.megatradecenter.com

    I was following all the instructions and complete the installations hoping at the end I would get my template back.

    the main website and the subdomains have them templates.
    The add files and modify files have been changed following the instructions . The subdomains are pointing the main domain.

    When in the admin I chande the template i don't see any results , just the layout boxes configuration change ( BUT just in the admin).

    I can't see any changes in the website !!! The template is still the yellow one of the multisite installation.

    My zencart is totally a fresh installation. I Can't understand .
    If someone has the folder with just the basic zencart installation and the multisite module added , it could be wonderful .

    I appreaciate as well for any help. Help please I'm stuck in!!!

    Thanks in advance!!

    Saludos

  5. #985
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: MultiSite Module Support Thread

    Are you redirecting your subdomains to your top domain? I don't think you can do a redirect on subdomains and still use this module. If I'm not mistaking, you ibstalled zc in your top level domain and now you're simply redirecting your subdomains to your top level domain, right?

    Try this:
    setup your subdomain shop1 to have zencart installed. After that, create subdomain site2 from your hosting cpanel and point it to shop1. (Or you can use your top level domain instead of shop1, just change settings accordingly). In my case, it says "document root" in cpanel.
    After you've done this, setup your config_sites as written in the instructions. It should work.

  6. #986

    Default Re: MultiSite Module Support Thread

    [QUOTE=balihr;822482]Are you redirecting your subdomains to your top domain? I don't think you can do a redirect on subdomains and still use this module. If I'm not mistaking, you ibstalled zc in your top level domain and now you're simply redirecting your subdomains to your top level domain, right?

    Thanks for your quick answer!

    You are right! My target is to do that!
    Anyway I'm trying in this oher way just to understand what I'm doing wrong.

    I tell you when I've tried.

    Cheers!

  7. #987

    Default Re: MultiSite Module Support Thread

    [QUOTE=riky;822535][QUOTE=balihr;822482]
    Last edited by riky; 29 Dec 2009 at 02:40 AM. Reason: Mistake

  8. #988

    Default Re: MultiSite Module Support Thread

    I got confused again on templates and domains.

    I install zencart on shop1.megatradecenter.com then i add the multisite module.

    Created shop2.megatradecenter.com and directed to shop1.megatradecenter.com,
    which files should i load on shop.2?

    I shouldn't install zencart and multisite module on shop2, isn't it?

    Where does shop1 is directing?

    I DON'T GET IT!

    Thanks !

  9. #989
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: MultiSite Module Support Thread

    You don't need ANY files in your site2 subdomain! Are you using linux hosting? Do you have a cpanel? If so, when you create a new subdomain, it asks you for a directory root. Just write shop1 name instead of shop2 and that's it. No redirections!
    You can see my cpanel screenshot in the attached pics. Pic1 is creating a regular subdomain and pic2 is what you need to do so that shop2 "pulls" data from shop1.

    Then, go to your includes/config_sites folder and create shop1.megatradecenter.com_config.php and shop2.megatradecenter.com_config.php

    Under shop1_config, put your first template name, something like this:
    Code:
    <?php
    $template_dir = "your_template_1";
    define('SITE_NAME','site1');
    define('HTTP_SERVER', 'http://shop1.megatradecenter.com');
    define('STORE_NAME','Shop1_name'); //Store Name
    ?>
    Change your_template_1 to the one you're using.

    Do the same for shop2_config, something like this:
    Code:
    <?php
    $template_dir = "your_template_2";
    define('SITE_NAME','site2');
    define('HTTP_SERVER', 'http://shop2.megatradecenter.com');
    define('STORE_NAME','Shop2_name'); //Store Name
    ?>
    When finished, it should work.
    Attached Images Attached Images

  10. #990

    Default Re: MultiSite Module Support Thread

    You are very helpful Thanks.

    I ve followed your instructions and everything seems much rational .
    But I still have the same problem with the admin , I have still this template change .

    First I ve override the "MODIFY FILES" of group1 and gorup2 how Gerome said. I have probably miss something.

    In the admin in the template section i see my templates in combination with de deafault language but I don't see them on the website.
    As well I ve tried to add a new language but no results.

    Where is coming from this template?

    Many Thanks

 

 

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