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 real_escape_string method using with connection handler provided by MysqliPool, and the method parameter is number, the following error occured:
Fatal error: Uncaught TypeError: mysqli::real_escape_string(): Argument #1 ($string) must be of type string, int given in @swoole/library/core/Database/MysqliProxy.php:50
The text was updated successfully, but these errors were encountered:
Please provide the complete call stack. You need to modify the code so that when the value is an integer, you do not use Mysqli::real_escape_string(). This function only accepts string parameters and cannot handle integers.
If real_escape_string method using with connection handler provided by MysqliPool, and the method parameter is number, the following error occured:
Fatal error: Uncaught TypeError: mysqli::real_escape_string(): Argument #1 ($string) must be of type string, int given in @swoole/library/core/Database/MysqliProxy.php:50
The text was updated successfully, but these errors were encountered: