[TYPO3] egroupware + typo3 = PROBLEMS

Michael Karrer m.karrer at bt-center.at
Wed Jan 2 16:20:30 CET 2008


It was a problem with apache and name based virtual hosts.

sometimes it uses the overrides sometimes it wont... i think its a bug 
in apache

to make an sub domain and a virtual host entry for every service which 
needs different php parameters did solve the problem.

Patrick Schlaepfer schrieb:
> So would be something like that.
>
> Add the following line in the .htaccess of the egroupware directory
>
> php_value mbstring.func_overload <value that egroupware needs>
>
> Never tried before, uninstalled egroupware... Could somebody pls
> verify, if it's working?
>
> php_value as it's not a Boolean value, Boolean value php_flag.
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: typo3-english-bounces at lists.netfielders.de
> [mailto:typo3-english-bounces at lists.netfielders.de] Im Auftrag von Dmitry
> Dulepov [typo3]
> Gesendet: Mittwoch, 2. Januar 2008 12:27
> An: typo3-english at lists.netfielders.de
> Betreff: Re: [TYPO3] egroupware + typo3 = PROBLEMS
>
> 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.
>
>   



More information about the TYPO3-english mailing list