Since 2010 opencart working fine, updated years ago too 2.3.x version and nice theme.
Since 13-06-2025 mails dont sended anymore from opencart. Only opencart.
- Tested mail server contact, all working fine,
- Spam tester 10/10,
- Smtp settings are working fine, tested on other websites like wordpres,
- html mail test and all working fine,
- Removed Chache
- Removed folder and replace from 2.3.x
but for some reason opencart not sending mails.
Not In contact form, orders, notifications...etc
Only error i found is:
Code: Select all
PHP Unknown: Array and string offset access syntax with curly braces is deprecated in /public_html/system/library/mpdf/mpdf.php on line 2360
2025-06-21 12:21:13 -
TOO NUMBER- on line 3056
Code: Select all
if ($pb['col']{0} == 5) { // RGBa
$s .= $this->SetAlpha(ord($pb['col']{4}) / 100, 'Normal', true, 'F') . "\n";
} elseif ($pb['col']{0} == 6) { // CMYKa
$s .= $this->SetAlpha(ord($pb['col']{5}) / 100, 'Normal', true, 'F') . "\n";
Code: Select all
if ($pb['col']{0} == 5) { // RGBa
$s .= $this->SetAlpha(ord($pb['col']{4}) / 100, 'Normal', true, 'F') . "\n";
} elseif ($pb['col']{0} == 6) { // CMYKa
$s .= $this->SetAlpha(ord($pb['col']{5}) / 100, 'Normal', true, 'F') . "\n";
Version 2.3.x
Domain anaconda-reptiles.eu
Im out off options here and stuck, hope sombody have working solution
Regards Nico