Peter Bargh

Sights & Sounds

Archive for September 4th, 2013

September 4th, 2013 by Peter Bargh

 appearing in WordPress posts following mysql database import

If you experience the problem of an  appearing in seemingly random places throughout you WordPress posts following a database import you may be able to solved it like I did by commenting out the encoding line in your site’s wp-config file: Search for define(‘DB_CHARSET’, ‘utf8?); and add // to the front: // define(‘DB_CHARSET’, ‘utf8?); […]