Also, the audio captcha does not play.
I have the same problem, no images show up in the squares!?
Hey, guys.
Sorry to know you’re having issues. Can you tell me the PHP version you’re using?
Looking at the URL you gave, I saw there’s a PHP error “Fatal error: Call to undefined function visualCaptcha\mime_content_type() in [redacted]/wp-content/plugins/visualcaptcha/vendor/emotionloop/visualcaptcha/src/visualCaptcha/Captcha.php on line 262”.
mime_content_type(), however, should exist, if you’ve got PHP 5.3+ ( http://pt1.php.net/mime_content_type ).
5.3.28, and I don’t see errors on mine.. Here is an example: http://ateljelammet.se/wp/?p=1
If you right-click on the missing image to view its URL, you’ll see the error.
It seems some builds of PHP do not implement mime_content_type() as it’s deprecated. The replacement requires a PECL extension, finfo, that is usually installed if the function is deprecated.
We’ll release a fix today or tomorrow for this. I’ll let you know and you can tell me if the issue still exists.
Confirmed; images are now appearing.
I still can’t hear the audio captcha, though; it still appears to be broken. PHP Version 5.4.24.