XF 1.4 Error After Upgrading to PHP 7.

Imgbi

Active member
I upgraded to PHP 7 and have been getting this errors.

Code:
ErrorException: Fatal Error: Uncaught TypeError: Argument 1 passed to XenForo_Application::handleException() must be an instance of Exception, instance of Error given in /var/www/.../library/XenForo/Application.php:375 Stack trace: #0 [internal function]: XenForo_Application::handleException(Object(Error)) #1 {main} thrown - library/XenForo/Application.php:375
Generated By: ... 2 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(84) "......./"
  ["_GET"] => array(1) {
    ["/threads/......./"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:
Thanks all, I've extended my license and upgraded. Everything is now working.
The performance improvement of PHP 7 should not be missed!
Like the version of Widget Framework that's posted here won't work. You have to get the version from the developers site
Please where do I get the one for 1.5? I only saw one in Github, don't know if it will work.
 
Top Bottom