Saturday 17 January 2009 5:54:57 am
Hello again, I really am only trying to help share tidbits of my own experiances configuring and using eZ Publish to (hoping against hope) attempt to help another with similar breakdowns or questions. Sharing. <i>The package you linked to doesn't contain any 'trunk' folder, and seems to exactly the same I've already downloaded.</i> My mistake. I used the svn stable of the last release as the basis for my comparison. You used the latest stable release tar.gz/zip/etc compressed package. <i>Anyway, after renaming ez components-2008.2 to ezc, clearing all caches, and trying to activate new extensions in the administration interface the message is:</i> I think one of the several problems with your installation is the above location (path, /var/www/ezpublish/ezc/trunk) must be either in the php.ini variable 'include path' with a full (not relative) path to the folder on disk or a setting in the eZ Publish file config.php. For you I think a better example path would be <i>/home/limarisn/public_html/site/site_subdirectory/ezpublish/ezc/trunk</i>
<i>Fatal error: Class 'ezcFile' not found in /home/limarisn/public_html/site/site_subdirectory/ezpublish/lib/ezutils/classes/ezautoloadgenerator.php on line 283 Fatal error: eZ Publish did not finish its request</i> The above error is sort of saying, "I can't find the eZ Components". <i>Perhaps the path in config.php file is not correct. I have ez publish in a tree structure like this: site root/mydomain/my addon domain/my addon subdirectory /ezpublish renamed/" Just remember spaces in the path name might be a problem. I'm not sure the example path above is very clear or useful. Remember no spaces in the path is best. File: <i>/home/limarisn/public_html/site/site_subdirectory/ezpublish/config.php</i>
<?php
set_include_path( "/home/limarisn/public_html/site/site_subdirectory/ezpublish/ezc/trunk" . PATH_SEPARATOR . get_include_path());
?>
Notice I have omitted a trailing slash in this example. Notice their are underscores instead of spaces in the path. Sorry I snagged the path from the error you posted but I wanted to be more specific with my examples. This solution I point out today let me run eZ Publish and eZ Components on a dirt cheep php host several times already. Be certain to clear all cache before trying to reload the site again to test these changes.
Cheers, Heath
Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org
|