Downgrading fix the problem.
Simply reinstalling new versions break stuff again.
Before downgrading I have
root@caronte:~/pkg# php5 -r 'echo(get_include_path());'
.::/usr/share/pear
after downgrading
root@caronte:~/pkg# php5 -r 'echo(get_include_path());'
.:/usr/share/php:/usr/share/pear
So the
It seems that your include_path is wrong, as Horde resides in:
/usr/share/php/Horde/Autoloader/Default.php
Doesn't seem to be php5 fault as /usr/share/php is missing from your
include_path and the default include_path is:
include_path = ".:/usr/share/php"
Cheers,
--
Ondřej Surý
Knot DNS (http
2 matches
Mail list logo