Archive for March, 2008

Fatal error: Call to undefined function mysqli_query() error in Rayzz script

Tuesday, March 18th, 2008

Rayzz Script Error –

Fatal error: Call to undefined function mysqli_query()

This can be fixed by recompiling php with mysqli support or second option is –

pico common/config.inc.php

Locate line —

$CFG[’db’][’abstraction’] = ‘mysqli’;

Replace mysqli with mysql