First attempt at uploading the Dec 2020 updated quform folder, for a basic form using just the fields in the template. Form will not submit, it returns this error:
Parse error: syntax error, unexpected ‘[‘ in /var/www/vhosts/xx/xxxxx/webspace/httpdocs/xxxx/xxxx/quform/vendor/phpmailer/phpmailer/src/PHPMailer.php on line 167
Line 167 in PHPMailer.php is to do with Ical, which the form is not using:
protected static $IcalMethods = [
Note – I didn’t change anything in the PHPMailer.php file.