__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
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.