We're trying to install Omeka 0.9.1.1 with:
* Solaris 10
* Apache 2.2.6
* PHP 5.2.4
* MySQL 5.0.45
(This is the "CoolStack" package - http://cooltools.sunsource.net/coolstack/)
We're not allowing .htaccess files, so we transplanted those configurations into the main httpd.conf file.
We had it working, but then later we installed the Zend framework. We included Zend framework in the include path in the php.ini file, and we need it to stay that way for other applications. Now Omeka is throwing this error:
Fatal error: Cannot redeclare class Zend_Db in /opt/coolstack/php5/lib/ZendFramework-1.5.0/library/Zend/Db.php on line 39
Is there a way to tell Omeka to use a different installation of Zend or another way to fix this error?
We have successfully installed the same version on another server without the Zend framework and it works fine.