You cannot load the mcrypt (external link, English) extension because phpmyadmin time is configured for the customer today. Please check your PHP configuration.
You cannot load the mcrypt (external link, English) extension because phpmyadmin time is configured for the customer today. Please check your PHP configuration.
The PHP extension mbstring is not found, and you are now using a multi-byte character set. PhpMyAdmin without the mbstring extension cannot correctly split the string and may produce unexpected results.
Solution to failure to load mcrypt
Tip: The mcrypt (external link, English) extension cannot be loaded. Check your PHP configuration.
In the php. ini file under the C: \ WINDOWS Directory,
The previous ";" in "; extension = php_mcrypt.dll" is not removed
Therefore, the corresponding function cannot be used. The solution is to open the php. ini file and find it; extension = php_mcrypt.dll is changed
Extension = php_mcrypt.dll remove the previous one to make it take effect
After modifying PHP. INI, restart the computer ..
If not, the libmcrypt. dll file can be missing in the system's system32 (generally C: \ WINDOWS \ system32) directory. The solution is to find libmcrypt. dll in the php Directory, copy it to the C: \ WINDOWS \ system32 directory, and restart IIS.
Solution:
Win system:
Open c: \ windows \ php. ini
Set
; Extension = php_mbstring.dll
Change
Extension = php_mbstring.dll
Unix:
Open/etc/php. ini
Set
; Extension = php_mbstring.so
Change
Extension = php_mbstring.so
You may check phpinfo (); To confirm the location of php. ini and some features currently supported by PHP.
Possible Errors in server settings and modifications.
PHP settings: some code error_reporting = E_ALL that appears regular but occasionally shows an error is replaced with error_reporting = E_ALL &~ E_NOTICE
Change display_errors to off