Hi everyone,

the problem occured due to webmail not being able to read out the imap folders. 
this was caused by the php version. here is the patch for it:

Change webmail/functions/imap_messages.php on line 480

from $value = strtolower(array_shift(split('/\w/',trim($value))));

to

$value_tmp = trim($value);
$value_tmp = split('/\w/',$value_tmp);
$value = strtolower(array_shift($value_tmp));


OS: FDR 40 php 5.05

Ciao
Chris





[EMAIL PROTECTED] wrote ..
> Hi Erik,
> 
> there are no errors in the apache log. the current distros is fdr40 with
> php 5.05. 
> 
> i am running the exactly the same config on another server. there it is
> working fine. even the configtest.php output is the same. THE ONLY difference
> between this two servers is the php version. php5.05 <--> php5.04 might
> that be the problem?
> 
> http://www.newquality.de/webmail/src/configtest.php
> 
> Ciao
> Chris
> 
> 
> Erik Espinoza wrote ..
> > Hello Chris,
> > 
> > You will need to provide more info than that. For example, what
> > distribution? Maybe some info frm the apache error log. . .
> > 
> > Eriik
> > 
> > On 2/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > Hi everyone,
> > >
> > > i have the following problem with the webmail program squirrelmail.
> (i
> > have installed the package from qmailtoaster.com without any changes)
> when
> > i now login i do not see the inbox windows on the right hand side. the
> > screen is white. when i look to the menu bar left i see that there are
> > at least 5 messages in the inbox. when i click the inbox link nothing
> happens
> > - the right window stays white.
> > >
> > > what should i do???
> > >
> > > Cheers
> > > Chris
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > >      QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > 
> > ---------------------------------------------------------------------
> >      QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to