Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author inapan

    (@inapan)

    @johnsimone

    The captcha part depends on the GD & FreeType libraries. You can check them by running phpinfo:

    Put <?php phpinfo(); ?> in a file and check the output mentions GD & FreeType.

    The following page has some troubleshooting tips:

    https://www.white-hat-web-design.co.uk/articles/php-captcha-help.php

    I can try to put options for the popup titles in the next release (which is/was almost ready).

    inapan

    Alex

    (@alexfwayorg)

    On my web-site captcha didn’t work also, but after I put the line

    putenv('GDFONTPATH='.realpath('.'));

    in the top of CaptchaSecurityImages.php file in wp-content/plugins/quick-post-widget/utils/captcha problem fixed!

    Thank you for the great plugin!

    Plugin Author inapan

    (@inapan)

    @alex,

    Thanks for sharing!

    inapan

    @alex: That worked fantastically for a customer issue I was running into over on WP Engine. So thanks for that!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: Quick Post Widget] Adding Anti-Spam Captcha Image to QPW?’ is closed to new replies.