On my forum the recent blog post is not showing with the posts, In my admin panel I noticed there is a plugin installed with the title "Get User Blog Entry" it is currently disabled, but when I enable it I get this error
"Fatal error: Call to undefined function CarpCacheShow() in /home/hitra/public_html/decentdiscussions.com/includes/class_postbit.php(265) : eval()'d code on line 50"
Can anyone please guide me how to fix it? I think it must be fixed from this plugin. It just needs some fixes in code.
This is the code I currently have in there
ob_start();
CarpCacheShow($post[field5]);
$blogentry = ob_get_contents();
ob_end_clean();
Hoping to get help for it