Archive for Mese: Agosto 2017
WordPress, risolvere l’errore: “mysql_escape_string2”
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); }
Commenti recenti