WebsiteBaker Support (2.13.x) > Hilfe & Support (deutsch)

WB 2.13.5 R220 - Fehlermeldung im Adminbereich "ini_set"

(1/2) > >>

kuerbis42:
Moin und ein frohes neues.

Eben gerade eine frische Installation durchgeführt (PHP 8.0) und gleich in 2 Fehler getappt:
Datei: /admin/media/upload.php, Zeilen 70 + 71:
original:

--- Code: ---   
ini_set('zlib.output_compression',1);
ini_set('zlib.output_compression_level',9);

--- End code ---
geändert in

--- Code: ---   
ini_set('zlib.output_compression','1');
ini_set('zlib.output_compression_level','9');

--- End code ---

Datei: /admin/media/browse.php, Zeilen 33 + 34:
original:

--- Code: ---   
ini_set('zlib.output_compression',1);
ini_set('zlib.output_compression_level',9);

--- End code ---
geändert in

--- Code: ---   
ini_set('zlib.output_compression','1');
ini_set('zlib.output_compression_level','9');

--- End code ---

und dann noch einen Fehler gehabt, aber nach <F5> war der weg ;-)

Gruß, der Kuerbis

Luisehahne:
Danke für den Hinweis. Der Fehler ist bei uns nicht aufgetreten, da wir PHP Version größer 8.0 getestet haben, wo folgende Parameter zzugelassen sind


--- Code: ---ini_set(string $option, string|int|float|bool|null $value): string|false
--- End code ---

in der CHANGELOG ist vermerkt das


--- Code: ---ab 8.1.0 value now accepts any scalar type (including null). Previously, only String values were accepted.
--- End code ---

Wir werden das noch abfangen, evtl. mit einer kleiner Patch Datei fixen
Dietmar

Luisehahne:
Das Patch steht im Wiki zur Verfügung

Published WebsiteBaker 2.13.5 Patch 222
2024-01-10 : download on wiki…

A patch candidate for PHP 8.0.x / 8.1.x / 8.2.x
Including all previously reported and fixed issues and
Fixe an extended Issue on calling the addon/languages template
There was an uncatched exceptionvendor\phplib\Template::set_var()

Note: Patch is valid with PHP 8.0 and above!
IMPORTANT: Upgradeable from version 2.13.5 Rev220
PHP-8.1.x and above strongly recommended!!!
PHP-8.0.x a version that no longer receives updates.
Users of this version should upgrade as soon as possible, as they may be exposed to unpatched security vulnerabilities.    

Dietmar

hgs:
Danke für die schnelle Lieferung.
Reicht das Entpacken oder muß das update-script angestoßen werden?


Thanks for the quick delivery.

Is unpacking enough or do I have to start the update-script?

hgs:
Ok, Frage wurde nach Anmeldung als SuperAdmin durch den Link zum upgrade-script beantwortet.
Ok, question was answered by the link to the upgrade script after logging in as SuperAdmin.

Navigation

[0] Message Index

[#] Next page

Go to full version