- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Buenos días migre una tienda de servidor y me encontre con algunos problemas de librerias y revisando los logs me encontre con estos mensajes. La diferencia es que en el servidor origen trabaja con PHP 5 y en la destino con la 7.3.16. ¿Alguna sugerencia a alguno que ya le haya pasado?
1) Uncaught Error: Call to undefined function ibase_connect()
2) Use of undefined constant MCRYPT_BLOWFISH - assumed 'MCRYPT_BLOWFISH'
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @marcos_navarro
Magento 1.x is not supported by PHP 7.3.
You need to install php 5.6 to run it.
For more info :
https://docs.magento.com/m1/ce/user_guide/magento/system-requirements.html
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @marcos_navarro
Magento 1.x is not supported by PHP 7.3.
You need to install php 5.6 to run it.
For more info :
https://docs.magento.com/m1/ce/user_guide/magento/system-requirements.html
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Interbase y Mcrypt
Hi @marcos_navarro
If you are running Magento Commerce 1.14.2.x and 1.14.3.x or Magento Open Source 1.9.2.x and 1.9.3.x. or higher versions of Magento1 then you should read this PHP 7.2 Support Patches for Magento 1 are now available post.
There are patches available to run Magento1x on Php7.2 version.
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Interbase y Mcrypt
@Vimal Kumar ha escrito:Hi @marcos_navarro
Magento 1.x is not supported by PHP 7.3.
You need to install php 5.6 to run it.
For more info :
https://docs.magento.com/m1/ce/user_guide/magento/system-requirements.html
I hope it will help you!
Muchas gracias por tu tiempo y respuesta. Saludos