Home  >  Q&A  >  body text

__autoload What is the reason for the error and how to solve it? Thank you.

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

永无止境永无止境1155 days ago1075

reply all(2)I'll reply

  • autoload

    autoload2021-09-15 14:23:37

    Just lower your php version

    reply
    0
  • autoload

    autoload2021-09-14 16:57:02

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

    reply
    0
  • Cancelreply