Ich hatte das gleiche Problem.
Habe den Tipp hier ausprobiert, funktionierte (bei mir) nicht.
Aber wenn man statt ‘location’ ‘files’ nimmt und das
auf die Datei ‘rpc.php’ im Dokumenten-Root des verwendeten
Servers (möglichereise virtuellen),
dann komme ich zu keiner Fehlermeldung bei
direktem Aufruf von rpc.php:
<Files “rpc.php”>
php_admin_value mbstring.func_overload 0
Directive Local Value Master Value
mbstring.func_overload 7 0
Running rpc.php gives this:
You need to set mbstring.func_overload to 0 for rpc.php.
You should access this URL only with a SyncML enabled device.
Can anyone tell me where I have to set function_overload for the
local value to become 0 instead of 7. So far I’ve followed the
instructions about adding the entry to apache, and I’ve
put php_value mbstring.function_overload 0 in .htaccess files in my
egroupware root and egw-pear directories.
I did it the following way: In my apache configuration I put:
<VirtualHost *>
[…]
php_admin_value mbstring.func_overload 7
<Location /egroupware/rpc.php>
php_admin_value mbstring.func_overload 0
This gives you a value of 7 for the whole virtualhost running eGW
except for the rpc.pho file where it’s overwritte with 0.
Hope that helps.
–
HILOTEC Engineering + Consulting AG - Langnau im Emmental
Energietechnik und Datensysteme: Server, PCs, Linux, Telefonanlagen,
VOIP, Hosting, Datenbanken, Entwicklung, Komplettlösungen für KMUs
Tel: +41 34 402 74 00 - http://www.hilotec.com/
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users
[/quote]