• こんにちは。
    wordpress初心者です。
    ただいまGalleryを使ってアルバムを作っているのですが、2個目のアルバム以降写真がアップロード出来なくなりました。(NextGenGalleryではありません。)
    アップロード時に表示されるサムネイルも表示されず、更新を押すとphpのエラーコードが出ます。
    wp-content/plugins/gallery-plugin/gallery-plugin.php on line 429
    wp-admin/post.php on line 233
    wp-includes/pluggable.php on line 896
    調べたのですが分からず、どうかご教授お願い致します。

4件の返信を表示中 - 1 - 4件目 (全4件中)
  • エラーメッセージ自体は何でしょう。
    そして、それぞれの行の記述はどうなっていますか。

    トピック投稿者 alshhh

    (@alshhh)

    返信ありがとうございます。
    表示された記述をコピーしました。

    Warning: copy(/home/users/0/アドレス/web/wp-content/plugins/gallery-plugin/upload/files/画像ファイル) [function.copy]: failed to open stream: No such file or directory in /home/users/0/lolipop.jp-riaru/web/wp-content/plugins/gallery-plugin/gallery-plugin.php on line 429

    Warning: Cannot modify header information – headers already sent by (output started at /home/users/0/アドレス/web/wp-content/plugins/gallery-plugin/gallery-plugin.php:429) in /home/users/0/アドレス/web/wp-admin/post.php on line 233

    Warning: Cannot modify header information – headers already sent by (output started at /home/users/0/アドレス/web/wp-content/plugins/gallery-plugin/gallery-plugin.php:429) in /home/users/0/アドレス/web/wp-includes/pluggable.php on line 896

    この記述のみです。
    宜しくお願い致します。

    1. gallery-plugin.php の 429 行目
    2. post.php の 233 行目
    3. pluggable.php の 896 行目

    に糸口があるかもしれません。
    (1)のギャラリープラグインの429行目が、(2,3)で出力に災っているようですので

    /home/users/0/アドレス/web/wp-content/plugins/gallery-plugin/upload/files/画像ファイル が画像サイズが大きいってことはないでしょうかね。
    サムネイルが表示されていないようなので気がかりです。

    トピック投稿者 alshhh

    (@alshhh)

    ありがとうございます。
    画像サイズなのですが、この現状になる前にアルバムを2個(写真4枚ずつ)作成したときと変わらず、そちらではサムネイルも表示されアップロードすることが出来ました。

4件の返信を表示中 - 1 - 4件目 (全4件中)
  • トピック「Galleryプラグインの画像表示がアップロードできません。」には新たに返信することはできません。