Forums / Install & configuration / eZTSTranslator::handleMessageNode: No source name found, skipping message
Le Clech Christian
Monday 08 November 2010 8:29:56 am
Hi,
I've just checkout my project on my preprod server and i have no access to front and admin :(
I just can have this text :
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended. Contact website owner with current url and what you did, and owner will be able to debug the issue further.
In error.log file I have this :
eZTSTranslator::handleMessageNode:No source name found, skipping message
Does anyone have an idea ?
Thank you in advance,
Christian.
Christian Rößler
Monday 08 November 2010 10:26:48 am
you marked this thread as solved (green icon upper-left corner) !? Is it actually solved?
---
The log-entry provided is a small glitch introduced by eZPublish 4.3 and/or 4.4 but does not really lead to an fatal error you mentioned above. My first guess is a incomplete checkout, unmet requirements, false/wrong/missing permissions on files or directory's, ... something.
Can you give more details about your setup?
Also take a look into php errorlog which is the syslog when on linux and if enabled in php.ini.
cheers,chris
Hannover, Germany eZ-Certified http://auth.ez.no/certification/verify/395613
Tuesday 09 November 2010 1:31:56 am
Hello,
In fact, ez components was missing. I have include them and now it works.
Thank you for your answer chris.
Simone D'Amico
Monday 02 May 2011 9:51:20 am
I've the same problem but I can't figure out how to resolve it.
I receive the same error in error.log file but when I open the autoload folder, inside the ezp_kernel.php file I have the following code:
//... 'eZTSTranslator' => 'lib/ezi18n/classes/eztstranslator.php', //...
What could be the problem?