__autoload What is the reason for the error and how to solve it? Thank you.
永无止境
永无止境 2021-09-14 16:28:48
0
2
1083

Fatal error: __autoload() is no longer supported, use spl_autoload_register() instead This function always reports an error. I want to ask how to solve it

永无止境
永无止境

reply all(2)
逆旅行人

Just lower your php version

逆旅行人

Your PHP version should be up to version 7. Lower versions of PHP support __autoload(), and PHP7 uses spl_autoload_register() instead.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template