database error

<!-- The Mysqli extension is required for this adapter but the extension is not loaded -->

Thats the Error and how i can fix this ?
 
Last edited:
It's actually the mysqli extension missing from PHP. It's not a core component (rather than PECL). Your host would need to sort it though.
 
Top Bottom