When navigating through the interface the httpd error_log is getting the following errors;
[Wed Aug 03 12:23:38 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-main.php
[Wed Aug 03 13:03:17 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/favicon.ico
[Wed Aug 03 13:04:05 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/favicon.ico
[Wed Aug 03 13:06:27 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/bill-main.php
[Wed Aug 03 14:10:29 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/bill-main.php
[Wed Aug 03 14:10:38 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-main.php
[Wed Aug 03 14:10:43 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-hs.php
[Wed Aug 03 14:10:46 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-users.php
[Wed Aug 03 14:15:32 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-main.php
[Wed Aug 03 14:15:34 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/rep-main.php
[Wed Aug 03 14:15:36 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/acct-main.php
[Wed Aug 03 14:15:39 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/bill-main.php
[Wed Aug 03 14:15:51 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/graph-main.php
[Wed Aug 03 14:15:54 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/graph-main.php
[Wed Aug 03 14:16:04 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-main.php
[Wed Aug 03 14:16:06 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-rad-nas.php
[Wed Aug 03 14:16:09 2011] [error] [client 192.168.40.1] File does not exist: /var/www/daloradius/themes, referer: http://192.168.40.132/mng-rad-usergroup.php
I suspect these errors might be related to my inability to get the pages referenced by the subnav menus to load (all i get is a generic "Error. You do not have permission to view the page. Please contact your System Administrator"
Anonymous
As this appears to be related to the bug i logged an artefact for earlier, it is preventing me from deploying to production
Now that I can do things in the GUI, i still see these in the httpd error log
I have the same problem?? Any solution??
These aren't exactly errors in daloRADIUS's PHP app but rather a failure in including some themes related files.
It is happening due to the use of dhtmlSuite-common (which reside in: library/javascript/dhtmlSuite-common.js) which attempts to include resource files (js, images, css) from a themes/ directory.
These access error logs definitely should and do not impact operating daloRADIUS.