Ticket #1880 (new 改善提案) — at Initial Version

Opened 14 years ago

Last modified 14 years ago

PHP5.3にて、SC_Helper_Plugin::getSingletonInstanceがstaticメソッドでない旨の警告がでる

Reported by: habu Owned by: somebody
Priority: Milestone: EC-CUBE2.12.1
Component: その他 Version: 2.12.0
Keywords: Cc:
修正済み: yes

Description

PHP5.3にて、インストール時からずっと、以下の警告がでる。

Strict Standards: Non-static method SC_Helper_Plugin::getSingletonInstance() should not be called statically in data/class/SC_ClassAutoloader.php on line 71

警告が出たままだと、setCookieがうまくいかない(setCookieの前に警告が出力されてしまう)関係で、管理画面にログインできない。

PHP 5.3.8にて確認。

Note: See TracTickets for help on using tickets.