XF 2.1 Can’t post a new thread

Gregory

Member
Getting the below error when posting a new thread.

ErrorException: [E_NOTICE] Undefined index: floodCheckLengthDiscussion in src/XF/Pub/Controller/Forum.php at line 746
  1. XF::handlePhpError() insrc/XF/Pub/Controller/Forum.php at line746
  2. XF\Pub\Controller\Forum->actionPostThread() insrc/XF/Mvc/Dispatcher.php at line 249
  3. XF\Mvc\Dispatcher->dispatchClass() insrc/XF/Mvc/Dispatcher.php at line 89
  4. XF\Mvc\Dispatcher->dispatchLoop() insrc/XF/Mvc/Dispatcher.php at line 41
  5. XF\Mvc\Dispatcher->run() insrc/XF/App.php at line 1934
  6. XF\App->run() in src/XF.php at line 333
  7. XF::runApp() in index.php at line 13
 
Are you really running 2.1? If so, did you upgrade?

This is a new-ish option, but there's no reason for it to be missing. Ensure that you have all the latest files uploaded (you can use the file health check in the control panel) and then go to <url>/install/ and choose to rebuild the master data.
 
Top Bottom