By Aylin on Friday, 28 April 2017
Posted in Technical Issues
Replies 22
Likes 0
Views 266
Votes 0
If i try to publish a post this not work
i update to last version of easyblog and again not work
i try on firefox and opera and this is same
can you try to login on back and to publish a post?
I have just tested this on the site and it works perfectly fine, http://take.ms/CW4KP. The post is also available on http://www.coordonator.ro/index.php?option=com_easyblog&view=entry&id=188&Itemid=3453
·
Friday, 28 April 2017 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
if you start a post and use a template post (try Cilindri compactori inchiriere) and after post it this not work
·
Friday, 28 April 2017 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aylin,

This is the error that was being reported,



Fatal error: Maximum execution time of 30 seconds exceeded in /home/xdevicer/public_html/http://www.coordonator.ro/libraries/vendor/joomla/string/src/phputf8/mbstring/core.php on line 41



I believe because the content is huge, then the processing of strings are taking longer than usual. Your best bet is to probably increase the max_execution_time in the php.ini

I also believe that there is a plugin on your site that is performing some checks on the request because if I try to exit in EasyBlog, the process already failed before it reaches EasyBlog.
·
Friday, 28 April 2017 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Really all the post is same +\- and for plugins....
I install only easyblog on this template
And another is from template (yoar partner)
·
Friday, 28 April 2017 21:34
·
0 Likes
·
0 Votes
·
0 Comments
·
As soon as I turn off the following plugins, then it works fine and no longer throws any errors, http://take.ms/WY9Js

System - JSN Mobilize
System - JSN PowerAdmin
·
Friday, 28 April 2017 23:26
·
0 Likes
·
0 Votes
·
0 Comments
·
work now but is load more than 30 seconds or not work .....
·
Saturday, 29 April 2017 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aylin,

I think there is something wrong with the server somehow or there is some sort of security checking because I tried to put a debug code in Joomla's /administrator/index.php . Before it reaches this file, it already timed out somehow.
·
Saturday, 29 April 2017 01:27
·
0 Likes
·
0 Votes
·
0 Comments
·
all this problems mabby is with the last joomla update
·
Saturday, 29 April 2017 01:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aylin,

I think it's not Joomla but I do feel that this issue is actually coming from the web server itself. Because if this is really an issue with Joomla, I don't really see any reasons why adding an exit code in Joomla's index.php would take that long.
·
Saturday, 29 April 2017 14:27
·
0 Likes
·
0 Votes
·
0 Comments
·
i dezactivate some JSN extensions from plugins (all is from template) and the speed is a little good but continue to load more
mabby is from JSN compatibility with last joomla update?
·
Saturday, 29 April 2017 20:44
·
0 Likes
·
0 Votes
·
0 Comments
·
To be honest, I am not too sure as there are several plugins from them. Perhaps you could check this with them?
·
Sunday, 30 April 2017 01:04
·
0 Likes
·
0 Votes
·
0 Comments
·
i dezactivate all JCN plugins (from template)
remain only easyblog and when update the post load ~15 sec
can you find from where is it?
·
Sunday, 30 April 2017 02:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I have tried to dig further and it seems like there is some issues with Joomla 3.7 where it is performing sanitization on the post request. For some reasons, when it is filtering the POST data, it is taking ages.

I am not too sure if this is related to your php version but on my local instance it seems to be much faster. I am guessing that this could also be the same issue that the JSN guys were facing if they are using the API from Joomla.

I have replaced the codes in /components/com_easyblog/controllers/posts.php at line 803 from the following,


$data = JRequest::get('post');


To,


$data = JRequest::get('post', JREQUEST_ALLOWRAW);


It seems to be much much faster right now. Could you give this a try? However, I am not too sure if this would be an ideal fix if it doesn't goes through proper sanitization. Is there a way you could upgrade to PHP7 to test this again?
·
Sunday, 30 April 2017 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Upon surveying, it seems like it could most likely be an issue with Joomla 3.7's new filtering process. It seems like many others are also facing similar problems as well, https://github.com/joomla/joomla-cms/issues/15673
·
Sunday, 30 April 2017 14:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Another issue reported here, https://github.com/joomla/joomla-cms/issues/15628 . So I guess the problem has nothing to do with JSN or EasyBlog but rather, because we are using Joomla's API, the API itself is running through a very recursive problem with UTF-8 strings.
·
Sunday, 30 April 2017 14:52
·
0 Likes
·
0 Votes
·
0 Comments
·
with yoar fix load in ~3-5 second

mabby joomla fix with next update
you say to update php to last version?
·
Sunday, 30 April 2017 18:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aylin,

If you could upgrade to PHP7, it's much faster too but let's see if Joomla comes up with a new update with these patches on 3.7.1
·
Sunday, 30 April 2017 22:09
·
0 Likes
·
0 Votes
·
0 Comments
·
i select php 7 from cpanel, can you test it for speed? (i dont know what software to use for speeds and tests)
·
Monday, 01 May 2017 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Looks like it still has the same issue. I guess we'll have to wait for Joomla 3.7.1 and see how it goes.
·
Monday, 01 May 2017 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thx
·
Monday, 01 May 2017 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Aylin.
·
Monday, 01 May 2017 14:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post