[TYPO3] egroupware + typo3 = PROBLEMS
Patrick Schlaepfer
patrick at schlaepfer.com
Wed Jan 2 12:11:40 CET 2008
Hi
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.
Cheers
-----Ursprüngliche Nachricht-----
Von: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de] Im Auftrag von Michael
Karrer
Gesendet: Mittwoch, 2. Januar 2008 10:47
An: TYPO3 English
Betreff: Re: [TYPO3] egroupware + typo3 = PROBLEMS
Thanks again for your quick answer!
I seems that is is not related with the database. I migrated egroupware
to postgresql and still if i first call egroupware the rendering of the
content in the frontend and in the backend gets messed up!
Could it be that it has to do something with sessions or that egw sets
some parameters for php which messes the functionality in typo3 up?!?
Dmitry Dulepov [typo3] schrieb:
> Hi!
>
> Michael Karrer wrote:
>
>> I did not know where it belongs to so i thought posting it to both would
>> be ok.
>>
>
> This is not related to extension or core development, so should be in
English list :)
>
>
>> Anyway do you got any clue why this error occurs?!?
>>
>> Maybe egroupware messes setting of the mysql database up and changes it
>> on runtime?!?
>>
>
> Not if you use different user names and passwords. If user name and
password is the same, PHP will reuse existing connection. But with different
user names and passwords it is separate connections.
>
> One more thing to try: check database access for both users. Make sure
that users can access only their databases: TYPO3 database user should not
see eGroupware database and vice versa. You can do it with GRANT/REVOKE sql
statements.
>
>
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list