Searched forum but could not find anything answering my issue.
I have upgraded to php8.1
Upgraded to latest version 3.0.3.9 as recommended.
Currently getting this error log constantly:
On line 65 is:PHP Unknown: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/website/public_html/products/system/engine/action.php on line 65
Code: Select all
$class = 'Controller' . preg_replace('/[^a-zA-Z0-9]/', '', $this->route);