php - Error on server Local host working fine -


a php error encountered

severity: core warning

message: php startup: unable load dynamic library '/opt/php54/lib/php/extensions/no-debug-non-zts-20100525/php_curl.dll' - /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/php_curl.dll: cannot open shared object file: no such file or directory

filename: unknown

line number: 0

backtrace:

it means there extension or zend_extension line in 1 of php configuration file (php.ini, or close it) trying load extension : ixed.5.2.lin

but corresponding file doesn't exist.

try search in .ini files loaded php (phpinfo() can indicate ones are) : 1 of them should try load extension. comment correspond line.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -