[TYPO3] egroupware + typo3 = PROBLEMS

Dmitry Dulepov [typo3] dmitry at typo3.org
Wed Jan 2 12:27:11 CET 2008


Hi!

Patrick Schlaepfer wrote:
> Tried to install typo3 and egroupware on the same server too.
> The problem is located in the php part. 
> As far as I can remember it's in
> 
> ; overload(replace) single byte functions by mbstring functions.
> ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
> ; etc. Possible values are 0,1,2,4 or combination of them.
> ; For example, 7 for overload everything.
> ; 0: No overload
> ; 1: Overload mail() function
> ; 2: Overload str*() functions
> ; 4: Overload ereg*() functions
> ;mbstring.func_overload = 0
> 
> where egroupware wants something else then typo3, and mixes up
> the output of typo3.
> 
> If you have control over the apache, you could start a second
> apache on another part and using proxy_mod to forward the
> egroupware things to that port.

php_admin_flag should work in Apache configuration if PHP>=4.2.3 and even php_flag in .htaccess should do.

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"


More information about the TYPO3-english mailing list