12-12-2011, 03:48 PM
(12-11-2011, 10:36 PM)Daniel Wrote: 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.
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?
I have no idea. Place all kind of debugging code into LogInit.php and check if the path is ok and the class exists. There must some difference.
Uwe