Jump to content
xt:Commerce Community Forum

[solved]Captcha-Anzeige Veyton4.0.14 lokale Installation


2Break

Recommended Posts

Lokale Installation von Veyton 4.0.14 auf xampp1.7.4

In Kontakt-Seite wird Captcha-Sicherheitscode nicht angezeigt.

Lösung des Captcha-Problems:

Ab Zeile 478 von xtFramework/library/adodb/drivers/adodb-mysql.inc.php die Funktion SelectDB folgendermaßen ändern:



// returns true or false
function SelectDB($dbName)
{
$this->database = $dbName;
# obsolete, retained for compat with older adodb versions
$this->databaseName = $dbName;
if ($this->_connectionID) {
return @mysql_select_db($dbName,$this->_connectionID);
// mzanier, xt:Commerce GmbH - multiple databases
// mysql_select_db($dbName,$this->_connectionID);
// $this->__db[$this->_connectionID] = $dbName;
// return $this->_connectionID;
// mzanier end
}
else return false;
}[/PHP]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...