Not a bug Getting server errors, not sure where they are coming from.

Sportsoutlaw

Active member
Affected version
2.0 RC1
RC1

Code:
#0 src/addons/XFMG/Repository/Media.php(579): XF::handlePhpError(2, '[E_WARNING] Inv...', '/home/nginx/dom...', 579, Array)
#1 src/addons/XFMG/XF/Pub/Controller/Thread.php(16): XFMG\Repository\Media->addGalleryEmbedsToContent(NULL)
#2 src/XF/Mvc/Dispatcher.php(249): XFMG\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#3 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'Index', 'html', Object(XF\Mvc\ParameterBag), 'forums', Object(XFMG\XF\Pub\Controller\Thread), NULL)
#4 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(1852): XF\Mvc\Dispatcher->run()
#6 src/XF.php(328): XF\App->run()
#7 index.php(13): XF::runApp('XF\\Pub\\App')
#8 {main}


Code:
array(4) {
  ["url"] => string(75) "/forum/threads/rules-for-posting-in-this-forum-very-basic-and-simple.93920/"
  ["referrer"] => bool(false)
  ["_GET"] => array(1) {
    ["/forum/threads/rules-for-posting-in-this-forum-very-basic-and-simple_93920/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

These errors started coming up in a previous beta, but have remained even after upgrading to RC1. It seems that all the errors are being generated by threads from a forum one specific forum, but from various threads within that forum.
 
Sorry about this, finally got my head on straight and deleted an add-on specific to that forum and the errors appear to have vanished.
 
Top Bottom