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
Incorrect integer value: '' for column `relax`.`wb_mod_bookings_groups`.`group_id` at row 1
while ( list ( $index, $item ) = each ( $booked ) )
foreach ( $booked as $index => $item )
There was an uncatched exceptionsyntax error, unexpected 'day' (T_STRING)in line (47) of (/modules/bookings_v2/functions.php):
$date_array['day'] = $date_array['mday'];
$date_array[\'day\'] = $date_array[\'mday\'];
if ( ! function_exists('date_parse') ) { $eval_func = 'function date_parse ( $date ) { $date_array = getdate(strtotime($date)); $date_array['day'] = $date_array['mday']; $date_array['month'] = $date_array['mon']; $date_array['hour'] = $date_array['hours']; $date_array['minute'] = $date_array['minutes']; $date_array['second'] = $date_array['seconds']; return $date_array;