WBCE CMS – Way Better Content Editing.
You are not logged in.
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"
Last edited by florian (23.05.2021 17:36:50)
WBCE 1.6.1 - Fraggy 2.7.1 - PHP 8.1.22 - All-inkl
Ein Leben ohne Hund ist möglich, aber sinnlos
Offline
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
sieht gut aus, keine weiteren Meldungen soweit.
WBCE 1.6.1 - Fraggy 2.7.1 - PHP 8.1.22 - All-inkl
Ein Leben ohne Hund ist möglich, aber sinnlos
Offline