By David on Wednesday, 02 September 2015
Posted in Technical Issues
Replies 11
Likes 0
Views 392
Votes 0
I just upgraded EasyBlog from 3.9 to 5. (latest version).

Upgraded communicated as successful, front-end looks ok and so does the admin console - however, when trying to edit or create a blog entry, the composed screen is blank on my live site and very skewed on the test site (attached screenshots). Please advise if there are any known fixes for this sort of issue.

Cheers-DG
I am very appreciated that you getting back to us and given us permission to test the latest solution.

Everything is work fine, in case whoever using Joomla 3.1.5 version, you can download my attached file and replace into JoomlaFOlder\administrator\components\com_easyblog\includes\easyblog.php

Hope this help.
·
Wednesday, 02 September 2015 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey David,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Wednesday, 02 September 2015 01:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Details updated.
·
Wednesday, 02 September 2015 01:29
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried to access in your Joomla backend but i hitting this :
Warning
Username and password do not match or you do not have an account yet.

please advise.
·
Wednesday, 02 September 2015 02:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Please try again with updated details
·
Wednesday, 02 September 2015 08:14
·
0 Likes
·
0 Votes
·
0 Comments
·
hey David,

I've checked in your site, it seems like you hitting this error :
Fatal error: Call to undefined method JLanguageAssociations::isEnabled() in /var/www/html/administrator/components/com_easyblog/includes/easyblog.php on line 4355


It seems like 3.1.x Joomla version still do not have isEnabled() method yet, by the way, I already applied some fix in this file JoomlaFolder\administrator\components\com_easyblog\includes\easyblog.php


//LINE 4347
if (EasyBlogHelper::getJoomlaVersion() >= '3.0' ) {

// replace in
if (EasyBlogHelper::getJoomlaVersion() >= '3.3' ) {



it should work fine now.
·
Wednesday, 02 September 2015 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Fantastic - thank you for such prompt responses and assistance.
·
Wednesday, 02 September 2015 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey David,

I already consult with our developer regarding this and come out a better solution for that, can I have the permission test in your site again?

because I tried to access in your Joomla backend but it seems like you already removed that user account.
·
Wednesday, 02 September 2015 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I have opened that account access again, same details as before.
·
Wednesday, 02 September 2015 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
it seems like you open back that user account do not have Superadmin privileges, can you help?

Thank you very much
·
Wednesday, 02 September 2015 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, try again now
·
Wednesday, 02 September 2015 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post