By Adam Melcher on Tuesday, 23 June 2015
Posted in Technical Issues
Replies 11
Likes 0
Views 817
Votes 0
I was currently using v 3.9.24862 on the live site with no problems at all. When I upgraded the same version to the beta 5.01 and then 5.05, I noticed that I would get the white screen of death (php error). I thought maybe it was because of upgrade from stable 3.9.24862 to beta 5.0.1 to stable 5.0.5 so I uninstalled it as well as all the modules, plugins, deleted the easyblog sql tables and figured a totally clean install should clean up anything. Nope. Same issue and not sure where to go from here.

I have it on my dev server right now which I will update in the area below and I will put my live site in the optional information so you see 3.9.24862 working fine on that site...
HI Lance,

Sorry for late reply to this,

It seems like this plugin causing the issues - Open Graph - EasyBlog, I have temporary disabled it, it should work fine now.

Hmm, I see you already removed all the sql from your database, which mean that all of your old blog post data already removed?
·
Wednesday, 24 June 2015 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
yes - this is just the dev site anyways... is the opengraph plugin conflicting with the sourcecoast jcfb opengraph maybe?
·
Wednesday, 24 June 2015 00:52
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Lance Zuckerbraun,

Oh Alright, you should report this issues with this plugin provider, I believe they will fix this soon.
·
Wednesday, 24 June 2015 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,

I am now running into another issue with the same site. When I try to edit or add a new blog post on the front end, nothing happens. Can you try to add a blog post and see if it does the same thing? Thanks,

Adam
·
Wednesday, 24 June 2015 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Lanze,

It seems like you set the environment mode to development and uncompressed, it all the script wouldn't run properly.

After configured back to original, everything is work fine now.
·
Wednesday, 24 June 2015 01:34
·
0 Likes
·
0 Votes
·
0 Comments
·
awesome! You are the best One last question: the easyblog community plugin for jomsocial... how can I make it so it only shows if the user has created a blog post? I want it like the articles plugin that is always active (but hidden) on the jomsocial profile page unless the user has written an article, then it displays on the profile page. I hope what I am asking for is making sense?
Thanks,

Adam
·
Wednesday, 24 June 2015 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Lance Zuckerbraun,

Thanks

Hmm, may i know which easyblog community plugin for jomsocial are you referring?

Perhaps you can provide us some screenshot regarding this?
·
Wednesday, 24 June 2015 02:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex,

For instance, the My Groups plugin for JomSocial has a "Hide if no content'" option in the plugin settings so I can make it a core application and the only time it would actually appear is if the user became a member of any group. I am sure it wouldn't be that much of a hassle to add a few lines in the xml sheet and something like if(params->get('hide_empty', 0) && !$total) return ''; with $total = count($posts); or something like that right?

I think it would be a great feature to ensure the community plugin is always on with very little coding effort?

Thanks again for all your help...
·
Wednesday, 24 June 2015 08:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Lanze,

Sorry for late reply to this,

If I'm not wrong, you are referring plg_easyblog_jomsocial.zip plugin right?

If yes, you can modify on this file -> JoomlaFolder/plugins/community/easyblog/easyblog.php Check my screenshot below.

Then replace in this code ->

<?php if(empty($rows)) { return; ?>

<?php } else { ?>
<div id="easyblog-app-wrapper" class="ezb-postToWall">
<div class="blog-icon" style="float: left; width: 20px;"><img src="<?php echo JURI::root(); ?>plugins/community<?php echo $j16pluginPath; ?>/easyblog/assets/icon-easyblog.png" alt="" /></div>

<ul class="ezul">

If the user profile user didn't create any blog post, it will not appear it. Hope this help.
·
Wednesday, 24 June 2015 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the awesome support! I can't seem to get the jomsocial easyblog community plugin to display on the profile page. I see it on the live site, but I've tried everything I can think of to get it to display and nothing... Can you check my dev site and see if it's another setting I didn't turn on or maybe a compatibility issue between new easyblog and new jomsocial components? Thanks again,

Adam
·
Thursday, 25 June 2015 08:49
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Lance Zuckerbraun ,

Sorry for late reply to this,

Can you provide us with your dev site FTP access so we can better have a look on this?
·
Thursday, 25 June 2015 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post