• I’ve been using Wordbooker for the past few months. In the past 5 days something has gone wrong. I’ve reset the plugin, tried to uninstall reinstall yet I cannot have viewers view any of my posts nor can I post new posts with the plugin activated.

    The following error is issued when a viewer tries to view a post:
    /xxx/tiredofit.ca/wp-content/plugins/wordbooker/wordbooker.php on line 2009

    Site is at https://www.tiredofit.ca

    This is a showstopper for me ??

Viewing 1 replies (of 1 total)
  • Plugin Author Steve

    (@steveatty)

    The problem is that you’ve actually got malformed HTML in your post and the extra aggresive html tag stripper in Wordbooker has got stuck in a loop.

    If you edit wordbooker.php and find the line:

    $excerpt = remove_HTML($excerpt);

    which is line 2031

    and comment it out and uncomment the line immediately above it.

    So it should now look like:

    $excerpt = strip_tags($excerpt);
    #$excerpt = remove_HTML($excerpt);

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Wordbooker] Timeouts started happening’ is closed to new replies.