Thursday 09 June 2011 2:15:07 am
Hi, since 4.5, ezi18n is deprecated. So you are getting a fatal error if you are using it. Well this isn't a problem for the own extensions you are using. But there are still many extensions at projects.ez.no which are not up to date. My (not optimal) workaround is: Put this in the config.php:
/**
* @deprecated Temporary compatibility layer for extensions
*/
function ezi18n( $context, $source, $comment = null, $arguments = null )
{
return ezpI18n::tr( $context, $source, $comment, $arguments );
}
/**
* @deprecated Temporary compatibility layer for extensions
*/
function ezx18n( $extension, $context, $source, $comment = null, $arguments = null )
{
return ezpI18n::tr( $context, $source, $comment, $arguments );
}
Best wishes,
Georg.
--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004
|