shiroechanjp

投稿の際は下記の情報をお書き添えください。
-------------------------------------------
WordPress のバージョン:(例 6.0.2)
Welcart のバージョン:(例 2.8.1)
PHP のバージョン:(例 8.0)
Welcart専用の拡張プラグインとバージョン:(例 DL Seller 3.4.1、SKU Select 1.4.2)
ご利用の親テーマとバージョン :(例 Welcart Basic 1.7.1)
ご利用の子テーマとバージョン :(例 Welcart Beldad 1.4)
症状を確認したブラウザ:
サーバー【重要】:(会社名、サービス名)
--------------------------------------------

フォーラムへの返信

1件の投稿を表示中 - 1 - 1件目 (全1件中)
  • 投稿者
    投稿
  • shiroechanjp
    参加者

    yosiさんのように、私も商品情報編集の画面が崩れてしまい、データベースを初期化してもダメでした。

    yosiさんのように、

    以下のように削除したら治りました!

    ただ、私の場合は

    usceshop.class.phpのほうは2242行と2243行を削除しました。

    yosiさん参照


    「こんばんは。

    上記エラー表示が解決しました。

    解決した内容は、エラー表示の箇所、

    usceshop.class.phpの2214行目と2215行目の

    2214 $current_screen->post_type = $post->post_type;

    2215 $current_screen->id = $current_screen->post_type;

    これを思い切って削除しました。

    それともう一つ、

    usces_item_master_edit.phpの177,178,253,254行目の

    177 $current_screen->post_type = $post->post_type;

    178 $current_screen->id = $current_screen->post_type;

    253 $current_screen->post_type = $post->post_type;

    254 $current_screen->id = $current_screen->post_type;

    これも削除しました。

1件の投稿を表示中 - 1 - 1件目 (全1件中)