Здравейте,
имам проблем с инсталирането на една система Manager Arena.
Изпълних инструкциите от readme файла.
при отварянето на системата на http://vertina.info/futbol/
ми дава следната грешка
на 7 ред в db_connect.php
Някой може ли да ми каже къде е проблема ?
Такъв файл DB.php няма в директорията..
имам проблем с инсталирането на една система Manager Arena.
Изпълних инструкциите от readme файла.
Installation Instructions:
Using phpMyAdmin, create a new database. (remember to add a user to the databse)
Select the new database in phpMyAdmin, and select 'SQL' to import the database data.
Browse to the folder where you extracted the files, and open the file fb.sql, then click 'go' to import the file.
Edit the file db_connect.php Here you need to replace the following values to relate to your configuration:
$db_user = 'enter_username'; here you need to enter the username you added to the database that was created
$db_pass = 'enter_password'; enter the password you use to access phpMyAdmin
$db_host = 'localhost'; This should be left as it is.
$db_name = 'enter_database_name'; Enter the database name you created. You may need to prefix this with the username (see below)
при отварянето на системата на http://vertina.info/futbol/
ми дава следната грешка
Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in /home/vertinai/public_html/futbol/db_connect.php on line 7
Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='/usr/local/php4/lib/php:.:/usr/lib/php:/usr/local/lib/php') in /home/vertinai/public_html/futbol/db_connect.php on line 7
на 7 ред в db_connect.php
require_once 'DB.php'; "
Някой може ли да ми каже къде е проблема ?
Такъв файл DB.php няма в директорията..