Jump to content

Undeclared static property error since upgrading to 4.6.10


Go to solution Solved by Marc Stridgen,

Recommended Posts

The following error is showing up on my main forum page since upgrading to 4.6.10 Any insight on what the $loadedHooks property refers to?

 

Thu, 03 Feb 2022 02:07:20 +0000
Error: Access to undeclared static property: IPS\IPS::$loadedHooks (0)
#0 /srv/www/[...]/public_html/forums/system/Dispatcher/Front.php(652): IPS\_Log::log()
#1 /srv/www/[...]/public_html/forums/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish()
#2 /srv/www/[...]/public_html/forums/index.php(13): IPS\_Dispatcher->run()
#3 {main}
#0 /srv/www/[...]/public_html/forums/init.php(1005): IPS\_Log::log()
#1 [internal function]: IPS\IPS::exceptionHandler()
#2 {main}
 

If I comment out line 652 of Front.php (which appears to be something to log errors), the site loads fine and appears fine from front-end, but generates many more errors on backend. And obviously commenting out an error-logging isn't a sustainable solution :)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...