Notice: Undefined index: file in /home/tyuz/web/tyuz74.ru/public_html/system/classes/debughelper.class.php on line 113
[debughelper.class.php : 721] [debughelper.class.php : 113] [debughelper.class.php : 721] [mysql.class.php : 16] [mysql.class.php : 11] [spect.model.php : 6] [index.php : 67] [controller.class.php : 49] [index.php : 61]
104
105function trace($options null) {
106   if ($options == null) {
107     $options $this->options;
108   }
109   $tmp debug_backtrace();
110   $size sizeof($tmp);
111   $res '';
112   for($i $i $size$i++) {

113      if ($tmp[$i]['file']) {
114         $res .= $options['specialOpen'] . ' [' basename($tmp[$i]['file']) . ' : ' $tmp[$i]['line'] . ']' $options['specialClose'] ;

115      }

Unknown Error: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/tyuz/web/tyuz74.ru/public_html/system/classes/mysql.class.php on line 16
[debughelper.class.php : 721] [mysql.class.php : 16] [mysql.class.php : 11] [spect.model.php : 6] [index.php : 67] [controller.class.php : 49] [index.php : 61]
7    private $tables = array(); // все таблицы базы данных
8        
9    function __construct($DB_HOST DB_HOST$DB_USER DB_USER$DB_PASS DB_PASS$DB_BASE DB_BASE)

10    {      
11      $this->connection MySQL::connect($DB_HOST,$DB_USER,$DB_PASS,$DB_BASE);

12    }
13    
14    static function connect($DB_HOST DB_HOST$DB_USER DB_USER$DB_PASS DB_PASS$DB_BASE DB_BASE)

15    {     
16      $connect mysql_connect($DB_HOST$DB_USER$DB_PASS

17     
18      or trigger_error('MySQL::connect() не может установить соединение с "'.$DB_USER.'@'.$DB_HOST.'"'E_USER_ERROR);


Warning: require_once(/home/tyuz/web/tyuz74.ru/public_html/7fa7ef8ed9b29aac1cacf52cb9a15e84/sape.php): failed to open stream: No such file or directory in /home/tyuz/web/tyuz74.ru/public_html/template/tyuze/index.php on line 6
[debughelper.class.php : 721] [index.php : 6] [index.php : 6] [template.class.php : 50] [template.class.php : 29] [index.php : 61] [controller.class.php : 50] [index.php : 61]
1 <?php 
2global $sape
3if (!defined('_SAPE_USER')){ 
4define('_SAPE_USER''7fa7ef8ed9b29aac1cacf52cb9a15e84'); 
5
6require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'); 
7$o['charset'] = 'UTF-8'
8$sape = new SAPE_client($o);