PDA

View Full Version : Help in Fatal error


nimbuzz
08-22-2014, 10:49 AM
Fatal error: Call to undefined function mysqli_report() in /home/Sitename/public_html/includes/class_core.php on line 1463


Help Me Pleas How To solve it

i upload setup and after that when i start site/install/install.php

it show this error......

i was install before 4.2.2 is 3.8.7 and i delete full site and fresh setup install but it gives this error how to solve it help me please

Black Snow
08-27-2014, 12:49 PM
The mysql extension is not enabled by default, so the php_mysqli.dll DLL must be enabled inside of php.ini. If you installed php via package manager you should be able to install a package like php-mysql. Name may vary depending on your system.

If you do already have it, you may need to enable the extension in php.ini.

You will have to restart your webserver afterwards.