Little correction Upgrading from 2.3.7.1 to 2.7.0.3

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.
11/27/2018 7:57:28 AM
Gravatar
Total Posts 2

Little correction Upgrading from 2.3.7.1 to 2.7.0.3

when running setup scripts for this upgrade erro occurred at 
Web\Setup\applications\blog\SchemaUpgradeScripts\mssql
2.6.2.0.config ( LINE 117 )

It has   missing A "GO" command just before "ALTER PROCEDURE [dbo].[mp_Blog_SelectRecentPostsForMetaWeblogApi]"
So for maintain the scripts default I've put::
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

11/27/2018 3:13:14 PM
Gravatar
Total Posts 2239

Re: Little correction Upgrading from 2.3.7.1 to 2.7.0.3

Hi,

This issue has been fixed in the repo. Thank you for bringing it to our attention.

Please note that this issue was not in a released version of mojoPortal, just in the repository.

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