Ticket #1804 (closed バグ指摘: 修正済)

Opened 12 years ago

Last modified 12 years ago

API実行時にFatal error

Reported by: coelacanth Owned by: yomoro
Priority: Milestone: EC-CUBE2.12.1
Component: フロント Version: 2.12.0 β
Keywords: Cc:
修正済み: yes

Description

プラグイン利用時に以下のエラーが発生しました。

SC_Api_Utils.php実行時にloadApiOperationメソッドの146行目require_once $api_operation_file;で発生。

PHPのバージョン5系 DB MySQL and PostgreSQL

require_once $api_operation_file;

すでに出ていたらごめんなさい

Fatal error(E_ERROR): Class SC_Api_Abstract_Ex contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (SC_Api_Abstract::doAction, SC_Api_Abstract::getResponseGroupName, SC_Api_Abstract::lfInitParam) on [C:\xampp\htdocs\book_9_3\data\class_extends\api_extends\SC_Api_Abstract_Ex.php(33)] from ::1 customer_id =

Change History

comment:1 Changed 12 years ago by yomoro

  • Owner changed from somebody to yomoro
  • Status changed from new to assigned

comment:2 Changed 12 years ago by yomoro

  • 修正済み set

comment:3 Changed 12 years ago by yomoro

正直処理自体あっているかわかりませんが、動作確認できたのでコミットします!

comment:4 follow-up: ↓ 5 Changed 12 years ago by yomoro

comment:5 in reply to: ↑ 4 Changed 12 years ago by h_yoshimoto

yomoro さんへの返信

r21857

ありがとうございます。

こちら閉じさせて頂きます。

comment:6 Changed 12 years ago by h_yoshimoto

  • Status changed from assigned to closed
  • Resolution set to 修正済
Note: See TracTickets for help on using tickets.