[Resolved] installion ezfind 2.0.0

[Resolved] installion ezfind 2.0.0

Tuesday 24 March 2009 1:50:42 am - 2 replies

Modified on Wednesday 25 March 2009 3:23:25 am by Mohamed Ben-Ahssene

Author Message

Xavier Serna

Tuesday 24 March 2009 4:31:09 am

eZComponents are required for autoloads generation.
You should make sure the ezcomponents root folder is included in your PHP include path.

--
Xavier Serna
eZ Publish Certified Developer
Departament de Software
Microblau S.L. - http://www.microblau.net
+34 937 466 205

Mohamed Ben-Ahssene

Wednesday 25 March 2009 3:21:25 am

Hi

Thank you Xavier, you putted me on the right way, i did the following for my installation:

1) I putted the ezcomponents on the /usr/share/php5 and i renamed it "ezc"
2) I added the following line on the ezpgenerateautoloads.php:

if ( !@include( 'ezc/Base/src/base.php' ) )    // old: '/Base/base.php'
{
    
    require "Base/src/base.php"; 
}

and it works!

Thank you (Merci ) Xavier

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.