Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Uncaught Error: Call to undefined function mcrypt_module_open() #284

Open
CoopeEncants opened this issue Mar 3, 2021 · 2 comments

Comments

@CoopeEncants
Copy link

Hola,
Diumenge passat vam fer la última comanda i avui al entrar per fer la validació de les comandes ens hem trobat amb el següent error:

Fatal error: Uncaught Error: Call to undefined function mcrypt_module_open() in /XXX/php/inc/cookie.inc.php:80 Stack trace: #0 /XXX/php/inc/header.inc.php(24): Cookie->__construct() #1 /XXX/index.php(1): include('/XXX...') #2 {main} thrown in /XXX/php/inc/cookie.inc.php on line 80

XXX és l'adreça del nostre servidor.

També tenim un LOG generat al servidor de 14,1 Mb amb tots els registres. El primer error el vam tenir ahir dia 2 de Febrer de 2021 a les 21:07, i és el segment:

[02-Mar-2021 21:07:42 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.5.4.lin' (tried: /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin (/opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin: undefined symbol: _zval_ptr_dtor), /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin.so (/opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

I aquest són els últims errors:

[03-Mar-2021 20:39:32 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'ixed.5.4.lin' (tried: /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin (/opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin: undefined symbol: _zval_ptr_dtor), /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin.so (/opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[03-Mar-2021 14:39:32 America/Chicago] PHP Fatal error: Uncaught Error: Call to undefined function mcrypt_module_open() in /home4/segiobcn/public_html/coope/php/inc/cookie.inc.php:80
Stack trace:
#0 /XXX/php/inc/header.inc.php(24): Cookie->__construct()
#1 /XXX/index.php(1): include('/XXX...')
#2 {main}
thrown in /XXX/php/inc/cookie.inc.php on line 80

Les versions PHP i SQL són compatibles i ha estat funcionant fins ara:
cpsrvd 11.86.0.37
Versión del cliente de base de datos: libmysql - 5.6.43
extensión PHP: mysqliDocumentación curlDocumentación mbstringDocumentación
Versión de PHP: 7.3.6

He vist que aquesta web té el mateix error que nosaltres: http://www.lavessana.org

A veure si algú té el mateix problema i ho ha pogut sol·lucionar.

MErci!

@jorix
Copy link
Contributor

jorix commented Mar 3, 2021 via email

@CoopeEncants
Copy link
Author

CoopeEncants commented Mar 4, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants