Closed vbadkar closed 3 years ago
After changing the code to this:- The error is not occurring anymore but the CSS unable to load issue is still occurring, will create a new issue for it closing this issue as it doesn't seems to be related to the CSS.
spl_autoload_register() method is supported by the php versions (PHP 5 >= 5.1.0, PHP 7, PHP 8). I'm using PHP 7 and changed the _autoload() method to spl_autoload_register() method, it is working fine.
After loading the site a deprecated error is observed for __autoload() function, although the content gets loaded without the css Attaching screenshots of the same.