Notice: Only variables should be assigned by reference in z:\home\geval.ru\argo\components\com_sef\sef.php on line 157
[ убрать подсказку | никогда больше не показывать ]
Это предупреждение, вероятнее всего, возникает вследствие высокого уровня контроля ошибок в PHP, по умолчанию установленного в Денвере (E_ALL). Такой режим вывода ошибок является рекомендуемым и сильно помогает при отладке скриптов. Однако множество готовых скриптов требуют более низкого уровня ошибок.
Вы можете установить более слабый контроль ошибок одним из следующих способов:
* Впишите в скрипты строчку:
Error_Reporting(E_ALL & ~E_NOTICE);
Этот способ особенно удобен, если в скрипте есть один файл (конфигурационный), который подключается всеми остальными.
* Рекомендуемый способ. Создайте в директории со скриптом файл .htaccess следующего содержания:
php_value error_reporting 7
* Исправьте в /usr/local/php/php.ini значение error_reporting на E_ALL & ~E_NOTICE. Этот способ не является рекомендуемым и может привести к серьезным неудобствам при отладке!
[Денвер: показать возможную причину ошибки]
Notice: Only variables should be assigned by reference in z:\home\geval.ru\argo\components\com_sef\sef.php on line 201
Notice: Only variables should be assigned by reference in z:\home\geval.ru\argo\components\com_sef\sef.php on line 205
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\includes\joomla.php on line 704
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\index.php on line 280
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\index.php on line 281
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\index.php on line 282
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\index.php on line 283
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\index.php on line 284
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\templates\ja_sargas\ja_templatetools.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\templates\ja_sargas\ja_templatetools.php on line 26
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\templates\ja_sargas\ja_templatetools.php on line 27
Warning: Cannot modify header information - headers already sent by (output started at z:\home\geval.ru\argo\components\com_sef\sef.php:157) in z:\home\geval.ru\argo\templates\ja_sargas\ja_templatetools.php on line 28