Page 193 of 224 FirstFirst ... 93143183191192193194195203 ... LastLast
Results 1,921 to 1,930 of 2237
  1. #1921
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    Does this Module work in version 1.5.3 at all?

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

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by CandleMan View Post
    Does this Module work in version 1.5.3 at all?
    I assume it does. I have not yet tried it, but from my memory i do not see any issues. There may be some core files that which need to be edited that look different.

  3. #1923
    Join Date
    Sep 2014
    Location
    Texas
    Posts
    6
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    I am running ZC v1.5.3 - installed a couple of modules, fixed my main template set, then installed Multi Site V1.0

    The main site is showing the publisher's books only www.zumayapublishing.com - the stores are separate as the publisher wants to sell ebooks directly, as well as have a storefront for arcs for reviewers and a place for authors to purchase their discounted hard copies.

    My shops don't run off root but from a folder called store. I created the config files for the 3 shops after creating sub domains for the three store fronts: store.zumayapublishing.com, arc.zumayapublishing.com, and authors.zumayapublishing.com

    When I type the url for any of the three, I can see it sees the config file because I don't get an error, but the page itself is blank. (It does give me the ZC favicon on the tab so it is definitely redirecting.) I know just enough code to get in trouble, so this might be something super simple that I just don't get. (Total n00b here) I've tried going through this thread and have done a multitude of of searches, but could not find anything that seemed to fit my issue?

    Figured actually posting on the thread was my next best step rather than spending more hours trying to figure this out.
    Thank you in advance!

  4. #1924
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: MultiSite Module Support Forum

    When you receive a blank (or partially blank) page, there's a myDEBUG log file waiting in your /logs folder to tell you what the issue is/was. Perhaps if you post the contents of one (using the code-tag # found in the menu bar when you're writing your post), someone could help you figure out what's up.

  5. #1925
    Join Date
    Sep 2014
    Location
    Texas
    Posts
    6
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by lat9 View Post
    When you receive a blank (or partially blank) page, there's a myDEBUG log file waiting in your /logs folder to tell you what the issue is/was. Perhaps if you post the contents of one (using the code-tag # found in the menu bar when you're writing your post), someone could help you figure out what's up.
    The log was exactly what I needed! Seems something happened to my counter.php file. Once I replaced it, the store came up. THANK YOU!

  6. #1926
    Join Date
    Sep 2014
    Location
    Texas
    Posts
    6
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    Greetings all, I'm back.

    After fixing my last problem, I ran into another. Have been trying for hours in the last several weeks to figure it out, but I'm stumped. I'm pretty sure it will be simple, but I don't seem to be asking the right question the right way when I tried to find the answers before.

    I am running ZC v1.5.3 - installed a couple of modules, fixed my main template set, then installed Multi Site V1.0
    I've segregated the categories for each store.

    My ZenCart install doesn't run off root but from a folder called /store. I created the config files for the 3 shops after creating sub domains for the three store fronts: store.zumayapublishing.com, arc.zumayapublishing.com, and authors.zumayapublishing.com

    I've copied all the files I could find into the three templates folders under english and templates, one for each store; miko, miko-arc, miko-author

    All three index pages show up at each of the subdomains and look like they should. However...

    When I click on a category or on an item, or even the contact page, it throws me back to the www.zumayapublshing.com/store and I also loose everything in the categories for that store. (I only have one item in the database, though I do have several categories. Didn't want to do a lot of the database adds until I at least got the store fronts working.)

    I've been seeing a lot on using .htaccess to reroute things to the subdomains but I'm too afraid to use it because the solutions don't look right especially since all the info is housed for the three stores in the same folder. I copied all the pages into the template folders (I think/I hope). And I played around with adding stuff in the config files for each of the templates. But everything I've tried either messed things up or just didn't work. I checked the error logs that showed me the problem spot the last time, but there are no errors there.

    The subdomains have A records already established in cpanel.

    Just looking for some direction on how to try to fix this. Like I said earlier, I am sure it is super easy, but I have no clue.

    Thanks in advance for your help!!!! (If you need other info, please let me know!)

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

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by ZPFlunkie View Post
    Greetings all, I'm back.

    After fixing my last problem, I ran into another. Have been trying for hours in the last several weeks to figure it out, but I'm stumped. I'm pretty sure it will be simple, but I don't seem to be asking the right question the right way when I tried to find the answers before.

    I am running ZC v1.5.3 - installed a couple of modules, fixed my main template set, then installed Multi Site V1.0
    I've segregated the categories for each store.

    My ZenCart install doesn't run off root but from a folder called /store. I created the config files for the 3 shops after creating sub domains for the three store fronts: store.zumayapublishing.com, arc.zumayapublishing.com, and authors.zumayapublishing.com

    I've copied all the files I could find into the three templates folders under english and templates, one for each store; miko, miko-arc, miko-author

    All three index pages show up at each of the subdomains and look like they should. However...

    When I click on a category or on an item, or even the contact page, it throws me back to the www.zumayapublshing.com/store and I also loose everything in the categories for that store. (I only have one item in the database, though I do have several categories. Didn't want to do a lot of the database adds until I at least got the store fronts working.)

    I've been seeing a lot on using .htaccess to reroute things to the subdomains but I'm too afraid to use it because the solutions don't look right especially since all the info is housed for the three stores in the same folder. I copied all the pages into the template folders (I think/I hope). And I played around with adding stuff in the config files for each of the templates. But everything I've tried either messed things up or just didn't work. I checked the error logs that showed me the problem spot the last time, but there are no errors there.

    The subdomains have A records already established in cpanel.

    Just looking for some direction on how to try to fix this. Like I said earlier, I am sure it is super easy, but I have no clue.

    Thanks in advance for your help!!!! (If you need other info, please let me know!)
    Could you post the contents of the configfiles for the sites? I suspect you forgot something.
    By the way, authors.zumayapublishing.com and store.zumayapublishing.com can not be found at this moment

  8. #1928
    Join Date
    Sep 2014
    Location
    Texas
    Posts
    6
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    <?php
    $template_dir = "miko";
    define('Zumaya_Publishing_eBook_Store','miko');
    ?>

    I did try to add lines for the directory define and the server define, but they either seemed to do nothing or messed things up.

    All the subdomains were working last night. I'll go double check what has changed,.. Wheeee!

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

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by ZPFlunkie View Post
    <?php
    $template_dir = "miko";
    define('Zumaya_Publishing_eBook_Store','miko');
    ?>

    I did try to add lines for the directory define and the server define, but they either seemed to do nothing or messed things up.

    All the subdomains were working last night. I'll go double check what has changed,.. Wheeee!
    Also set these defines, for each shop.
    PHP Code:
    define('HTTP_SERVER''http://store.zumayapublishing.com');
    define('DIR_WS_CATALOG''/'); 

  10. #1930
    Join Date
    Sep 2014
    Location
    Texas
    Posts
    6
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    I've tried that. Even with the double lines to include the https. Went ahead and did it again for store so people can see what it does. The other two I left as is, so you can see how they default right now as well. Thanks for trying!

 

 

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