Tecnologie esponenziali per reinventare export agricoltura turismo

(+39) 348-7811100 info@inventu.it

WordPress, risolvere l’errore: “mysql_escape_string2”

mysql escape string wordpress

Se nella vostra installazione wordpress ottenete il seguente errore:

Fatal error: Uncaught Error:

Call to undefined function mysql_escape_string()

potete allora risolvere accedendo alla cartella del vostro tema installato, quindi nel file function.php ed aggiungere in fondo la seguente funzione:

function mysql_escape_string($string){

return mysqli_escape_string($string);

}

WordPress, risolvere l’errore: “mysql_escape_string2” date: 2017-08-28T09:28:46+02:00 da Inventu.it