Thanks Anthony, that did it !
For the record : (under Ubuntu)
setting /etc/apache2/conf.d/egroupware line 29 to
php_value mbstring.func_overload 0
(previously php_value mbstring.func_overload 7)
made it work.
Thanks a lot,
Lukasz
[/quote]
Don’t know if this is relevant, but as Egroupware uses php5 (and php5 is installed) I thought the /etc/apache2/conf.d/cacti.conf now reads
Alias /cacti /usr/share/cacti/site
<DirectoryMatch /usr/share/cacti/site>
Options +FollowSymLinks
AllowOverride None
order allow,deny
allow from all
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag short_open_tag On
php_flag register_globals Off
php_flag register_argc_argv On
php_flag track_vars On
# this setting is necessary for some locales
php_value mbstring.func_overload 0
php_value include_path .
DirectoryIndex index.php
[/quote]
that is, the IfModule lines are commented out. Dunno if this is relevant, (didn’t want to experiment too much ;).