tnats98332
Forum Replies Created
-
Forum: Installing WordPress
In reply to: MySQL Errors on ImportNevermind on this, it was a theme issue. Had some bad sql in it.
Forum: Plugins
In reply to: [WordPress Importer] WP Import – MySQLOh, the paste isn’t working correctly, the ntt is actually
\n \t \t backslash n, backslash t and backslash t
Forum: Plugins
In reply to: [WordPress Importer] WP Import – MySQLSo, this has nothing to do with the file I’m going to import. I tail the apache error_log and when I click on Tools/Import in WP, This spits out before I even choose a file:
[Sat Aug 10 22:01:53 2013] [error] [client <my ip>] 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-admin/admin.php’), 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://<my domain>/wp-admin/plugins.php
[Sat Aug 10 22:01:53 2013] [error] [client <my ip>] 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.ID\n\t\tORDER BY posts.menu_order DESC\n\t\tLI’ at line 7 for query \n\t\tSELECT posts.ID\n\t\tFROM wp_posts AS posts\n\t\tINNER JOIN (\n\t\tSELECT object_id\n\t\tFROM wp_term_relationships\n\t\tWHERE term_taxonomy_id = \n\t\t) AS termid ON termid.object_id = posts.ID\n\t\tORDER BY posts.menu_order DESC\n\t\tLIMIT 1\n\t\t made by require_once(‘wp-admin/admin.php’), 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://<my domain>/wp-admin/plugins.phpall I did was a yum install mysql-server, php and php-mysql. Latest version of CentOS 6 and WP. I even tried a WP 3.5.2 with the same issue.