Benjamin
04.04.2007, 11:06
1) На веб сервере загрузил Source with Dummy 4.1.1
2) typo3\install\index.php убрал строку
if (1==2 || ($_SERVER['REMOTE_ADDR']!='127.0.0.1' && !@is_file($enableInstallToolFile))) {
die('The Install Tool is locked.<br /><br /><strong>Fix:</strong> Create a file typo3conf/ENABLE_INSTALL_TOOL<br />This file may simply be empty.<br /><br />For security reasons, it is highly recommended to rename<br />or delete the file after the operation is finished.');
3) Когда открываю http://мой_сайт/typo3/index.php выдает следующую ошибку
The current username, password or host was not accepted when the connection to the database was attempted to be established!
Database Error
Вся проблема как я понимаю в настройках подключения к БД?.. где их прописывать?... или я изначально что-то не так сделал?..
Заранее благодарен за помощь и конструктивные решения.
2) typo3\install\index.php убрал строку
if (1==2 || ($_SERVER['REMOTE_ADDR']!='127.0.0.1' && !@is_file($enableInstallToolFile))) {
die('The Install Tool is locked.<br /><br /><strong>Fix:</strong> Create a file typo3conf/ENABLE_INSTALL_TOOL<br />This file may simply be empty.<br /><br />For security reasons, it is highly recommended to rename<br />or delete the file after the operation is finished.');
3) Когда открываю http://мой_сайт/typo3/index.php выдает следующую ошибку
The current username, password or host was not accepted when the connection to the database was attempted to be established!
Database Error
Вся проблема как я понимаю в настройках подключения к БД?.. где их прописывать?... или я изначально что-то не так сделал?..
Заранее благодарен за помощь и конструктивные решения.