Monday 07 June 2004 9:29:38 am
Hi ezExperts, I make a multilanguage site (french - default language and English). When I register a user from my french site, everything works well. But If I try to register from english site, I get a fatal error :
Fatal error: eZ publish did not finish it's request
Debug information don't give more details so I analyze what's happen in the php files. I discover in the user/register.php file that the error is due to the line :
$operationResult = eZOperationHandler::execute( 'content', 'publish', array('object_id' => $object->attribute('id'), version' => $version->attribute('version') ) );
I verify the validity of parameters $object->attribute('id') and $version->attribute('version'). All seems to be OK and I can't understand why it works in one language and not in the other. Do you have an idea ? I would like to continue bug tracking but don't know where to find eZOperationHandler ? Thanks for help
|