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.
Trying to install mojoportal on windows installation with mysql.
After a while I get:
database permissions are sufficient to alter schema. database initial schema already exists. database core schema needs upgrade. 0 site(s) found. Running script mojoportal-core - 2.6.0.4 - 00:00:00.2031104 MySql.Data.MySqlClient.MySqlException (0x80004005): Table '114877-mojoportal.mp_sitesettingsexdef' doesn't exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at MySql.Data.MySqlClient.MySqlScript.Execute() at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(String script, String overrideConnectionInfo) at mojoPortal.Data.DBPortal.DatabaseHelperRunScript(FileInfo scriptFile, String overrideConnectionInfo) at mojoPortal.Business.DatabaseHelper.RunScript(Guid applicationId, FileInfo scriptFile, String overrideConnectionInfo) - 00:00:00.2345818
Help, anyone :)
Ylva
Looked at the error and the database. The error says mp_sitesettingsexdef while the database contains SiteSettingsExDef. Changed the script - now up and running :)
regards Ylva
Hi,
Thanks for the note. We've fixed this in the repository and it will be in future builds.
Thanks, Joe