Hallo,
in einem Wordpress Blog liefert ein Plugin folgende Fehlermeldung:
PHP Warning: Parameter 1 to ec3_filter_posts_orderby() expected to be a reference, value given in /var/www/meine Domain/script.php
Auf einem anderne Server läuft das Plugin problemlos. Allerdings kenne ich dort die php.ini nicht. Welche Einstellung ist bei mir Fehlerhaft?
Gruß Hille
php Fehler
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: php Fehler
Vermutlich unterscheiden sich bei deinem System und dem anderen System die PHP-Versionen.
Das Skript scheint mit deiner PHP-Version nicht korrekt laufen zu können.
Das Skript scheint mit deiner PHP-Version nicht korrekt laufen zu können.
-
- Project Manager
- Posts: 11182
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: php Fehler
Dein WP-Plugin ist nicht mit PHP >= 5.2 kompatibel.
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 274
- Joined: 2011-09-05 09:00
Re: php Fehler
Danke, genau das war der Fehler, es lag an der Inkompatibilität zu PHP 5.2 des Plugins.