==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=8040

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #10 from John Crisp <[email protected]> ---
>From what I remember you have to set a global and a local value. It has been a
while since I did this (2011 from the looks of the list mails) so I cannot
remember precisely.

>From the thread I said :

"Bizarrely enough, I can get the Contacts to sync, but not the Calendar. 
Once I started looking at the system a bit more closely I think that the 
problem seems to be getting the override set on mbstring.func_overload 
for rpc.php

The installation requires it set to 7 by default but rpc.php needs it 
set to 0"



So the following may do it.

<Location /egroupware/rpc.php>
    php_admin_value mbstring.func_overload 0
    Order allow,deny
    Allow from all
</Location>

<Location /egroupware>
    php_admin_value mbstring.func_overload 7
    php_value display_errors Off


You know me - not the greatest coder, but you'll be able to work it out ;-)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to