8
私はjoomlaの初心者です。私はhttp://www.joomla24.com/Joomla_3x_Templates/Joomla_3x_Templates/Oliverio_Lite.html厳密な標準:非静的メソッドJSite :: getMenu()は静的に呼び出されるべきではありません。
のような他に私のテンプレートを変更すると、私は次のエラーそれは非常に簡単です
Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in ..\xampp\htdocs\joomla\templates\oliveriolite\index.php on line 91
Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in ..\xampp\htdocs\joomla\includes\application.php on line 569
これは申し訳ありませんが、低品質のテンプレートを使用しているとき、あなたが得るものです。 91行目をチェックして、問題が何であるかを確認してください。 –