WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

Du bist nicht angemeldet.

#1 23.05.2021 13:55:34

giz
Mitglied

[gelöst] Fehlermeldungen nach update auf php8

zur Kenntnisnahme;
ich habe mit ProCalendar nach Update auf php8 auch ein paar hübsche Meldungen:

2021-05-23T12:47:26+00:00 [Deprecated] /modules/procalendar/functions.php:[956] from /framework/frontend.functions.php:[391] "Required parameter $dayview follows optional parameter $day"
2021-05-23T12:47:26+00:00 [Deprecated] /modules/procalendar/functions.php:[1458] from /framework/frontend.functions.php:[391] "Required parameter $dayview follows optional parameter $show"
2021-05-23T12:47:26+00:00 [Deprecated] /modules/procalendar/functions.php:[1458] from /framework/frontend.functions.php:[391] "Required parameter $editMode follows optional parameter $show"
2021-05-23T12:47:26+00:00 [Deprecated] /modules/procalendar/functions.php:[1458] from /framework/frontend.functions.php:[391] "Required parameter $month follows optional parameter $show"
2021-05-23T12:47:26+00:00 [Deprecated] /modules/procalendar/functions.php:[1458] from /framework/frontend.functions.php:[391] "Required parameter $year follows optional parameter $show"
2021-05-23T12:47:26+00:00 [Deprecated] /modules/procalendar/functions.php:[1458] from /framework/frontend.functions.php:[391] "Required parameter $edit_id follows optional parameter $show" 

Beitrag geändert von florian (23.05.2021 17:36:50)


WBCE 1.6.1 - Fraggy 2.7.1 - PHP 8.2.13- All-inkl
Ein Leben ohne Hund ist möglich, aber sinnlos

Online

#2 23.05.2021 14:02:18

florian
Administrator

Re: [gelöst] Fehlermeldungen nach update auf php8

Versuch mal folgendes:

/modules/procalendar/functions.php, Zeile 956 ändern zu

function ShowActionListEditor($actions=NULL, $day=NULL, $pageid = NULL, $dayview=NULL) {

und die Zeile 1458 zu

function ShowActionEditor($actions=NULL, $day=NULL, $show=0, $dayview=NULL, $editMode=NULL, $month=NULL, $year=NULL, $edit_id=NULL)

Code allein macht nicht glücklich. Jetzt spenden!

Offline

#3 23.05.2021 14:16:16

giz
Mitglied

Re: [gelöst] Fehlermeldungen nach update auf php8

sieht gut aus, keine weiteren Meldungen soweit. thumb_up


WBCE 1.6.1 - Fraggy 2.7.1 - PHP 8.2.13- All-inkl
Ein Leben ohne Hund ist möglich, aber sinnlos

Online

Fußzeile des Forums

up