unable to get mojoPortal to work, need help with setup

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.
6/14/2013 2:46:42 PM
Gravatar
Total Posts 2

unable to get mojoPortal to work, need help with setup

Hi,

I am trying out mojoPortal and having difficulty getting it to work.

I downloaded mojoPortal version "mojoportal-2-3-9-7-mssql-net40-deploymentfiles", set it up on a Windows 7 Home premium running IIS 7.5 and when i browsed the site it correctly showed me the message no database was configured.

I then downloaded My SQL version - mysql-5.6.11-winx64 & connector version - mysql-connector-net-6.6.5, I then created a empty schema - mojoprod.

I then updated the connection in the user.xml as follows:

  <add key="MySqlConnectionString" value="Server=localhost;Database=mojoprod;Uid=root;Pwd=mysql;Charset=utf8;" />

Now when i browse the site after those change "http://14.97.247.212/Setup/Default.aspx" I get a "Page cannot be displayed" message on screen.

Please can you guide me to complete this setup quickly.

Regards,

Ramesh

6/14/2013 3:00:54 PM
Gravatar
Total Posts 18439

Re: unable to get mojoPortal to work, need help with setup

For MySql you need to download our data layer for mysql from the codeplex download page and replace the dlls in the /bin folder with the ones from there(MySql connector is included in the package you don't need to download it separately). See the article Using MySql.

You need to make sure that .NET framework 4 or ideally 4.5 is installed and enabled on the site in IIS.

Then if you still get errors see Basic Troubleshooting

Note that if user.config exists in the root of the site then that is where to set the connection string.

Other articles that may help you: Manual Installation Recipe for IIS 7.x

 

6/14/2013 3:17:33 PM
Gravatar
Total Posts 2

Re: unable to get mojoPortal to work, need help with setup

Thank for the prompt response Joe.

I do have .net framework 4.0 configured for this site.

I'll setup the data layer as instructed and go through the other links you provided.

I'll get back to you if I have any difficulty.

 

Ramesh.

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