Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Unknown storage engine 'innodb'

Hi everyone if i want install latest vanilla forum in my free hosting i i have message Unknown storage engine 'innodb'. Someone can give me good working old forum version or give me link to better free hosting? Thanks :D

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    Add the following lines to your configuration:

    $Configuration['Database']['ForceStorageEngine'] = 'myisam';
    $Configuration['Database']['DefaultStorageEngine'] = 'myisam';
    

    If there is already a file /conf/config.php add them to this file, otherwise add them to /conf/config-defaults.php.

Sign In or Register to comment.