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, if, like me, the MySql server is hosted on a Linux server and is case sensitive, upgrading to a newer version of MojoPortal fails. Luckily the fix is simple:
in "www\Setup\applications\blog\SchemaUpgradeScripts\mysql\2.6.1.9.config"
replace the code with this:
DELETE FROM mp_ModuleDefinitionSettings WHERE SettingName = 'BlogShowAddFeedLinksSetting'; DELETE FROM mp_ModuleSettings WHERE SettingName = 'BlogShowAddFeedLinksSetting';
Maybe there are other instances that I missed because in the beginning I took the wrong approach of renaming the tables to lowercase
Hi,
This has been fixed in the source code repository for some time now but we just made a new release which includes it as well.
Thank you, Joe
Thanks