SaroxDE Member Jul 21, 2015 #1 Hey, i get this error when i visit my page: Screenshot But i don´t changed anything. Jonas
P Paul B XenForo moderator Staff member Jul 21, 2015 #2 View the page source and it should show the actual error. Your site appears to be loading for me though. Upvote 0 Downvote
View the page source and it should show the actual error. Your site appears to be loading for me though.
SaroxDE Member Jul 21, 2015 #3 <!-- 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: Jul 21, 2015 Upvote 0 Downvote
<!-- The Mysqli extension is required for this adapter but the extension is not loaded --> Thats the Error and how i can fix this ?
TPerry Well-known member Jul 21, 2015 #4 Contact your host and make sure that the PECL is installed for mysql... and being loaded by the PHP processor. Upvote 0 Downvote
Contact your host and make sure that the PECL is installed for mysql... and being loaded by the PHP processor.
Mike XenForo developer Staff member Jul 21, 2015 #5 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. Upvote 0 Downvote
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.
TPerry Well-known member Jul 22, 2015 #6 Typically the installation of the mysql PECL (at php compile time) should include the mysqli driver - or at least in my experience it has. Upvote 0 Downvote
Typically the installation of the mysql PECL (at php compile time) should include the mysqli driver - or at least in my experience it has.