By Abraham Tol on Tuesday, 02 May 2017
Posted in Technical Issues
Replies 14
Likes 0
Views 491
Votes 0
Hi i have 2 blogs that are rather large in size. Every time I update these blog it takes a long time to update in Administrator and when it is done it returns a blank screen. then I have to enter the blog again by re-selecting Easyblog. Hope you can also find this issue. Logins are in prior ticket on Header issue.
Hello Abraham,

There seems to be a bug in the way Joomla 3.7 processes unicode "POST" data. One of the quickest way to fix this rather than waiting for Joomla 3.7.1, is to edit the file /components/com_easyblog/controllers/posts.php and at line 803, locate the codes below,

[gist]
$data = $this->input->getArray('post');
[/gist]

Replace it with,

[gist]
$data = JRequest::get('post', JREQUEST_ALLOWRAW);
[/gist]
·
Tuesday, 02 May 2017 23:40
·
0 Likes
·
0 Votes
·
0 Comments
·
I updated this file (under components not administrator). But problem persists.
·
Wednesday, 03 May 2017 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abraham,

Which site is this? Is this cintabra.com ? Could you please:

1. Edit the first post with the site and ftp access

2. Let me know which of these 2 posts that you were having issues with.
·
Wednesday, 03 May 2017 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
this is jaap-adventures.com. I provided login details on ticket pertaining to issue with DIV misalignment. I need to know that fix so i can apply to other sites as well.

The blogs it pertains to are Trip Cambodia and Rondreis Cambodja.
·
Wednesday, 03 May 2017 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Also added credentials to this ticket
·
Wednesday, 03 May 2017 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abraham,

I have checked your site and it seems like this issue has nothing to do with EasyBlog and I believe it is a bug / flaw in Joomla 3.7.0. I have tested this with Joomla article by duplicating the contents of "Trip Cambodia, 16 days, March 19 - April 3rd, 2017" and creating an article in Joomla and I hit the same issue.

As soon as I turn off these finder plugins, they seem to be working fine.
·
Wednesday, 03 May 2017 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
MArk what do you mean by finder plugins? Are these Joomla plugins? I probably have to repeat this on other installation. Hope to be hearing back from you and thanks for all the support.
·
Wednesday, 03 May 2017 20:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abraham,

Yes, that is correct. Go to your plugin manager and search by the type of "Finder". Then, turn off Finder - Content and Finder - EasyBlog.

I do believe that this is a bug in Joomla 3.7 because I took the same piece of content that you created on EasyBlog and tried to create an article in Joomla and hit with the same blank page error. On 3.6 it was working perfectly fine
·
Wednesday, 03 May 2017 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark. I guess I am too much ahead on the pack with Joomla and new Easyblog. I assume that I can install latest version 1.7 without an issue.
·
Wednesday, 03 May 2017 21:38
·
0 Likes
·
0 Votes
·
0 Comments
·
So this is the plugin? Smart Search - EasyBlog Posts...
·
Wednesday, 03 May 2017 21:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark I did an update on these 2 blogs, without making a change. Then I needed to make a change and got the blank screen again.
Sorry.
·
Wednesday, 03 May 2017 22:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abraham,

Sorry and yes it is the Smart Search - EasyBlog Posts and Smart Search - Content . I have disabled both of these plugins now. Can you give this a try again?
·
Wednesday, 03 May 2017 22:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Seems to work fine now. Do you know when Joomla is going to solve this issue, as now visitors can search entries, unless they go to blog.
·
Wednesday, 03 May 2017 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
To be honest, I really don't have any idea But perhaps you should wait for 3.7.1 to see if there are any updates on this.
·
Wednesday, 03 May 2017 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post