Saturday 27 March 2010 10:48:36 am
I am having trouble installing EZ Publish on my web host. I was able to install EZ Components using the pear installer and a shell interface. However, I am using the complete package and don't think this is really required.
I copied the EZ Publish files to /public_html/ez
I went to http://SonomaSAR.org/ez and started the set up.
At the page:
--------------- Database initialization
Please input database access information in the form below. ------------- I get the following error:
========================
Fatal error: Class 'eZDBInterface' not found in /home/sar/public_html/ez/lib/ezdb/classes/ezmysqldb.php on line 39 Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below. ======================== I tried changed/added the following on config.php: ini_set( 'include_path', ini_get( 'include_path' ). PATH_SEPARATOR . '/php/ezc' ); which is where pear put it.
I assume that there is something not right with the ez components setup. Is there an easy way to test the EZC install? Can you help with the installation?
|