Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 389: Invalid argument supplied for foreach()
Warning: Invalid argument supplied for foreach() in R:\home\test1.ru\www\tr\includes\auth.php on line 389
Warning: Cannot modify header information - headers already sent by (output started at R:\home\test1.ru\www\tr\includes\functions.php:4076) in R:\home\test1.ru\www\tr\includes\functions.php on line 4939
Warning: Cannot modify header information - headers already sent by (output started at R:\home\test1.ru\www\tr\includes\functions.php:4076) in R:\home\test1.ru\www\tr\includes\functions.php on line 4941
Warning: Cannot modify header information - headers already sent by (output started at R:\home\test1.ru\www\tr\includes\functions.php:4076) in R:\home\test1.ru\www\tr\includes\functions.php on line 4942
Warning: Cannot modify header information - headers already sent by (output started at R:\home\test1.ru\www\tr\includes\functions.php:4076) in R:\home\test1.ru\www\tr\includes\functions.php on line 4943
Nifigasebe
serrrios
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 389: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5022: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4134)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5023: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4134)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5024: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4134)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 5025: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4134)
Код: Выделить всё
foreach ($this->acl_options['global'] as $opt => $id)
{
if (strpos($opt, 'a_') === 0)
{
$hold_ary[0][$this->acl_options['id'][$opt]] = ACL_YES;
}
}
}
day7