Unable to configure mojoportal to use my sql

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.
5/25/2010 2:09:43 AM
Gravatar
Total Posts 1

Unable to configure mojoportal to use my sql

Hi all i have read and gone through the documention to change the default provider from MSSQl Server to MySql i have my sql 5.1 installed with MySql/Net Connector version 6.x.

I have changed the connectionstring and copied the files to the web/bin directory of the same version of the source code.

Everything works fine when i run the setup folders default.aspx page , and i can see the database set up as  suggested.

So now the problem is that the intial setup phase works fine but when i run the default.aspx page at the root lever , i mean the default.aspx page then again it tries to search for the MSSQl Connection instead of mysql connection and thus throws an exception.

 

Can you let me know why is it doing this behaviour is there any other step which i am missing in installing mysql with mojo portal

5/25/2010 11:26:26 AM
Gravatar
Total Posts 18439

Re: Unable to configure mojoportal to use my sql

What download package(s) are you using? Source code or deployment files?

If using source code you just change the project references from the business projects to use the MySql Data layers and then rebuild the solution, there is no copying of dlls to be done.

If using the pre-compiled deployment files then you must copy the dlls from the MySqlData layer download into the /bin folder overwriting the MS SQL versions of the dlls and you must copy the contents of the /Setup folder from the My Sql package into the /Setup folder of the web.

Hope it helps,

Joe

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