PHP Deprecated Function – How to Solve Deprecated: __autoload() Issue

magento-1.9PHP

Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in C:\wamp64\www\magepro\app\code\core\Mage\Core\functions.php on line

enter image description here

My php version : 7.1.29

Best Answer

Can you please try to change __autoload function to spl_autoload_register after clear cache and remove var directory

/app/code/core/Mage/Core/functions.php on line 60

source

Let me know issue resolved with it or not ?

Related Topic