2.3.3.2 Upgrade Error

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.
1/7/2010 10:32:25 AM
Gravatar
Total Posts 154

2.3.3.2 Upgrade Error

I backed up my database and web wwwroot directory.  I extracted the new website files and overwrote the existing website files.  I modified the web.config to have my current information and when I went to run setup/default.aspx I receive this.  Any ideas?

 

Welcome to mojoPortal Setup
Probing system...
File system permissions ok.
MSSQL database connection ok.
database permissions are sufficient to alter schema.
database initial schema already exists.
database core schema needs upgrade.
2 site(s) found.
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.
 

1/7/2010 10:38:40 AM
Gravatar
Total Posts 154

Re: 2.3.3.2 Upgrade Error

The database is MS SQL 2008

1/7/2010 10:43:07 AM
Gravatar
Total Posts 18439

Re: 2.3.3.2 Upgrade Error

When it says it needs to upgrade but then it doesn't run any upgrade scripts it means it can't find the needed upgrade scripts. They should exist in the folders beneath /Setup but are apparently missing. I would upload the /Setup folder again.

Hope it helps,

Joe

1/7/2010 11:21:36 AM
Gravatar
Total Posts 154

Re: 2.3.3.2 Upgrade Error

Thanks Joe!  That was really odd considering it was a windows copy and I did a select all. 

The new content rating is a pop up when I click on the vote icon?

1/7/2010 11:32:35 AM
Gravatar
Total Posts 18439

Re: 2.3.3.2 Upgrade Error

Hi Dave,

The content rating only does that when you enable rating comments in the settings, nothing has changed in that recently that I know of. You may want to compare your skin to the ones included in /Data/skins. Make sure your layout.master has the ScriptLoader control in it, also look in style.config of included skins as there are some new things added to included skins for table/grid styling. The rating star icons in the latest skins are nicer too, thanks to Joe Davis. so you should copy those from one of the included skins.

Note that we do not touch the skins under /Data/Sites/1/skins during upgrades, so only the skins in /Data/skins have the updates.

Best,

Joe

1/7/2010 11:49:48 AM
Gravatar
Total Posts 154

Re: 2.3.3.2 Upgrade Error

Ah I found the comment section.  I'm using Disgus.  Do you think I should use that one or the other one?  Looks pretty nice.  Is there an easy way to modify all the recipe page settings to enable the comment feature?

 

Do you think I need to update my skin?  No errors so far.

1/7/2010 11:58:28 AM
Gravatar
Total Posts 18439

Re: 2.3.3.2 Upgrade Error

In my testing Disqus has bugs when using IE 8, I reported them but I don't know if they have fixed it. I recommend IntenseDebate.

Things missing from your skin will not generally cause errors but you may be missing some styles, see the release notes for the 2.3.3.2 release, we added some nicer styles for tables and grids and you should include one of the available options in your style.config, it will make your file manager prettier and Shared Files feature also will look better and other tables and grids in the site management pages.

If you have access to the database, you could run a sql script to enable comments on all pages like UPDATE mp_Pages SET EnableComments = 1

Not sure you would want it on every page but it may be less work to manually uncheck it on the ones where you don't want it than to manually enable it on each recipe page.

Best,

Joe

1/7/2010 12:45:05 PM
Gravatar
Total Posts 154

Re: 2.3.3.2 Upgrade Error

Ok all set.  Skin is updated.  Stars look really good!  Love the new comment system too!  I threw it on one page for now.  http://mealsnmore.com/cheesy-broccoli-pockets.aspx  I'll have the wife add it to all the pages.  I tried approving 2 moderated messages by email and they didn't go through.  I emailed Intensedebate asking why.  I hope to get more recipes up soon.  We have a baby due any day so time has been tight.  Thanks for all the help Joe!

1/8/2010 6:38:16 AM
Gravatar
Total Posts 18439

Re: 2.3.3.2 Upgrade Error

Congrats on the coming new baby!

Cheers,

Joe

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