Installing on MySQL with AppKeepAlive set before setup

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/18/2009 9:43:24 AM
Gravatar
Total Posts 2239

Installing on MySQL with AppKeepAlive set before setup

I tried installing mojoPortal this morning on MySQL and ran into an issue where an error would be thrown stating that the mp_taskqueue table doesn't exist. Of course it didn't exist because the Setup routine hadn't run yet. After some head scratching I figured out the problem was I had already set the UseAppKeepAlive and AppKeepAliveUrl values in my user.config (I do this on a lot my installations because my customers tend to be small and they don't generate a lot of traffic). When I set these values and then run setup against MSSQL, I don't get any errors.

I can easily remind myself that I need to comment those settings out before running setup on a site that will be using MySQL but I figured I would bring it up just in case it is an easy fix.

-Joe

9/19/2009 7:55:38 AM
Gravatar
Total Posts 18439

Re: Installing on MySQL with AppKeepAlive set before setup

I've added some error handling to catch that in the case where its enabled on a new installation.

Thanks,

Joe

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