Table 'verify_dk_db2.mp_modulesettings' doesn't exist

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.
2/6/2018 4:10:04 PM
Gravatar
Total Posts 2

Table 'verify_dk_db2.mp_modulesettings' doesn't exist

I have the following problem. I have tried running the setup a couple of times, and gets this error every time.
Any clues? The table exists, and I even created a copy of the original one with small caps....?

Probing system...
File system permissions ok.
MySQL database connection ok.
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.0 - 00:00:00.0625038
MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'verify_dk_db2.mp_modulesettings' doesn't exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId) 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.0625038
Note: This page shows some information that is helpful during setup and upgrades but for security it would be best not to show any information when the system is up to date. You can disable setup and suppress all information on this page by setting DisableSetup=true in Web.config. When you need to upgrade, you can set this back to false. If you are logged in as Administrator setup will run and you will be able to see this page even if it is disabled in Web.config so you can easily leave it disabled and just login before upgrading. But if you are not logged in you will need to enable setup in Web.config.

2/6/2018 4:36:54 PM
Gravatar
Total Posts 2239

Re: Table 'verify_dk_db2.mp_modulesettings' doesn't exist

Hi,

Please replace the contents of the file located at /Setup/applications/mojoportal-core/SchemaUpgradeScripts/mysql/2.6.0.0.config with the contents of the file located here.

Thank you,
Joe

2/6/2018 5:27:43 PM
Gravatar
Total Posts 2

Re: Table 'verify_dk_db2.mp_modulesettings' doesn't exist

You are my hero! Thank you, problem solved :-)

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