Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Parse template bug

Status Resolved
Add-on / Version Publisher 2.7
Severity
EE Version 3.5.11

ADNX

Nov 15, 2017

Description:

Hi,
there is a bug somewhere in your addon as I have this issue on some pages.
When I disable the code at this location, it works, same if I disable your adddon.
Fatal error: Maximum execution time of 90 seconds exceeded in /var/www/html/ee/system/ee/legacy/libraries/Template.php on line 378

Detailed steps to reproduce the issue:
1. Go to http://178.33.12.19/ee/en/company

Other pages works
http://178.33.12.19/ee/en/welcome

My idea is that there is a text that is creating a problem in the entered translated phrases… but how to find it ???

#1

BoldMinded (Brian)

That is a curious problem. If you think there is text within a phrase causing the problem, the only way to really find it is to either remove each phrase from the templates that are loaded one at a time until it starts working again, then you know which phrase it is. If that doesn’t work, backup your database and delete the phrases one at a time in a similar fashion until it starts working again.

#2

ADNX

I found the origin of the problem. The translation was done by someone not familiar with computers and he put the full name of the variable inside the field.

So you should not authorise { } characters.

#3

BoldMinded (Brian)

Ah, ok. That makes sense :D

I’ll take a look at preventing the curly brackets in phrase content.

#4

BoldMinded (Brian)

The next build replaces curly brackets with the html entity values in phrases. Sorry you ran into this, and thanks for debugging to find the issue.

Login to reply