Error in importing wordpress xml [closed]

White screen is a PHP error. Check your server’s error_log and see if there’s anything helpful, but you may not have permissions on PHP set up correctly to upload. (Also you should try doing this on 3.2.1 and not a two-major-release back version)

Fetching review value using wpdb class

You need to add the global $wpdb reference and also add the second parameter required for prepare(): global $wpdb; $post_id = $post->ID; $reviewScore = $wpdb->query( $wpdb->prepare( “SELECT review FROM {$wpdb->prefix}gdsr_data_article WHERE post_id = %d”, $post_id ) );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)