12-11-2011, 10:36 PM
Maybe i'm just to dumb to understand how it should work. I did a PEAR installation according a guide for installation on a shared host. I ran some tests and they look good.
And the output is:
From my understanding that means everything works as it should.
I tried to change the path in inc.LogInit.php but the error with the missing Log package still comes up.
The include path is correct, i adapted it to the new installation.
What i'm doing wrong?
PHP Code:
<?php
require_once 'Log/Log.php';
var_dump(class_exists('Log', false));
?>
And the output is:
Code:
bool(true)
From my understanding that means everything works as it should.
I tried to change the path in inc.LogInit.php but the error with the missing Log package still comes up.
The include path is correct, i adapted it to the new installation.
What i'm doing wrong?