You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a function named __autoload() is a massive fail. This needs to be removed. Even if you're calling spl_register_autoload() (good), you cannot also have a function called __autoload() (bad).