e-sites / php-mysql-mysqli-wrapper

MIT License
98 stars 40 forks source link

Warning: mysqli_error() expects parameter 1 to be mysqli, null given #15

Closed ramiwi closed 2 years ago

ramiwi commented 2 years ago

Do I have to add some init code for the db link to work?

ramiwi commented 2 years ago

Sorry, its fine after setting global $__MYSQLI_WRAPPER_LINK to the db link.