Page 185 of 224 FirstFirst ... 85135175183184185186187195 ... LastLast
Results 1,841 to 1,850 of 2240
  1. #1841
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by lidlchris View Post
    turns out i was missing the final ?> at the end of the config file.. :) strange thing about the slow time though - can't figure that one out.
    Glad it worked for you, but the closing ?> is not necessary. None of my site config files contain the ?> tag, so the cause is probably something else.

  2. #1842
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    Glad it worked for you, but the closing ?> is not necessary. None of my site config files contain the ?> tag, so the cause is probably something else.
    really??? don't the have the <?php at the beginning??? all mine do.. without the closing tag, not sure how it could work.. unless you don't need the php tags at all?

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

    Default Re: MultiSite Module Support Thread

    I think you misunderstood me. You NEED the opening tag (<?php) in a file , but not the the last closing tag (?>)

  4. #1844
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    I think you misunderstood me. You NEED the opening tag (<?php) in a file , but not the the last closing tag (?>)

    ok now that has me concerned.. because when i take out the closing ?>, the entire config file displays on my website at the top.. but when i add it back in, the site work ok.. and the opening <?php is at the top of the config file in both these scenarios..

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

    Default Re: MultiSite Module Support Thread

    Can you post the contents of the config files (site_config and the original configure) files? Without the user sensitive information like passwords etc.

  6. #1846
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    Can you post the contents of the config files (site_config and the original configure) files? Without the user sensitive information like passwords etc.
    not sure why that would matter.. like i said if i have the opening <?php statement, i need the closing ?> otherwise the entire file shows up in text form on my website.. i remove the closing ?> and the site breaks.. i add it back in and it works great..

  7. #1847
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Does anyone have any success in verifying a google merchant url when multisite is installed? Any hints and pointers anyone?
    Last edited by twi; 22 Oct 2013 at 07:40 PM.

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

    Default Banner Management with MultiSite

    Hi, I looked for answers here on how to manage the banners with multisite without success. Some workarounds are way too difficult. This is an easy way of doing it that worked for me:

    On the site's *config files that you want the banner to appear you are going to insert this:
    Code:
    define('SHOW_BANNERS_GROUP_SET1','BannerGroupName'); //Banner Display Groups - Header Position 1
    You can look for the define setting on your MultisiteTools > Display Configuration page.

    On the site's *config files that you DON'T want the banner to appear, you are going to insert this:
    Code:
    define('SHOW_BANNERS_GROUP_SET1',''); //Banner Display Groups - Header Position 1
    As you can see you just leave in blank the group to be displayed, that way that site won't display that banner.

    Hope that helps!
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  9. #1849
    Join Date
    Sep 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi, don't know whether this is the right place for my query,

    Ihave installed 4 sites using multisite, Facing sessions problem, only on the main site, sometimes the main site sessions just vanish, and regardless how many times I login, the moment I press checkout button, I am again sent back to the login page.

  10. #1850
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    crazy problem this time... have this module working fine for months now with 7 'sub sites'.. added a new one and i'm testing it and coming up with this problem:

    the canonical url is getting put into the coding as the wrong URL.. the site is swordsofhonor.net and if you view source, the canonical url is coming up as http://www.swordsofhonor.net/medieval-clothing.html.. have no idea why it's adding the medieval-clothing.html at the end?? here is the coding in the template that produces that:

    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
    <?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
    <link rel="canonical" href="<?php echo $canonicalLink; ?>" />
    <?php } ?>


    any ideas?

 

 

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