Install with 2.3.4.2 Not Happening

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.
4/24/2010 5:34:47 PM
Gravatar
Total Posts 7

Install with 2.3.4.2 Not Happening

I am trying to install 2.3.4.2 under medium trust using MySQL.  I have successfully installed earlier versions of Mojo so I think I have all of the configuration changes properly made for this install.  However, here is what I get when I try /setup/default.aspx.  No errors, just these messages.

.....

Probing system...
File system permissions ok.
MySQL database connection ok.
database permissions are sufficient to alter schema.
database initial schema needs to be created.
This site appears to be running in a secured environment using Medium Trust policy or at least lower than Full Trust.
In order to use MySQL under Medium Trust, The MySQL Connector for .NET must be installed in the Global Assembly Cache on the server. If you see a SecurityException in the error message then the Connector is not installed. You can download the MySql Connector for .NET from here: http://dev.mysql.com/downloads/connector/net/5.0.html


Note: This page shows some information that is helpful during setup and upgrades but for security it would be best not to show any information when the system is up to date. You can disable setup and suppress all information on this page by setting DisableSetup=true in Web.config. When you need to upgrade, you can set this back to false. If you are logged in as Administrator setup will run and you will be able to see this page even if it is disabled in Web.config so you can easily leave it disabled and just login before upgrading. But if you are not logged in you will need to enable setup in Web.config.
....

Again, no errors so I don't know where to start looking.  Any ideas?

Thanks!

4/25/2010 6:12:18 AM
Gravatar
Total Posts 18439

Re: Install with 2.3.4.2 Not Happening

It seems you did not upload the /Setup folder for the MySql package, so no scripts exist on disk, if you upload it and then visit /Setup/Default.aspx it should run the scripts, but if the scripts are not there you will see exactly what you are seeing now. It knows it needs to run scripts but it doesn't find the scripts.

Hope it helps,

Joe

4/25/2010 9:26:32 AM
Gravatar
Total Posts 7

Re: Install with 2.3.4.2 Not Happening

That was it Joe!  Don't know how I missed that in the Readme file but I did.

Thanks for the help!

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