Вы не зашли.
Страницы 1
Друзья, подскажите, почему может вылезать везде вот ЭТО?
Notice: Undefined index: save_con in /ftp_aerium-03/ow_15/site.ru/engine/actions/configuration.php on line 15
Notice: Undefined index: comments_per_1npage in /ftp_aerium-03/ow_15/site.ru/engine/actions/configuration.php on line 90
и еще куча всяких Undefined... Ничего не менял, просто все началось неожиданно...
не может ли это быть проблема хостера? Я в панике. Хостинг бесплатный, поэтому ожидать можно что угодно, но за пару лет ничего похожего не было(
Здесь Вам не Тут...
Не в сети
Открой core.php и убедись, что присутствуют строчки
// Configure error display mode
@error_reporting (E_ALL ^ E_NOTICE);
То есть вывод всех ошибок, кроме предупреждений (notice'ов), которые у тебя и вылезли. Возможно хостер запрещает менять эту директиву и по умолчанию у него выставлено E_ALL. В общем надо к нему обратиться.
Не в сети
lyos, А у тебя в configuration.php что на 15 и 90 строчке?
xmpp://ngcms@conf.ngcms.ru
Настройка клиента для подключения к конференции
Не в сети
у меня похожая ситуация:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of exec_acts(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/3211/htdocs/engine/includes/news.php on line 136
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of exec_acts(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/32111/htdocs/engine/includes/news.php on line 420
вылезает на ружу(((
Не в сети
у меня похожая ситуация:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of exec_acts(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/3211/htdocs/engine/includes/news.php on line 136 Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of exec_acts(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/32111/htdocs/engine/includes/news.php on line 420
вылезает на ружу(((
По сути это не ошибка а просто предупреждение)
*Отключи отображение Warning'ов или
*В php.ini заменить allow_call_time_pass_reference = off на allow_call_time_pass_reference = on
или в exec_acts('news_full', '', $row, &$tvars); убрать знак передачи по ссылке: & но так лучше не делать)
xmpp://ngcms@conf.ngcms.ru
Настройка клиента для подключения к конференции
Не в сети
Страницы 1