o meu está com um erro parecido...
Error occured!
Error ID: #C-12More info: Invalid passwords encryption ( ). Must be one of these: plain, md5, sha1, sha256, sha512, vahashFile: C:\xampp\htdocs\classes/website.php Line: 134File: C:\xampp\htdocs/install.php Line: 178
1- Line 134=
{
new Error_Critic('#C-12', 'Invalid passwords encryption ( ' . htmlspecialchars($encryption) . '). Must be one of these: ' . implode(', ', self::$passwordsEncryptions));
}
2- Line 178=
new Error_Critic('#E-7', 'There is no key <b>' . SERVERCONFIG_SQL_PASS . '</b> in server config file.');
Website::updatePasswordEncryption();