Re: 0.9-betaで商品一括登録ののデータベースエラー
フォーラム › バグ報告 › 0.9-betaで商品一括登録ののデータベースエラー › Re: 0.9-betaで商品一括登録ののデータベースエラー
2010年12月27日 5:09 AM
#61149
参加者
ありがとうございます。
もう一箇所決め打ちしているところがありました。
これで上書きされるようになりました。
ありがとうございました。
2941行目
INNER JOIN wp_posts AS post ON meta.post_id = post.ID AND post.post_status <> %s AND post.post_mime_type = ‘item’
↓
INNER JOIN $wpdb->posts AS post ON meta.post_id = post.ID AND post.post_status <> %s AND post.post_mime_type = ‘item’