Php Error

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
275
[Fri Jul 09 21:21:16.894897 2021] [lsapi:warn] [pid 1326483:tid 139819706939136] [client 66.249.79.209:65111] [host mmmm.biz] Backend log: PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/mmmm/domains/mmmm.biz/public_html/index.php on line 4\n


How to clear this error. Currently using php 7.3
 
Read line 4 in the index.php and see what it says. Seems that it contains a deprecated string, change it so it works in php 7.3.
 
You either need to edit your index.php file to work with PHP 7.3 (replace curly braces with square brackets) or use a lower PHP version.
 
Back
Top