Unexpected Error- how do i fix this problem? whole site is down. An unexpected error occurred. mysql error: [1286: Unknown storage engine 'InnoDB'] in EXECUTE("select stName from Stacks where Stacks.stType = 20") < Back to Home
Permalink 1 user found helpful
An unexpected error occurred.
mysql error: [1286: Unknown storage engine 'InnoDB'] in EXECUTE("select stName from Stacks where Stacks.stType = 20")
< Back to Home
mysql error: [1286: Unknown storage engine 'InnoDB'] in EXECUTE("select stName from Stacks where Stacks.stType = 20")
< Back to Home
Concrete5 uses Mysql as a database engine, the error is mentioning innoDB another engine. Are you sure you have the right software on your server?
InnoDB is a storage engine for MySQL. You should ask your hosting provider or check your mysql configuration files (e.g. /etc/mysql/conf.d/) and check the mysql logs. It might be that innodb is just 'off'.