При обновлении Web -переменных ошибка debian

Использование системы в различных ситуациях, вопросы программирования сценариев.

Модератор: immortal

Ответить
tammat
Сообщения: 165
Зарегистрирован: Пт янв 20, 2012 3:05 pm
Благодарил (а): 9 раз
Поблагодарили: 1 раз

При обновлении Web -переменных ошибка debian

Сообщение tammat » Пн апр 02, 2012 6:03 pm

1. На веб-сайте произошла ошибка при получении http://192.168.1.8/admin.php?pd=d2VidmF ... e=checkall. Веб-сайт может быть закрыт на обслуживание или настроен неправильно.
Вот несколько советов и рекомендаций:
Обновите эту страницу позже.
Ошибка HTTP 500 (Internal Server Error): При попытке сервера выполнить запрос возникла неожиданная ситуация.
В чем проблема?
2. Как натроить WEb переменные на 1wire?
Аватара пользователя
sergejey
Site Admin
Сообщения: 4284
Зарегистрирован: Пн сен 05, 2011 6:48 pm
Откуда: Минск, Беларусь
Благодарил (а): 75 раз
Поблагодарили: 1559 раз
Контактная информация:

Re: При обновлении Web -переменных ошибка debian

Сообщение sergejey » Вт апр 03, 2012 1:10 pm

tammat писал(а):1. На веб-сайте произошла ошибка при получении http://192.168.1.8/admin.php?pd=d2VidmF ... e=checkall. Веб-сайт может быть закрыт на обслуживание или настроен неправильно.
Вот несколько советов и рекомендаций:
Обновите эту страницу позже.
Ошибка HTTP 500 (Internal Server Error): При попытке сервера выполнить запрос возникла неожиданная ситуация.
В чем проблема?
500-ая ошибка собствено ни о чём :(
надо смотреть в error.log апача, что там?
tammat писал(а):2. Как натроить WEb переменные на 1wire?
свойтсва 1-wire устройств можно через Linked object/property привязать к общим объектам. Веб-переменные они скорее для "выдирания" какого-то контента по http. хотя, теоретически, если запущен owhttpd, то можно и через веб-переменные получать информацию с датчиков, но это не так удобно.

Сергей Джейгало, разработчик MajorDoMo
Идеи, ошибки -- за предложениями по исправлению и развитию слежу только здесь!
Профиль Connect -- информация, сотрудничество, услуги
tammat
Сообщения: 165
Зарегистрирован: Пт янв 20, 2012 3:05 pm
Благодарил (а): 9 раз
Поблагодарили: 1 раз

Re: При обновлении Web -переменных ошибка debian

Сообщение tammat » Ср апр 04, 2012 9:05 am

Высылаю error.log Apache и текущий config.php
Не могу понять почему?
На windows все работает.
config.php

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

<?
/**
* Project Config
*
* @package MajorDoMo
* @author Serge Dzheigalo <jey@tut.by> http://smartliving.ru/
* @version 1.1
*/


Define('DB_HOST', 'localhost');
Define('DB_NAME', 'db_terminal');
Define('DB_USER', 'root');
Define('DB_PASSWORD', 'xxxxx');

Define('DIR_TEMPLATES', "./templates/");
Define('DIR_MODULES', "./modules/");
Define('DEBUG_MODE', 1);
Define('UPDATES_REPOSITORY_NAME', 'smarthome');

Define('PROJECT_TITLE', 'MajorDoMo');
Define('PROJECT_BUGTRACK', "bugtrack@smartliving.ru");

Define('COMPUTER_NAME', 'debian');                       // Your computer name (optional)
Define('DOC_ROOT', './');              // Your htdocs location (!!!)
Define('BASE_URL', 'http://192.168.1.8:80');              // Your base URL:port (!!!)


Define('ROOT', DOC_ROOT."/");
Define('ROOTHTML', "/");
Define('PROJECT_DOMAIN', $_SERVER['SERVER_NAME']);

Define('ONEWIRE_SERVER', 'tcp://localhost:3000');    // 1-wire OWFS server


Define('HOME_NETWORK', '192.168.1.*');                  // home network (optional)
Define('EXT_ACCESS_USERNAME', 'xxx');                  // access details for external network (internet)
Define('EXT_ACCESS_PASSWORD', 'yyyyyyy');


Define('TIME_ZONE', 'Europe/Moscow'); // Time Zone. See for supported time zones: http://www.php.net/manual/en/timezones.php

//Define('DROPBOX_SHOPPING_LIST', 'c:/data/dropbox/list.txt');  // (Optional)

?>
Error.log

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

[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: found in /var/www/drupal/nf.php on line 52, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: res_str in /var/www/drupal/lib/module.class.php on line 717, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: param_str in /var/www/drupal/lib/module.class.php on line 692, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:54 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: md in /var/www/drupal/index.php on line 67
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: global_params in /var/www/drupal/lib/module.class.php on line 223
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: fake_doc in /var/www/drupal/index.php on line 79
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 106
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: USERNAME in /var/www/drupal/modules/application.class.php on line 140
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: AUTHORIZED in /var/www/drupal/modules/application.class.php on line 159
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc in /var/www/drupal/modules/application.class.php on line 172
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_id in /var/www/drupal/modules/application.class.php on line 173
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MY_MEMBER in /var/www/drupal/modules/application.class.php on line 175
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 179
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 180
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Use of undefined constant TODAY - assumed 'TODAY' in /var/www/drupal/modules/application.class.php on line 185
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 72
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: SELECTED in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: SELECTED in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: HIDE_USERS in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: global_params in /var/www/drupal/lib/module.class.php on line 223
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$action in /var/www/drupal/modules/app_player/app_player.class.php on line 88
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$play in /var/www/drupal/modules/app_player/app_player.class.php on line 153
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$terminal_id in /var/www/drupal/modules/app_player/app_player.class.php on line 157
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: LAST_PLAY in /var/www/drupal/modules/app_player/app_player.class.php on line 184
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$view_mode in /var/www/drupal/modules/app_player/app_player.class.php on line 99
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$edit_mode in /var/www/drupal/modules/app_player/app_player.class.php on line 100
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$mode in /var/www/drupal/modules/app_player/app_player.class.php on line 101
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$action in /var/www/drupal/modules/app_player/app_player.class.php on line 102
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$single_rec in /var/www/drupal/modules/app_player/app_player.class.php on line 103
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: app_player::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 72
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PLAY in /var/www/drupal/lib/jTemplate.class.php on line 641
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: RND in /var/www/drupal/lib/jTemplate.class.php on line 641
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 89
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 29
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 30
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 33
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: CMS_KEYWORDS in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: CMS_DESCRIPTION in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 89
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 29
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 30
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 33
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: filterblock in /var/www/drupal/index.php on line 119
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_END in /var/www/drupal/lib/perfmonitor.class.php on line 53
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: TIME in /var/www/drupal/lib/perfmonitor.class.php on line 56
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: NUM in /var/www/drupal/lib/perfmonitor.class.php on line 57
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: cache_filename in /var/www/drupal/index.php on line 161
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_END in /var/www/drupal/lib/perfmonitor.class.php on line 53
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: TIME in /var/www/drupal/lib/perfmonitor.class.php on line 56
[Wed Apr 04 08:53:56 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: NUM in /var/www/drupal/lib/perfmonitor.class.php on line 57
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: found in /var/www/drupal/nf.php on line 52, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: found in /var/www/drupal/nf.php on line 52, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: found in /var/www/drupal/nf.php on line 52, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: res_str in /var/www/drupal/lib/module.class.php on line 717, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: param_str in /var/www/drupal/lib/module.class.php on line 692, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: res_str in /var/www/drupal/lib/module.class.php on line 717, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: param_str in /var/www/drupal/lib/module.class.php on line 692, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 106, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: USERNAME in /var/www/drupal/modules/application.class.php on line 140, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: AUTHORIZED in /var/www/drupal/modules/application.class.php on line 159, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc in /var/www/drupal/modules/application.class.php on line 172, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_id in /var/www/drupal/modules/application.class.php on line 173, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MY_MEMBER in /var/www/drupal/modules/application.class.php on line 175, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 179, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 180, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Use of undefined constant TODAY - assumed 'TODAY' in /var/www/drupal/modules/application.class.php on line 185, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 72, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: commands in /var/www/drupal/lib/module.class.php on line 223, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$data_source in /var/www/drupal/modules/commands/commands.class.php on line 195, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$view_mode in /var/www/drupal/modules/commands/commands.class.php on line 196, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$parent_item in /var/www/drupal/modules/commands/commands_search.inc.php on line 26, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$parent_item in /var/www/drupal/modules/commands/commands_search.inc.php on line 30, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$id in /var/www/drupal/modules/commands/commands_search.inc.php on line 37, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: commands_sort in /var/www/drupal/modules/commands/commands_search.inc.php on line 60, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: res_str in /var/www/drupal/lib/module.class.php on line 717, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: param_str in /var/www/drupal/lib/module.class.php on line 692, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$view_mode in /var/www/drupal/modules/commands/commands.class.php on line 199, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$view_mode in /var/www/drupal/modules/commands/commands.class.php on line 202, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$view_mode in /var/www/drupal/modules/commands/commands.class.php on line 104, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$edit_mode in /var/www/drupal/modules/commands/commands.class.php on line 105, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$mode in /var/www/drupal/modules/commands/commands.class.php on line 106, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$tab in /var/www/drupal/modules/commands/commands.class.php on line 108, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$single_rec in /var/www/drupal/modules/commands/commands.class.php on line 109, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: commands::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 72, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS1 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS2 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS1 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS2 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS1 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS2 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS1 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS2 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS1 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS2 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS1 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: OPTIONS2 in /var/www/drupal/lib/jTemplate.class.php on line 319, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_TITLE in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_PARENT_ID in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_ID in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_AUTO_UPDATE in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: ONE_ITEM_MODE in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: ONE_ITEM_MODE in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: ONE_ITEM_MODE in /var/www/drupal/lib/jTemplate.class.php(455) : eval()'d code on line 1, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_ID in /var/www/drupal/lib/jTemplate.class.php on line 641, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_AUTO_UPDATE in /var/www/drupal/lib/jTemplate.class.php on line 641, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_ID in /var/www/drupal/lib/jTemplate.class.php on line 641, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: PARENT_AUTO_UPDATE in /var/www/drupal/lib/jTemplate.class.php on line 641, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 89, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 29, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 30, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 33, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 89, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 29, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 30, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 33, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: filterblock in /var/www/drupal/index.php on line 119, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_END in /var/www/drupal/lib/perfmonitor.class.php on line 53, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: TIME in /var/www/drupal/lib/perfmonitor.class.php on line 56, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: NUM in /var/www/drupal/lib/perfmonitor.class.php on line 57, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: cache_filename in /var/www/drupal/index.php on line 161, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_END in /var/www/drupal/lib/perfmonitor.class.php on line 53, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: TIME in /var/www/drupal/lib/perfmonitor.class.php on line 56, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: NUM in /var/www/drupal/lib/perfmonitor.class.php on line 57, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 106, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: USERNAME in /var/www/drupal/modules/application.class.php on line 140, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: AUTHORIZED in /var/www/drupal/modules/application.class.php on line 159, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc in /var/www/drupal/modules/application.class.php on line 172, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_id in /var/www/drupal/modules/application.class.php on line 173, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MY_MEMBER in /var/www/drupal/modules/application.class.php on line 175, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 179, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 180, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Use of undefined constant TODAY - assumed 'TODAY' in /var/www/drupal/modules/application.class.php on line 185, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 72, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: events in /var/www/drupal/lib/module.class.php on line 223, referer: http://192.168.1.8:80/
[Wed Apr 04 08:53:58 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: USERNAME in /var/www/drupal/modules/events/events.class.php on line 218, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:00 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/menu.html
[Wed Apr 04 08:54:06 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: found in /var/www/drupal/nf.php on line 52, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:06 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: found in /var/www/drupal/nf.php on line 52, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:06 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:06 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: res_str in /var/www/drupal/lib/module.class.php on line 717, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: param_str in /var/www/drupal/lib/module.class.php on line 692, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: res_str in /var/www/drupal/lib/module.class.php on line 717, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: param_str in /var/www/drupal/lib/module.class.php on line 692, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_name in /var/www/drupal/modules/application.class.php on line 106, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: USERNAME in /var/www/drupal/modules/application.class.php on line 140, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: AUTHORIZED in /var/www/drupal/modules/application.class.php on line 159, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc in /var/www/drupal/modules/application.class.php on line 172, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$doc_id in /var/www/drupal/modules/application.class.php on line 173, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MY_MEMBER in /var/www/drupal/modules/application.class.php on line 175, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/modules/application.class.php on line 179, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$popup in /var/www/drupal/modules/application.class.php on line 180, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Use of undefined constant TODAY - assumed 'TODAY' in /var/www/drupal/modules/application.class.php on line 185, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: application::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 72, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined property: jTemplate::$ajax in /var/www/drupal/lib/jTemplate.class.php on line 137, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/jTemplate.class.php on line 448, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: events in /var/www/drupal/lib/module.class.php on line 223, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: USERNAME in /var/www/drupal/modules/events/events.class.php on line 218, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:07 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: instance in /var/www/drupal/lib/module.class.php on line 204, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: found in /var/www/drupal/nf.php on line 52, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: argv in /var/www/drupal/lib/general.class.php on line 17, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: res_str in /var/www/drupal/lib/module.class.php on line 717, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 711, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 2 in /var/www/drupal/lib/module.class.php on line 712, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined offset: 1 in /var/www/drupal/lib/module.class.php on line 715, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: params1 in /var/www/drupal/lib/module.class.php on line 142, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined variable: param_str in /var/www/drupal/lib/module.class.php on line 692, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: MEMORY_START in /var/www/drupal/lib/perfmonitor.class.php on line 38, referer: http://192.168.1.8:80/
[Wed Apr 04 08:54:13 2012] [error] [client 212.48.138.65] PHP Notice:  Undefined index: nocache in /var/www/drupal/index.php on line 32, referer: http://192.168.1.8:80/

Как правильно указать пути?
Спасибо
Аватара пользователя
sergejey
Site Admin
Сообщения: 4284
Зарегистрирован: Пн сен 05, 2011 6:48 pm
Откуда: Минск, Беларусь
Благодарил (а): 75 раз
Поблагодарили: 1559 раз
Контактная информация:

Re: При обновлении Web -переменных ошибка debian

Сообщение sergejey » Ср апр 04, 2012 12:12 pm

В вашем случае будет правильно путь прописать вот так:
Define('DOC_ROOT', '/var/www/drupal');

Что касается 500-й ошибки... хм... в логах ничего криминального нет (PHP notice можно в целом игнорировать). Может быть какая из переменных настроена так, что её обновление выдаёт ошибку. Попробуйте удалить из веб-переменных настройки Linked Object / Linked Property -- если они указаны с ошибкой, то, теоретически, могут привести к ошибке.

Можно удалять переменные по одной и засечь когда функция начнёт работать.

Сергей Джейгало, разработчик MajorDoMo
Идеи, ошибки -- за предложениями по исправлению и развитию слежу только здесь!
Профиль Connect -- информация, сотрудничество, услуги
Ответить