WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
There was an uncatched exceptionCall to undefined function split()in line (57) of (/modules/event/change_event.php):
// Get Data from database$query_content = $database->query("SELECT * FROM `".TABLE_PREFIX."mod_event_dates` WHERE `event_id` = '$event_id'");$fetch_content = $query_content->fetchRow();$this_date = $fetch_content['date'];list($year, $month, $day) = split('-', $this_date);
list($year, $month, $day) = split('-', $this_date);
Call to undefined function split()
There was an uncatched exceptionCall to undefined function eregi()in line (36) of (/modules/event_calendar/view.php):
if( eregi( "false", $SMTEXT['use_template'] ) ){ echo "".$cal->writeCalendar();
Code: [Select]Call to undefined function split()split() is deprecated since PHP 5.3.0.How old is the module? (Version)https://forum.WebsiteBaker.org/index.php/topic,26418.msg180591.html#msg180591Reg./MfG. Evaki
i have here a version 1.8.4 from somewhere here in the forum, fixed in last december