フォーラム

[解決済み] [gallery]での画像表示でエラー (5 件の投稿)

  1. wp25user
    メンバー
    4 years前の投稿 #

    wp2.5 からの機能と思いますが、ギャラリーでの画像挿入時に以下のエラーが発生しています。原因と回避方法についてどなたかご存知無いでしょうか?

    画像のアップロード, サムネイルの生成はうまくいっているようです。またデータベースについても一見正しそうなデータは格納されています。

    *apache のログ:
    [Sun Apr 06 18:27:11 2008] [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 '\\"menu_order ASC, ID ASC\\" DESC' at line 1 for query SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_type = 'attachment' AND wp_posts.post_parent = 160 AND (post_mime_type LIKE 'image/%') GROUP BY wp_posts.ID ORDER BY \\"menu_order ASC, ID ASC\\" DESC made by get_posts, referer: http://****.com/****/wp-admin/post.php?action=edit&post=160

    *dbより抜粋
    INSERT INTO wp_posts (ID, post_author, post_date, post_date_gmt, post_content, post_title, post_category, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_content_filtered, post_parent, guid, menu_order, post_type, post_mime_type, comment_count) VALUES
    (160, 1, '****-**-** **:**:**', '****-**-** **:**:**', 'test[gallery][gallery]', 'test', 0, '', 'publish', 'open', 'open', '', 'test', '', '', '****-*-* **:**:**', '****-**-** **:**:**', '', 0, 'http://*.com/*/?p=160', 0, 'post', '', 1),
    (161, 1, '****-**-** **:**:**', '****-**-** **:**:**', '', 'test2', 0, '', 'inherit', 'open', 'open', '', 'test2', '', '', '****-**-** **:**:**', '****-*-* **:1:**', '', 160, 'http://*.com/*/wp-content/uploads/2008/04/test2.gif', 0, 'attachment', 'image/gif', 0),
    (162, 1, '****-**-** **:**:**', '****-**-** **:**:**', '', 'test', 0, '', 'inherit', 'open', 'open', '', 'test', '', '', '****-**-** **:**:**', '****-*-* **:**:**', '', 160, 'http://*.com/*/wp-content/uploads/2008/04/test.gif', 0, 'attachment', 'image/gif', 0);

  2. jyoshida
    メンバー
    4 years前の投稿 #

    magic_quotes_gpc が on になっていませんか?

    本体の実装も怪しいですが…

  3. jyoshida
    メンバー
    4 years前の投稿 #

    他にも色々と修正があがっていました。

    http://trac.wordpress.org/search?q=gallery+orderby&wiki=on&changeset=on&ticket=on

  4. IKEDA Yuriko
    常連回答者
    4 years前の投稿 #

    確かに gallery ショートコードは実装が変ですね。img 要素に alt 属性がつかないという XHTML 違反もありますし、写真の下に出る文字列は「キャプション」じゃなくて「説明」の方が適切じゃないかと思いますし。

  5. wp25user
    メンバー
    4 years前の投稿 #

    >magic_quotes_gpc が on になっていませんか?
    そのとおりでした…。
    ありがとうございましたm(__)m

返信

ログイン しなければ投稿できません。

About this Topic

Tags