By Sam M. on Thursday, 23 July 2015
Posted in Technical Issues
Likes 0
Views 342
Votes 0
We did a straightforward install of the latest easyblog component. Everything seems to work great except the editing of the posts from the front end. The edit window interface comes up but it is missing the right hand tabbed fields (post / custom / seo/ history) and any changes made to the text cannot be saved. It just locks up. You are able to exit out of the post edit window.

I cant figure it out. Please help!
Thanks.
Sam
Hey Sam,

It looks like the "Rokbooster" plugin is messing up with the json strings Their plugins really shouldn't be messing with anything if there is a tmpl=component on the query string.

To fix this, I had to add the block of codes below in the file /plugins/system/rokbooster/rokbooster.php at line 66 and 240,


if (JRequest::getVar('tmpl') == 'component') {
return;
}
·
Friday, 24 July 2015 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey sam,

I tried to access in your Joomla backend and frontend, it seems like you provided that login credentials is not working, please advise.

Warning
Username and password do not match or you do not have an account yet.
·
Thursday, 23 July 2015 00:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry! the user name and pass code are the same. (I tested both on both ends and it's working now. Plus i re-entered them on the site details tab in this post) Sorry for the confusion.
Thanks for your help!
Sam
·
Thursday, 23 July 2015 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sam,

I am sorry that delay of this reply,

I'm still investigate on this, what i noticed is the composer script is not loaded and I see got show out this error :
Notice: Undefined index: type in xxx/plugins/system/rokbooster/lib/RokBooster/Joomla/PhpQueryScanStrategy.php on line 80

By the way, I have tried to connect your FTP server, but hitting this :
Response:	530 Login authentication failed
Error: Critical error
Error: Could not connect to server

Please advise.
·
Thursday, 23 July 2015 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry I missed your reply last night.
I've placed details in the "Optional Information:" section of this post. I hope this works!
Thank you for all your help. - Sam
·
Thursday, 23 July 2015 23:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome. Thanks for all the help!
·
Friday, 24 July 2015 01:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sam, glad that your issues are resolved now
·
Friday, 24 July 2015 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post