You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If mysqli is not available, i get the following misleading error message during inclusion of wrapper-mysql.php:
PHP Fatal error: Uncaught TypeError: Exception::__construct(): Argument kinghost/php5-compat#2 ($code) must be of type int, string given in Standard input code:2
Stack trace:
#0 Standard input code(2): Exception->__construct() kinghost/php5-compat#1 {main}
thrown in Standard input code on line 62
Line 62 should imo read:
throw new Exception ('MySQL wrapper requires the mysqli extension', E_ERROR);
The text was updated successfully, but these errors were encountered:
If mysqli is not available, i get the following misleading error message during inclusion of wrapper-mysql.php:
PHP Fatal error: Uncaught TypeError: Exception::__construct(): Argument kinghost/php5-compat#2 ($code) must be of type int, string given in Standard input code:2
Stack trace:
#0 Standard input code(2): Exception->__construct()
kinghost/php5-compat#1 {main}
thrown in Standard input code on line 62
Line 62 should imo read:
throw new Exception ('MySQL wrapper requires the mysqli extension', E_ERROR);
The text was updated successfully, but these errors were encountered: