Re: [解決済み] 商品情報編集画面のエラーについて
フォーラム › 使い方全般 › [解決済み] 商品情報編集画面のエラーについて › Re: [解決済み] 商品情報編集画面のエラーについて
2013年6月20日 5:39 AM
#65262
参加者
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;
これも削除しました。
」