Wednesday 03 March 2010 1:46:34 am
I have this error since one week when I run a php script by cron or manually : PHP Fatal error: Class 'eZINI' not found in /var/www/ezpublish/extension/fw_site/design/monSite_front/flash/cartographie/GenerateXml.php on line 12 On line 12 in my php file, there is : $var = eZINI::instance( 'monSite.ini','settings/override'); The same process works on another server with the same environment.
The class eZINI is defined in file ezp_kernel.php
Thanks for helping. ezPublish : 4.0.3, PHP : 5.2.6, Apache 2.2.9
|