| 
 Posted - 02/23/2021 :  09:04:54    Hello,
 I recently installed a new version of ECT (7.2.6) and I'm having some trouble with PHP 7.4. Everything works with PHP 5.6 but when I upgrade, I get this error:
 
 Fatal error: Uncaught Error: Class 'mysqli' not found in /public_html/mysite.com/vsadmin/db_conn_open.php:10 Stack trace: #0 /public_html/mysite.com/index.php(5): include() #1 {main} thrown in /public_html/mysite.com/vsadmin/db_conn_open.php on line 10
 
 Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
 
 This is a complete new install and the db_conn_open.php is using the mysqli connection. I did copy an old database and run the update file on the on it but I don't think that would be causing this problem.
 
 Any thoughts?
 Josiah
 |