Xammp and Zend Library Conflicts
Posted
by Kieran
on Stack Overflow
See other posts from Stack Overflow
or by Kieran
Published on 2010-06-08T00:19:12Z
Indexed on
2010/06/08
0:22 UTC
Read the original article
Hit count: 694
Im trying to use the Zend Frameworks ACL library in my code (in codeigniter) and after including the library in my controller I get this error:
Fatal error: Cannot redeclare class Zend_Acl in C:\xampp\php\PEAR\Zend\Acl.php on line 48
If I remove the include to the Zend library I get this error instead
Fatal error: Class 'Zend_Acl' not found in C:\xampp\htdocs\ISU-Cart\system\application\libraries\acl.php on line 3
Any help on this?
© Stack Overflow or respective owner