Поставил на денвере, вот такая ошибка!

 • Просмотры: 512
Аватара пользователя
Nifigasebe
Благодарил (а): 1 раз
Сообщения: 1
Зарегистрирован: 23 фев 2011, 12:02
Сообщение

Поставил на денвере, вот такая ошибка!

13 мар 2011, 21:20

Поставил у себя на денвере, вот такая ошибка!

Код: Выделить всё

[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
Что это может быть? Помогите пожалуйста!
Аватара пользователя
serrrios
Благодарил (а): 11 раз
Поблагодарили: 119 раз
Сообщения: 1532
Зарегистрирован: 29 май 2009, 20:22
Сообщение

Поставил на денвере, вот такая ошибка!

14 мар 2011, 17:33

Версия? Код возле ошибки?
http://aniproject.ru - перспектива... велком епта..
http://www.ppkbb3cker.ru/viewtopic.php?f=35&t=1042 - мои платные услуги по трекеру.
da
day7
Благодарил (а): 1 раз
Сообщения: 1
Зарегистрирован: 22 май 2011, 14:12
Сообщение

Поставил на денвере, вот такая ошибка!

10 июн 2011, 22:24

Здравствуйте
Вот такая проблемка
На свежей установке ppkbb3cker2-free-install

Код: Выделить всё

[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;
				}
			}
		}

выдало сразу после установки

Помигите, что с этим делать?

Вернуться в «Ошибки, проблемы, недочёты»