[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
REDAXO Forum • Global Settings / Developer Utils - Install Probleme
Seite 1 von 1

Global Settings / Developer Utils - Install Probleme

Verfasst: 20. Nov 2009, 11:34
von darwin
Hallo,
erstmal Danke für das klasse Addon. Sehr nützlich. Respekt.

Jetzt tauchen jedoch ein paar Probleme auf.
Lokal (aktulle XAMPP Install) funktioniert alles. Auf dem Server
wirfts mir hier und da ein paar Fehler aus.

1. developer utils
- install.sql statt VARCHAR (512) hab ich testweise auf TEXT umgestellt
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /htdocs/redaxo/include/addons/developer_utils/classes/class.redaxo.php on line 658 Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /htdocs/redaxo/include/addons/developer_utils/classes/class.redaxo.php on line 658
- hier hab ich in der classes/class.redaxo.php Zeile (658) die "&" vor dem "$" entfernt. Notlösung.

Code: Alles auswählen

'FROM '.self::constructFilterQuery($tables, $connectors, $filter, 'article').' '.
Dann gings schonmal ...

Das Addon global_settings ließ sich dann auch installieren und aktivieren.
Nur leider sieht man im AddOn Globale Einstellungen/Einstellungen/ nichts.
In der DB stehen die Werte jedoch richtig drin. In der Verwaltung stehen auch die beiden Werte company/ie6warning komplett drin.

Jemand eine Idee?
Danke schonmal. grz Chris.

PS: Es sind definitv Server Probleme (veraltet), ich habe testweise eine 2. Install auf einem andere Server (all-inkl) laufen. Da funzt alles einwandfrei.