By Daniel Chatelain on Sunday, 11 December 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 584
Votes 0
Hi,

Each time we try to edit a blog post, we have the pop up window but it stays blank. in our log, we have a 500 error and in teh error log file, we have PHP Fatal error: Maximum execution time of 30 seconds exceeded in plugins/system/jqueryeasy/jqueryeasy.php on line 633.

I looked into the forum and found the same issue but there was not explanation.

The error is systematic. JQueryeasy is 1.6.6 and we set it up for Jquery version 2.2.4

We are on a private behind firewall site so we can test before putting in production.
Hello Daniel,

I believe the problem is caused by the way jqueryeasy is compressing those scripts. If you try turning this plugin off, does the page render for you?

Ideally, jqueryeasy shouldn't be rendered when there is tmpl=component in the query string.
·
Sunday, 11 December 2016 12:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

We disabled the JqueryEasy plugin and now we have access to the edit window.

Thanks.

What impact does it have on the rest of the site leaving it disabled? Is there an option to disable it when there is a tmpl-component?
·
Tuesday, 13 December 2016 05:46
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Daniel,

Can you update your Joomla backend and FTP access at your first post so we can help you check on this?
·
Tuesday, 13 December 2016 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, our policy prohibits access to our back end for non approved people.

We can run any test you want though.

Let me know.
·
Tuesday, 20 December 2016 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I believe the issue resides in the way the jqueryeasy plugin works. This plugin would do a search / replace on the entire HTML of your page. If the page contains large html codes, then the probability of it hitting the max_execution_time of 30 seconds is very high.

I strongly suggest that you do not use this plugin because it actually slows your site rather than speeding up your site. Why? Since it is doing a search replace on the entire html output, your initial time to load on the page might be delayed.
·
Tuesday, 20 December 2016 08:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post