Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
joomla サイトを別のサーバーに切り替えると、次のエラーが表示されます。
Non-static method JApplication::getMenu() should not be called statically, assuming$this from incompatible context
これは PHP エラー報告の結果です。
Joomla には、いくつかのコーディングの問題が含まれており、いくつかは他よりも微妙であり、それらのトリガーStrictとNoticeメッセージがあります。
Strict
Notice
php.iniファイル内の次のディレクティブを編集して、これらのメッセージを非表示にするように PHP エンジンに指示することで、これを処理できます。
php.ini
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT