Can tell you "what" maybe not the "why"...
SAVIN Jérome wrote:
> When I try to log in webmail, page
>
https://www.mydomain.org/horde/imp/redirect.php keeps white !
> In /var/log/messages I have :
> jun 20 00:04:29 intranet httpd: PHP Warning: Failed opening
> 'Log.php' for inclusion (include_path='.:/usr/share/pear') in
> /home/httpd/html/horde/lib/Horde.php on line 141
if you have a look in /usr/share/pear you should see a file called Log.php (I have it in my 5.1.2 box).
If it's not there, that's your problem. You can either try a re-install of the php rpm which should(?) install PEAR here by default...
or you can always install /usr/share/pear yourself... just extract the whole php package (not the rpm) to a temp folder and copy the pear directory to your /usr/share - make sure it's the right PHP version, naturally.
Btw, PEAR is a set of classes that comes as part of your PHP package, for making database dealings and logging "more better".
> jun 20 00:04:29 intranet httpd: PHP Fatal error: Undefined
> class name 'log' in /home/httpd/html/horde/lib/Horde.php on
> line 151
And because it can't find the file that contains the class, it can't find the class.
There is that annoying "php sandbox securituy feature" turned on by default in sme 5.1.2, but that usually has it's own brand of error messages which make it clear that's the issue- see:
http://forums.contribs.org/index.php?topic=12706.msg47725#msg47725if you're interested.
cheers,
G