Sermon browser not working
-
We upgraded our website to a new theme and version of WordPress, we’re now running 4.2.2.
The webpage listing the sermons works fine and you can play a sermon from that page. But if you click a link to a sermon you get a new page with this error;
Parse error: syntax error, unexpected $end in /homepages/13/d106281348/htdocs/smithton/wp-content/plugins/sermon-browser/sermon.php(510) : eval()’d code on line 10
Looking at Sermon.php, lines 509-510 are;
if ($sermon) eval('?>'.sb_get_option('single_output'));The function sb_get_option() has this at line 10;
$sermonbrowser_options = unserialize(base64_decode($options));which I assume is what is failing.
Any thoughts?You can take a look at;
http://www.smithtonchurch.com/resources/sermons/audio/Thanks,
Doug
The topic ‘Sermon browser not working’ is closed to new replies.