Tag results
wp-admin/edit.php blank after high number set in wordpress screen options
Solution to get back to work (i.e. not have blank wp-admin/edit.php blank or error 500) is to set a lower value in WordPress Screen Options by logging into to phpmyadmin [...]
Wrong character encoding – Latin-1, UTF-8 data in MySQL
This article saved me quite some headache – also this is the cleanest solution of all. For several other workarounds, see Stackoverflow here. The solution that works was: mysqldump -h [...]
Duplicate entry ?0′ for key 1
1. Go into your phpMyAdmin panel. 2. For each tables structure, edit the first entry (which should be a primary key such as ID). 3. Delete the 0 in the [...]