Posted by grpprod on 10/04/06 17:20
> try putting
> error_reporting(E_FULL);
>
> at the beginning of the script ..roundcube/program/lib/imap.inc
> and if that line refers to a function in another file put that line in the
> other file too.
> eventually you will find the problem.
>
> It is almost 100% certain that a function (either yours or inbuilt) in the
> new PHP behaves differently to one in the earlier version, either because of
> the change to v5 or because your configuration settings between the old and
> new systems differ in some way.
Thanks for the reply. However, I have to note that the same behaviour
occurs also when installing the new applications in my OLD PHP
platform. Is the approach you described suitable for such a case?
[Back to original message]
|