Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 12, 20223 yr I'm seeing the following in my Invision power board list of warnings/issues. The hosting provider says this is supported. Is there anything further I can do to fix this/check for issues? Cheers, Gavin. Looks like this may be the solution.
March 12, 20223 yr Community Expert Solution The conversion from MyISAM to InnoDB is not something which the software can do. If you are uncomfortable performing this, you will need to have your hosting provider (or a server administrator) convert your tables from MyISAM to InnoDB. Please ensure that they take a backup prior to doing so in case something goes wrong 🙂 .
March 12, 20223 yr Have you instal third party application recently? asking as sometimes the authors forgetting to implement only thing rule to tell it to use the default engine on installation. If so, contact with the author and ask him to update the files, then uninstall application and instal again after update so your server will pick up the correct engine...
March 12, 20223 yr This also happens because MyISAM is the default storage engine in MySQL. Unless the server admin changes the default, tables would get created in MyISAM if innodb is not implicitly specified.
March 12, 20223 yr I'm seeing the following in my Invision power board list of warnings/issues. The hosting provider says this is supported. https://www.techandme.se/convert-myisam-to-innodb/