WP Import – MySQL
-
Brand new CentOS 6 64bit VM with WP 3.6. I purchased a template where I need to import posts,etc.. When I try to upload it, it just has a blank screen.
I tail apache error log and see the errors below. Any ideas? mysql-server-5.1.69-1
PHP 5.3.3
httpd-2.2.15-28[Fri Aug 09 23:43:14 2013] [error] [client ] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE term_id = made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, mytheme_options, referer: http:///wp-admin/admin.php?import=wordpress%5BFri Aug 09 23:43:14 2013] [error] [client ] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) AS termid ON termid.object_id = posts.IDnttORDER BY posts.menu_order DESCnttLI’ at line 7 for query nttSELECT posts.IDnttFROM wp_posts AS postsnttINNER JOIN (nttSELECT object_idnttFROM wp_term_relationshipsnttWHERE term_taxonomy_id = ntt) AS termid ON termid.object_id = posts.IDnttORDER BY posts.menu_order DESCnttLIMIT 1ntt made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, mytheme_options, referer: http:///wp-admin/admin.php?import=wordpress
The topic ‘WP Import – MySQL’ is closed to new replies.