Viewing 10 replies - 1 through 10 (of 10 total)
  • I see html tags in lightbox, error message works ok however receive server fatal error message when attempt to update options. Fatal error: Call to undefined function boolval() in /hermes/walnaweb13a/b2217/moo.cloud9mobi/careermotors.com/wp-content/plugins/agreeable/agreeable.php on line 117

    I would say that after trying to test this plugin for WooCommerce Registration form on a webshop that is still work in progress I also got error on line 117 (Fatal errr: Call to undefined function boolval() in -location-hidden-for-private-reasons-/agreeable/agreeable.php on line 117).
    If I somehow find what is causing this issue I would post it here as fix everyone with latest update and with latest WordPress instalation ??

    In previous versions plugin appeared in dashboard (dir). Version 1.5 appears in Appearance (dir). How can we get version 1.4?

    Correction appears in Settings (dir).

    Yep. Also seeing HTML in the lightbox.

    Downgraded to 1.4 and everything works.

    Achro could you email version 1.4 zip to [email protected] or link to download ?? thanks

    Please share that link to 1.4 – This current version does not work at all.

    I have ver. 1.4 and still see HTML in lightbox…. I wonder if this plugin has ever worked properly before.

    If it helps I resolved the problem for me of html tags appearing by changing line 362 in agreeable.php from

    $terms_content = '<h3>'.esc_html( $terms->post_title ).'</h3>'.esc_html( apply_filters('the_content', $terms->post_content) );

    to

    $terms_content = '<h3>'.$terms->post_title.'</h3>'.apply_filters('the_content', $terms->post_content);

    I only have tested on login page as that is what I need – worked for me but use at your own risk and try on test server first etc.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘bug with last update’ is closed to new replies.