Page 138 of 225 FirstFirst ... 3888128136137138139140148188 ... LastLast
Results 1,371 to 1,380 of 2242
  1. #1371
    Join Date
    May 2010
    Location
    London UK
    Posts
    134
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    That worked Great Thanks, I was thinking of all sorts of ideas, but that didn't even enter my head.

    Cheers

  2. #1372
    Join Date
    May 2010
    Location
    London UK
    Posts
    134
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    OK,

    For my second problem, the second site www.flykillersdirect.com, doesn't seem to be connected to the first site at all. The config file is in the fodler and is now named www.flykillersdirect.com_config.php and is the same as the first sites file.

    BUt it just doesn't connect, do i need to add the multisite module files to both sites??

  3. #1373
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread - Paypal IPN

    Hi all, if anyone could help with this i would be most appreciative.
    Zen Cart is not logging the purchase as Paypay is not connecting back to each Zen Cart in the multisite.

    The only way i have of knowinw that theres been a purchase is to check with paypal. No looging in the Zen Cart? HELP..

    any assistance would be greatly appreciated.



    Quote Originally Posted by britneycook View Post
    Hi there all.

    What a wonderful mod! Loving it!

    Im having a bit of a challenge with PayPal Website Payments Standard - IPN.
    I have one paypal account and all payments are accepted into this account (no problem).

    i have 5 sites in my multisite
    misite1.com
    misite2.com
    etc etc...

    when the customer has CONFIRMED ORDER and they are sent to Paypal, there is a link at the bottom
    This link only works on one site, the site that ive set the following information in paypal.


    set your Instant Payment Notification Preferences URL to:

    http://misite1.com/ipn_main_handler.php

    and
    Website Payments Preferences set your Automatic Return URL to:

    http://misite1.com/index.php?main_page=checkout_process


    doesnt work for
    misite2.com
    misite3.com etc
    the link returns an error: "Oops cant load this page" and is looking for this url:
    https://www.paypalobjects.com/index....eckout_payment

  4. #1374
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Is there noone else experiencing challenges with IPN?
    I the only one with a multisite that isnt recieving IPN in Zen?

    Paypal IPN working for one site but none of the others in multisite?

    eg:
    site1.com - IPN working Great
    site2.com - IPN not working great
    site3.com - IPN not working great
    site4.com - IPN not working great

    recieving payment but not recieving email confirm and Zen Cart not recieving confirmation of payment from Paypal.

    would a Paypal IPN Multiple Email script like the scriptomart DOT com one work or is the problem elsewhere?

  5. #1375
    Join Date
    Aug 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi! I'm trying to install a multisite module for ZenCart on my local host. I tried to install for Zen Cart 1.3.8 and 1.3.9. Every time receives the same message:

    "1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
    Others:
    [Cd.categories_name select from categories c, cd categories_description cd.categories_description WHERE LIKE '% SITE_NAME-%' AND cd.language_id = 2 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id = '2 'and c.categories_status = 1] "

    I searched the whole forum and found a few similar cases. But I have not found a solution to my problem. I am doing everything according to the instructions http://www.thisdomain.net/dev/multis...tions_4.0.html
    but still received the same message. Can anyone help me?

  6. #1376
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    You need to edit your "includes/configure.php":
    add the following line to the begging (top of the code):

    include_once('includes/config_sites/sites_switch.php');



    Quote Originally Posted by byczy28 View Post
    Hi! I'm trying to install a multisite module for ZenCart on my local host. I tried to install for Zen Cart 1.3.8 and 1.3.9. Every time receives the same message:

    "1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
    Others:
    [Cd.categories_name select from categories c, cd categories_description cd.categories_description WHERE LIKE '% SITE_NAME-%' AND cd.language_id = 2 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id = '2 'and c.categories_status = 1] "

    I searched the whole forum and found a few similar cases. But I have not found a solution to my problem. I am doing everything according to the instructions http://www.thisdomain.net/dev/multis...tions_4.0.html
    but still received the same message. Can anyone help me?

  7. #1377
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Well.. It turns out the fix was really quite simple.
    If anyone in the future runs into this problem, the issue with mine was in the "/includes/config_sites"

    define('HTTP_SERVER', 'http://misite.co.nz');
    define('HTTPS_SERVER', 'https://misite.co.nz');

    I had
    define('HTTP_SERVER', '');
    in mine.. an obviously it couldnt find the domain.



    Quote Originally Posted by britneycook View Post
    Is there noone else experiencing challenges with IPN?
    I the only one with a multisite that isnt recieving IPN in Zen?

    Paypal IPN working for one site but none of the others in multisite?

    eg:
    site1.com - IPN working Great
    site2.com - IPN not working great
    site3.com - IPN not working great
    site4.com - IPN not working great

    recieving payment but not recieving email confirm and Zen Cart not recieving confirmation of payment from Paypal.

    would a Paypal IPN Multiple Email script like the scriptomart DOT com one work or is the problem elsewhere?

  8. #1378
    Join Date
    Nov 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I installed this on Zen 1.3.7 with a couple minor issues that I fixed no sweat. However when I go to the admin and under tools I can click Multisite Tools and that page comes up just fine.

    However if I click either Display Configuration for a new site or - Display the relations Categories/Sites I get taken to the admin login screen.

    I have searched though this whole thread and have not found an answer.

    Can anyone point at me what I am missing or forgot or just did not see? Its probably something obvious but any help would be appreciated.

    Thank You

  9. #1379
    Join Date
    Aug 2005
    Location
    Southampton
    Posts
    80
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have a question about this module. I am thinking about using it for my nested websites. By this i mean that i have www.mysite.co.uk then another website within the same domain ie www.mysite.co.uk/general. will this module allow me to integrate the three nested sites that i have into one admin? please note that i have heavily moded my site and i am vfery wary of adding this module if it will mess up anything that I have working well. any advice would be greatly appreciated.

  10. #1380
    Join Date
    Mar 2009
    Posts
    38
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Simple question, but I just can't figure out how to get the second site up.

    Do I have to do a complete install of zencart in both domain folders or do I just link one domain folder to the other.

    So in other words do I have to install zencart in /site1/ folder and then install and copy the same files to /site2/ or do I just link the second domain to /site1/ folder and it will know what do with it.

    I know it's an easy question, just couldn't sort out how to go about it.

    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