Hi,

I've installed ezComponents on Fedora 8 using PEAR.

I'm including the bootstrap file like this:

<?php
  require_once 'ezc/Base/ezc_bootstrap.php';
?>

When I try to instantiate any component, I get this error:

PHP Fatal error:  Class 'ezcBaseRepositoryDirectory' not found in
/usr/share/pear/ezc/Base/base.php on line 440

I was able to get rid of this error by adding some more requires:

<?php
  require_once 'ezc/Base/struct.php';
  require_once 'ezc/Base/structs/repository_directory.php';
  require_once 'ezc/Base/ezc_bootstrap.php';
?>

But then I still get "PHP Fatal error:  Class 'ezcMailImapTransport' not
found."

Any idea what's going wrong?

Thanks,
Dan
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to