ezcBaseOptions

ezcBaseOptions

Monday 07 September 2009 8:25:50 am - 5 replies

Author Message

Patrick Kaiser

Monday 07 September 2009 10:44:23 am

Hi,

make sure open_basedir restrictions are not in effect. If in doubt set open_basedir to none in php.ini or via php_admin_value in your vhost.conf:

<IfModule mod_php5.c>
    php_admin_value open_basedir none
  </IfModule>

if this doesnt do the trick grab yourself the most recent 4.1.3 with bundled ezcomponents und upload the lib/ezc folder. See autoload.php for more info where ez exactly looks for the ezc library..

And of course: clear the cache:

# bin/php/ezcache.php --clear-all --purge


Best regards,

Patrick

Sander van den Akker

Monday 14 September 2009 5:14:46 am

I have the same problem. I'm using eZ Components 2009.1.2, and open_basedir restriction is certainly off. Cleared cache and everything, didn't work.

eZ Publish certified developer
http://auth.ez.no/certification/verify/392313

scrieler _

Thursday 08 October 2009 11:11:36 am

same here

scrieler _

Tuesday 13 October 2009 12:46:57 pm

include_path do it @ my server

php_admin_value include_path ".:/var/www/#user#/html/lib/ezc" 

André R.

Wednesday 14 October 2009 12:32:15 am

Consider using the ezc-bundled package, will save you a lot of time..

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.