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 xnl2br()in line (78) of (/account/signup_form.php):
if (!function_exists('xnl2br')){ function xnl2br ($sText) { $sRetval = '';// build array width searches if (!\is_array($sText)){ $aResult = preg_split('/\R/', $sText, -1, PREG_SPLIT_DELIM_CAPTURE); } $pattern = '/[<^\/\w]+[>]|[<^\/\w]+[>].*<[\/\w>]+/is'; foreach($aResult as $sResult) { $sResult .= "\n"; if (preg_match($pattern,$sResult)){ $sRetval .= $sResult.PHP_EOL; continue; } $sRetval .= preg_replace('/[\n\r]/u', '',nl2br($sResult, !defined('XHTML'))).PHP_EOL; } return $sRetval; } }