After trying to access the zoneminder UI via the URL i get these errors in apache error_log
Code: Select all
Tue Nov 08 17:07:34 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:34 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:34 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:35 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:37 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
[Tue Nov 08 17:07:37 2011] [error] [client 192.168.1.2] File does not exist: /var/www/html/zm/<, referer: myurl/zm/
i have modified functions.php by replacing all short tags (<?) with full tags (<?php) and also enabled short tags in httpd.conf since the original functions.php file was having problems.