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

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

Leave a Reply

You must be logged in to post a comment.