b1gMail 7.4.0

Ich habe es seit 4 Monaten mit PHP 7.2 und etwa 15 Usern in Betrieb. Konnte bis jetzt keine Probleme feststellen.
 
Habe B1G 7.4 und die Patches installiert
Also bei mir führt der umstieg auf PHP 7.1 zu vielen Fehlern

Warning: Declaration of PremiumAccountPlugin::BeforePageTabsAssign($tabs) should be compatible with BMPlugin::BeforePageTabsAssign(&$pageTabs) in /mail/plugins/premiumaccount.plugin.php on line 2540
Warning
: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in /mail/plugins/premiumaccount.plugin.php on line 1075
Warning
: mysqli_fetch_array() expects parameter 2 to be integer, string given in /mail/serverlib/db.class.php on line 241
Warning
: Use of undefined constant wonline - assumed 'wonline' (this will throw an Error in a future version of PHP) in /mail/plugins/wonline.php on line 110

Habe wieder auf PHP 5.6 geändert und schon läuft es wieder... Hmmm
Habe ich etwas vergessen ?
 
Last edited:
Habe B1G 7.4 und die Patches installiert
Also bei mir führt der umstieg auf PHP 7.1 zu vielen Fehlern

Warning: Declaration of PremiumAccountPlugin::BeforePageTabsAssign($tabs) should be compatible with BMPlugin::BeforePageTabsAssign(&$pageTabs) in /mail/plugins/premiumaccount.plugin.php on line 2540
Warning
: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in /mail/plugins/premiumaccount.plugin.php on line 1075
Warning
: mysqli_fetch_array() expects parameter 2 to be integer, string given in /mail/serverlib/db.class.php on line 241
Warning
: Use of undefined constant wonline - assumed 'wonline' (this will throw an Error in a future version of PHP) in /mail/plugins/wonline.php on line 110

Habe wieder auf PHP 5.6 geändert und schon läuft es wieder... Hmmm
Habe ich etwas vergessen ?
Sieht so aus als hättest du das PremiumAccount-Plugin nicht aktualisiert?
 
Habe die Meldungen nun in der PHP.ini ausschalten können und das Premiumpaket aktualisiert.
Nun betreibe ich B1G auch mit PHP 7.2 ohne Probleme.
Vielen Dank für die schnelle Hilfe
 
Danke für die Infos.

Beim Testlauf habe ich festgestellt, dass soweit fast alles funktioniert. Lediglich das Plugin CleverMailEncryption TCMailEncryptionPlugin scheint nicht mehr unterstützt zu sein. Die Version 1.1.0 ist nämlich nur mit b1gMail 7.3 kompatibel, der Umbau auf BMBlobStorage ist entsprechend im Plugin nicht berücksichtigt.

Was ist die Empfehlung? Wie könnte von CleverMailEncryption "weg-migriert" werden? Oder wird es bald eine kompatible Lösung geben, damit CleverMailEncryption auch mit BMBlobStorage funktioniert?
 
Back
Top