Project

General

Profile

Bug #23127 » 15042_v1.patch

Administrator Admin, 2010-10-15 14:24

View differences:

typo3/init.php
}
} else {
t3lib_BEfunc::typo3PrintError('Database Error', 'The current username, password or host was not accepted when the connection to the database was attempted to be established!');
// Jump into Install Tool if database connection could not established and database is not selected
if (!TYPO3_db) {
echo '<script type="text/javascript">
/*<![CDATA[*/
window.location.href = "install/index.php?mode=123&step=1&password=joh316";
/*]]>*/
</script>';
}
exit;
}
(1-1/3)