The solution is to change the type of the column post_parent:

cd "C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin\"

mysql.exe –u root -p
Enter password: ***********************

mysql> use MyWordpressDatabase
Database changed
mysql> ALTER TABLE wp_posts CHANGE post_parent post_parent BIGINT;

See: http://ardentdev.com/fix-for-wordpress-xmlrpc-500-internal-server-error/

Tags:

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>