@@ -35,14 +35,12 @@ class Updates_0_6_3 extends Updates
if(!isset($dbInfos['schema'])){
try{
if(is_writable(Config::getLocalConfigPath())){
$dbInfos['schema']='Myisam';
$config->database=$dbInfos;
$config->forceSave();
}else{
thrownew\Exception('mandatory update failed');
}
}catch(\Exception$e){
thrownew\Piwik\UpdaterErrorException("Please edit your config/config.ini.php file and add below <code>[database]</code> the following line: <br /><code>schema = Myisam</code>");