私はphpコーダーではありませんが、少し調査を行ったところ、これはphpのさまざまなバージョンの問題のようですが、間違っている可能性があります。
私はjoomla2.5を使用していますが、チェックアウト時にこのエラーが発生します(k2storeを使用):
Warning: Parameter 3 to plgContentPagenavigation::onContentBeforeDisplay() expected to be a reference, value given in */libraries/joomla/event/event.php on line 71
Warning: Parameter 3 to plgContentVote::onContentBeforeDisplay() expected to be a reference, value given in */libraries/joomla/event/event.php on line 71
Warning: Parameter 3 to plgContentPagenavigation::onContentBeforeDisplay() expected to be a reference, value given in */libraries/joomla/event/event.php on line 71
Warning: Parameter 3 to plgContentVote::onContentBeforeDisplay() expected to be a reference, value given in */libraries/joomla/event/event.php on line 71
71行目は次のように述べています。
return call_user_func_array(array($this, $event), $args);
php5.3.6を使用しているローカルホストではエラーは発生しませんが、開発サーバーではphp5.3.10でエラーが発生します
ここでも同様のケースがありましたが、解決策がわかりませんでした
多分これは誰かが解決するのは簡単ですか?