PPK
phpbb_root_path
на root_path
, чтобы не было таких предупрежденийКод: Выделить всё
"PHP message: PHP Warning: Undefined variable $root_path in /тра-та-та/ext/ppk/cachegbpages/core/cgbp_functions.php on line 61"
Siava
Код: Выделить всё
PHP Warning: Undefined property: phpbb\db\driver\factory::$sql_layer in /тра-та-та/ext/ppk/cachegbpages/core/cgbp_functions.php on line 576
$this->db->sql_layer
Код: Выделить всё
if ($this->db->sql_layer === 'firebird')
Код: Выделить всё
if ($this->db->get_sql_layer() === 'firebird')
Siava