Snippets tagged “php-configuration”
2 snippets use this tag.
- Fatal error: Call to undefined function mysqli_connect()PHP
The "Fatal error: Call to undefined function mysqli_connect()" error in PHP typically occurs when the MySQLi extension is not enabled or properly configured in your PHP environment.
- phpMyAdmin Error: The mbstring extension is missing. Please check your PHP configurationPHP
It looks like you are trying to use phpMyAdmin, but it is giving you an error message saying that the mbstring extension is missing.