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.
Hi All,
I've removed those missing objects that were holding up my svn publish, thanks Joe! And now I encounter:
http://192.168.202.152/cms/Setup/Upgrade.aspx mojoPortal Setup Database Platform MSSQL Database Code Version 2.2.2.8 Database Schema Version 2.2.1.4 Status You need to upgrade the Database Schema to make it the same version as the code.
So I scratched my head and wondered what I'd done wrong...
I deleted the mssql database. I created the mssql database where I wanted it. I downloaded http://developer.novell.com/wiki/index.php/Special:Downloads/mojoportal/mojoportal-2-2-2-8-mssqlreleasefiles.zip. I ran 1, 2 and 3 .SQL from dbscripts. (I wonder if there's some copy of the dbscripts I should be running from the SVN that I overlooked in the installation documentation dealing with SVN installs.) I touched up the user.config connection string.
http://192.168.202.152/cms/Setup/Upgrade.aspx tells me I need to upgrade.
Hmmmm I mutter scratching my head...
Any suggestions are very much appreciated, Dale E. Moore
There are upgrade scripts located in Web/Setup/SchemaUpgradeScripts/mssql/mojoportal-core folder that did not get deployed by the VS publish feature because they are not included in the project.
So it needs to upgrade but can't find the scripts.
Joe
I'll add them.
Hi Joe,
I'll paste SchemaUpgradeScripts and ContentTemplates from src/Setup into pub/Setup and keep on trucking.
Thanks for making permanent fixes to SVN! Dale E. Moore