Plugin does not work after upgrade to WP 3.9.1
-
Image is not visible on login.
When I try to view image via link (https://my-site/wp-content/plugins/captcha-on-login/get_image.php) I receive following message:
Warning: imagettfbbox(): Problem loading glyph in Local path\wp-content\plugins\captcha-on-login\get_image.php on line 29
Erro na fun??o imagettfbboxTo fix it I edited file get_image.php.
I raplaced line:
$font = ‘fonts/chp-fire.ttf’;
with the following one:
$font = getcwd() . ‘/fonts/chp-fire.ttf’;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin does not work after upgrade to WP 3.9.1’ is closed to new replies.