Verification is not correct! Opencart Google reCaptcha
/*
Tripple check that you have allow_url_fopen=on; setup on your server.
Even if it is set in your .ini file, it still may not be active.
You can create a new file called php.info with the code below,
and visit the file once it is added to your server,
this will allow you to check for certain if allow_url_fopen is set to
"on"(good) or "off"(bad - call your host to rectify this)
*/
<?php phpinfo(); ?>
/*
NB!! Do NOT forget to remove this file once you are finished, as
it exposes "interesting" information about your server setup...
which is not great! So, use it, then remove it!
*/