[kronolith] absolute URLs

Jens-U. Mozdzen jmozdzen at nde.ag
Wed Jan 9 21:52:49 UTC 2013


Hi *,

a minor error report:

I have an H5 installation in https://www.mysite.com/horde and just  
noticed the following 404s in the access log:

192.168.100.130 - - [09/Jan/2013:21:48:19 +0100] "GET  
/themes/default/sounds/reminder.wav HTTP/1.1" 404 1329
192.168.100.130 - - [09/Jan/2013:21:48:20 +0100] "GET  
/themes/default/sounds/reminder.wav HTTP/1.1" 404 1329

accompanied by corresponding messages in the error log

[Wed Jan 09 21:48:20 2013] [error] [client 192.168.100.130] File does  
not exist: /srv/www/htdocs/themes, referer:  
https://www.mysite.com/horde/services/portal/index.php
[Wed Jan 09 21:48:21 2013] [error] [client 192.168.100.130] File does  
not exist: /srv/www/htdocs/themes, referer:  
https://www.mysite.com/horde/services/portal/index.php

There obviously is no themes folder in root, only below /horde.

This was when an alarm was to go off.

kronolith 4.0.2 stable from PEAR.

I have no themesuri settings in config/registry.php or config/registry.d.

config/prefs.php is default:
--- cut here ---
// UI theme
$_prefs['theme'] = array(
     'value' => 'default',
     'type' => 'enum',
     'enum' => Horde_Themes::themeList(),
     'desc' => _("Select your color scheme.")
);
--- cut here ---

config/conf.php has theme caching on:
--- cut here ---
$conf['cachethemesparams']['check'] = 'appversion';
$conf['cachethemesparams']['lifetime'] = 604800;
$conf['cachethemes'] = true;
--- cut here ---

If you need anything else, let me know.

Regards,
Jens





More information about the kronolith mailing list