Forums / Install & configuration / eZTSTranslator::handleMessageNode: No source name found, skipping message

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

eZTSTranslator::handleMessageNode: No source name found, skipping message

Author 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: Exponential did not finish its request

The execution of Exponential 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

Hi,

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 Exponential 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

Le Clech Christian

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.

Christian.

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?