Espen
03-27-2006, 02:14 AM
I have just installed Horde on my system. I opened the test.php page and got a list of supported capabilities. However, I also got an error that pear was not supported and the following error at the top of the page:
Warning: include_once(PEAR.php) [function.include-once]: failed to open stream: No such file or directory in /www/horde/lib/core.php on line 45
Warning: include_once() [function.include]: Failed opening 'PEAR.php' for inclusion (include_path='/www/horde/lib:.:/php/includes:/usr/local/share/pear') in /www/horde/lib/core.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /www/horde/lib/core.php:45) in /www/horde/lib/Test.php on line 84
Warning: Cannot modify header information - headers already sent by (output started at /www/horde/lib/core.php:45) in /www/horde/lib/Test.php on line 85
I guessed that this could be because horde could not read the PEAR.php file, so I gave everyone read permission to everything in /usr/local/share/pear/.
But as soon as I had done that, the test.php page went completely blank. There aren’t any errors in apache's logs about it, but something isn't right.
The distro is Trustix 3.0
Horde 3.1
PHP 5.1.2
PEAR 1.4.8
Apache 2.2.0
Can anyone help me?
Warning: include_once(PEAR.php) [function.include-once]: failed to open stream: No such file or directory in /www/horde/lib/core.php on line 45
Warning: include_once() [function.include]: Failed opening 'PEAR.php' for inclusion (include_path='/www/horde/lib:.:/php/includes:/usr/local/share/pear') in /www/horde/lib/core.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /www/horde/lib/core.php:45) in /www/horde/lib/Test.php on line 84
Warning: Cannot modify header information - headers already sent by (output started at /www/horde/lib/core.php:45) in /www/horde/lib/Test.php on line 85
I guessed that this could be because horde could not read the PEAR.php file, so I gave everyone read permission to everything in /usr/local/share/pear/.
But as soon as I had done that, the test.php page went completely blank. There aren’t any errors in apache's logs about it, but something isn't right.
The distro is Trustix 3.0
Horde 3.1
PHP 5.1.2
PEAR 1.4.8
Apache 2.2.0
Can anyone help me?