Warning: include(/classes/db_con.php) [function.include]: failed to open stream: No such file or directory in /home/h1u54/public_html/t/include/config.php on line 2
Warning: include() [function.include]: Failed opening '/classes/db_con.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/h1u54/public_html/t/include/config.php on line 2
- это на хостинге
на денвере тоже самое почти
Цитата:
Warning: include(/classes/db_con.php) [function.include]: failed to open stream: No such file or directory in Z:\home\localhost\www\include\config.php on line 2
Warning: include() [function.include]: Failed opening '/classes/db_con.php' for inclusion (include_path='.;/usr/local/php5/PEAR') in Z:\home\localhost\www\include\config.php on line 2
Содержимое файла db_con.php
PHP код:
<?php
/**
* @author
* @copyright 2009
*/
class DB_Connect{
var $host = 'localhost';
var $user = 'root';
var $pass = '12345';
var $db = 'mycms';