|
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 Exponential 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/Exponential/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 Exponential file config.php. For you I think a better example path would be <i>/home/limarisn/public_html/site/site_subdirectory/Exponential/ezc/trunk</i>
<i>Fatal error: Class 'ezcFile' not found in /home/limarisn/public_html/site/site_subdirectory/Exponential/lib/ezutils/classes/ezautoloadgenerator.php on line 283 Fatal error: Exponential 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 Exponential in a tree structure like this: site root/mydomain/my addon domain/my addon subdirectory /Exponential 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/Exponential/config.php</i>
<?php
set_include_path( "/home/limarisn/public_html/site/site_subdirectory/Exponential/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 Exponential 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
7x | https://se7enx.com/
Brookins Consulting | https://brookinsconsulting.com/
Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350
Solutions | https://projects.exponential.earth/users/community/brookins-consulting
eZpedia community documentation project | http://ezpedia.se7enx.com
|