Köszi, de sajnos nem oldotta meg, a hiba fent áll.

Már azon gondolkodom, hogy nem e az a ludas, hogy van még fent egy JomSoci is meg egy DM Simplecontact, amiben szintén nem a helyes vagy más módon vannak megadva a szerverelérések.
Nem kavarja már be magának a rendszer, és kihat egyik a másikra?
DM
Code:
/**
* The reCAPTCHA server URL's
*/
define("RECAPTCHA_API_SERVER", "http://www.google.com/recaptcha/api");
define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api");
define("RECAPTCHA_VERIFY_SERVER", "www.google.com");
JS zend plg
Code:
class Zend_Service_ReCaptcha extends Zend_Service_Abstract
{
/**
* URI to the regular API
*
* @var string
*/
const API_SERVER = 'http://api.recaptcha.net';
/**
* URI to the secure API
*
* @var string
*/
const API_SECURE_SERVER = 'https://api-secure.recaptcha.net';
/**
* URI to the verify server
*
* @var string
*/
const VERIFY_SERVER = 'http://api-verify.recaptcha.net/verify';
Köszi előre is.
PSE