Results 1 to 10 of 2247

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Posts
    286
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    me again,
    i have installed the multisite mos and all seems to be working OK except that i can't login or create an account. I get an error -
    index.php?main_page=login&action=process&zenid=

    On the new site, the link to the login page goes to https://www
    and i get the same error.
    If i take out the https and use http://www i can get the login page OK. On the original site, i can't get the login page using either http://www or https://

    The site was moved to a new server just before i started work on it so I'm not sure if that is the problem or it's with installing multisite. Anyone have any ideas?
    M

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

    Default Re: MultiSite Module Support Thread

    It looks like it definatly has something to do with your config files. Either them main configure.php in includes/ or one of the others in includes/config_sites/. Make sure all the paths are defined correctly and your depending on how you have it set up. you may need to define https server in each config file if you are using different domains or subdomains.
    I dont care what it says next to my name. I've been Zenned!

  3. #3
    Join Date
    Oct 2005
    Posts
    286
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    thanks,
    i'll have a look.
    M

  4. #4
    Join Date
    Oct 2005
    Posts
    286
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    ok, still no progress. i,m going to work through one site at a time. on the subdomain, shipping, i can't get to the login page -

    ssl / https
    https://www.shipping.actionforms.ca/...ain_page=login

    but i can get -
    http
    http://www.shipping.actionforms.ca/i...ain_page=login

    what ssl settings should i have in the
    configure.php and www.shipping.actionforms.ca_config.php files.

    thnx

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

    Default Re: MultiSite Module Support Thread

    its still your configuration. Your SSL doesn't work for the domain you are trying to us it for. Your SSL is for www.actionforms.ca but you are using it for www.shipping.actionforms.ca. You either need another SSL cert or define the SSL server as www.actionforms.ca in the config file. NOT in configure.php but in www.shipping.actionforms.ca_config.php
    I dont care what it says next to my name. I've been Zenned!

  6. #6
    Join Date
    Oct 2005
    Posts
    286
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Thanks for the reply.

    this is my www.shipping.actionforms.ca_config.php

    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/shipping/');
    $template_dir = "shipping_template";
    define('SITE_NAME','ship');
    ?>

    this works to a degree. It goes to the right page but with warning about the SSL certificate.
    https://www.shipping.actionforms.ca/...ain_page=login


    i have tried
    define('DIR_WS_HTTPS_CATALOG', 'www.shipping.actionforms.ca/');
    and
    define('DIR_WS_HTTPS_CATALOG', '/www.shipping.actionforms.ca/');

    but that just makes the link to an SSL page

    https://www.shipping.actionforms.caw...ain_page=login

    or

    https://www.shipping.actionforms.ca/...ain_page=login

    I can't see how to get around it.
    M

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

    Default Re: MultiSite Module Support Thread

    You need to put this in your file

    define('HTTP_SERVER', 'http://www.shipping.actionforms.com');
    define('HTTPS_SERVER', 'https://www.shipping.actionforms.com');

    Again it will only work if you have an ssl certificate specifically for that domain. Otherwise change the domain to match your ssl
    I dont care what it says next to my name. I've been Zenned!

 

 

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