I can't login? Empty needle error.

x8BiTw0LFx

Active member
What does this mean?

Server Error

strpos(): Empty needle

  1. XenForo_Application::handlePhpError()
  2. strpos() in bdCache/XenForo/ControllerPublic/Login.php at line 9
  3. bdCache_XenForo_ControllerPublic_Login->getDynamicRedirectIfNot() in XenForo/ControllerPublic/Login.php at line 51
  4. XenForo_ControllerPublic_Login->actionLogin() in XenForo/FrontController.php at line 351
  5. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  6. XenForo_FrontController->run() in /customers/1/b/c/vikingsofdestiny.dk/httpd.www/index.php at line 13
 
Thank you :)

You're welcome. :)

Also, I recommend disabling the addon until it's resolved so you can login. If you can't login to the Admin Control Panel, you can add this to your /library/config.php to disable all addons.
Code:
$config['enableListeners'] = false;

Once you do that, you can login to the Admin Control Panel and disable [bd] Cache and then make sure to remove the line of code you just added from /library/config.php.
 
Top Bottom