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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
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
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.