PDA

View Full Version : Error log filling up with mysqli


ramesh_umk3
05-01-2019, 01:33 PM
Hello friends,

my error log is increasing in massive rate with same error

[01-May-2019 15:27:07 UTC] PHP Warning: mysqli_query() expects parameter 1 to be mysqli, null given in /includes/class_core.php on line 1386


I have disabled all plugins , checked mysql , reinstalled 4.2.5 still i see same error_log filling up.

There is no issue with website just error log is filling..

looking forward to hear a solution for this from experts.

kind regards,

snakes1100
05-02-2019, 06:57 AM
Are you using mysqli

$config['Database']['dbtype'] = 'mysqli';

Disable your hacks/addons until the error log stops imputing the error.

The addon will need to be updated for your php version.