PHP Startup: Unable to load dynamic library 'php_fileinfo.dll'
Hello Everyone!
I have this problem when I open my website login page, and don't know how to fix this issue, please help me.
A PHP Error was encountered
Severity: Core Warning
Message: PHP Startup: Unable to load dynamic library 'php_fileinfo.dll' (tried: /opt/cpanel/ea-php72/root/usr/lib64/php/modules/php_fileinfo.dll (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/php_fileinfo.dll: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php72/root/usr/lib64/php/modules/php_fileinfo.dll.so (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/php_fileinfo.dll.so: cannot open shared object file: No such file or directory))
Filename: Unknown
Line Number: 0
Backtrace:
-
I have the same problem.
0 -
Hey there! Do you have root access to the server? .dll files are used in a Windows environment, so you wou ld need to adjust your PHP settings on the machine as it seems like there is a misconfiguration, but you wouldn't be able to do that without root access to the system.
The most likely explanation is that someone tried to uncomment a .dll line in a configuration file, which won't make any changes on a Linux system.
0 -
The problem in my case was that there was a file called zzzzzzz-pecl.ini in the /opt/cpanel/ea-php82/root/etc/php.d/ folder that was being loaded by php.
Once I removed this file everything was fine.
0 -
I'm glad you were able to track that down!
0
Please sign in to leave a comment.
Comments
4 comments