The favicon.ico is not added to the templates of the install scripts. Resulting in an error in the Apache server log:
[Tue May 20 21:38:14 2014] [error] [client 192.168.2.16] File does not exist: /home/shared/web/cmsms-20/public/favicon.ico
== Fix:
Either add a zero byte favicon.ico to the root of CMSMS or link favicon_cms.ico as done in the /admin theme eg.
Code: Select all
<link rel='icon' href='http://cmsms-20.local.lan/favicon_cms.ico' type='image/x-icon' />
URL: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk
Repository Root: http://svn.cmsmadesimple.org/svn/cmsmadesimple
Repository UUID: 3d254a34-79dc-0310-9e5f-be208747d8a0
Revision: 9551