Second Site "Commerce is not configured on this site."

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/6/2010 5:56:34 PM
Gravatar
Total Posts 16

Second Site "Commerce is not configured on this site."

System Information
mojoPortal Version 2.3.5.4 MSSQL
Operating System Microsoft Windows NT 6.1.7600.0
ASP.NET Version v4.0.30319 Running in Full Trust
 

So, I have configured site 1 and have completed a payment to PayPal Standard.  I am now attempting to setup an event calendar for site 2 but i continue to get the

Commerce is not configured on this site. You can still accept free registration for events.

error message.  However I have added the required user.config keys

<add key="Site2-PayPalUsePayPalStandard" value="true" />
<add key="Site2-PayPalStandardProductionEmail" value="" />
<add key="Site2-PayPalStandardProductionPDTId" value="" />

<add key="Site2-PrimaryPaymentGateway" value="PayPalStandard"/>

and have updated them to the second sites pay pal information.  I also have set the second sites Commerce default State, Country and Currency. 

Am I missing anything?
 

my site address is http://tipsycanvas.brinkster.net/cctx/corpus-christi-tx.aspx

11/8/2010 1:59:44 PM
Gravatar
Total Posts 18439

Re: Second Site "Commerce is not configured on this site."

Hi,

Sorry I've been out of town and just got back to work today and trying to catch up.

It sounds like you have done it correctly.

I will try to reproduce this one tomorrow and will post again after that and let you know whether I can reproduce the problem.

Best,

Joe

11/8/2010 3:04:49 PM
Gravatar
Total Posts 16

Re: Second Site "Commerce is not configured on this site."

I actually copied over a clean version of mojoportal and I now do not get the warning.  However, I still cannot see the paypal button for the second site, my only options are Save Customer Info and Promise to pay later.  Any thoughts?

11/9/2010 5:54:10 AM
Gravatar
Total Posts 18439

Re: Second Site "Commerce is not configured on this site."

Make sure you add this:

<add key="Site2-PaymentGatewayUseTestMode" value="false" />

I've updated the documentation to include that setting.

Best,

Joe

11/9/2010 7:15:31 AM
Gravatar
Total Posts 16

Re: Second Site "Commerce is not configured on this site."

Thanks,

That did the trick.

You must sign in to post in the forums. This thread is closed to new posts.