Question

I updated magento 1 to the latest version 1.9.3.10 and then set the php on the server to version 7.2, I also tested version 7.1, and find that with these versions of php the list of products in the backend is not visible.   I add an image. enter image description here

How can I solve this problem?

Thank you

Was it helpful?

Solution

Compare app/design/adminhtml/default/default and app/code/core/Mage/Adminhtml directory with original source code.

Also try with enable ini_set('display_errors', 1); in index.php

OTHER TIPS

Magento 1.9.3.10 does not contain support for PHP 7.2.

You still need to apply the patch for PHP 7.2 as described in https://community.magento.com/t5/News-Announcements/PHP-7-2-Support-Patches-for-Magento-1-are-now-available/m-p/106999#M211

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top