Posted - 12/19/2019 : 04:19:44
I'm running ECT 7.1.4 and php 7.3 . I'm getting the following error:
PHP Fatal error: Uncaught Error: Call to undefined function mysql_query() in /home2/aftonalp/public_html/vsadmin/inc/languagefile.php:10
The offending line is return(@$GLOBALS['ectdatabase']?$GLOBALS['ectdatabase']->query($ectsql):mysql_query($ectsql));
mysql_query was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. How do I overcome this? Has the code been updated in a later updater? Please advise.
Steve Pope
|