Can't enable SiteMembershipPro

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.
12/8/2013 11:45:59 PM
Gravatar
Total Posts 137
When enough isn't

Can't enable SiteMembershipPro

Hi,

I just purchased SiteMemberShipPro, but can't get it enabled. I have the latest 2.4.0.0 version of MojoPortal and have copied all files including datalyers for MySql. Then I have run a setup.

But when I want to add a sitemembershippro module it's not on the list of available modules. What do you think I am missing out? I guess it's just me overlooking something simple?

Best regards

Lars 

12/9/2013 9:06:39 AM
Gravatar
Total Posts 18439

Re: Can't enable SiteMembershipPro

Is it a multi site installation? features are not automatically installed in child sites, you would have to use th emaster site to add the feature to the child site.

Hope that helps,

Joe

12/9/2013 9:28:06 AM
Gravatar
Total Posts 137
When enough isn't

Re: Can't enable SiteMembershipPro

Yes, it's on a multi site install. But it's on the main site (no 1), so I should have access to all modules ..

Thanks, Lars

12/9/2013 9:37:58 AM
Gravatar
Total Posts 137
When enough isn't

Re: Can't enable SiteMembershipPro

To be more precise: It's a folder-based multi site install and I can't see the module either on site 1 or as a possibility of choice when adding modules to the subfolder-sites.

From system info:

  • mojoPortal Version 2.4.0.0 MySQL
  • sts-SiteMembership 1.0.0.8 
12/9/2013 10:12:57 AM
Gravatar
Total Posts 18439

Re: Can't enable SiteMembershipPro

Hi Lars,

I found the problem, there is a bug. To solve it edit the file /Setup/applications/sts-SiteMembership/FeatureDefinitions/SiteMembershipModule.config

This line: 

supportedDatabases="MSSQL,MySql"

needs to be changed to:

supportedDatabases="MSSQL,MySQL"

note the case of letters is the problem, it must be MySQL not MySql

Then visit the setup page again.

I will fix this and update our package.

Thanks,

Joe

12/9/2013 10:21:05 AM
Gravatar
Total Posts 137
When enough isn't

Re: Can't enable SiteMembershipPro

Great :) ... it works now!!

Now I can continue to test it on my development site. Thanks for a very quick response ...

Best regards

Lars

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