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
<br /><b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in <b>.../include/captcha/captchas/create_ttf_image.php</b> on line <b>60</b><br />
in PHP 7.4 curly braces are deprecated. There are 2 files you have to fix.search in /include/captcha/captchas/create_calc_ttf_image.php following line (should be line 70) $res = imagettftext($image, $ttfsize, $angle, $x, $y, $textcolor, $ttf, $text{$i});and change to $res = imagettftext($image, $ttfsize, $angle, $x, $y, $textcolor, $ttf, $text[$i]);and the same in /include/captcha/captchas/create_ttf_image.php following line (should be line 60)Dietmar
Hi, what are your versions of WB, PHP and MPform?What have you done before or what was your last changes?