XF 1.5 Username input empty in registration captcha

SirWill

Member
Hello,

I have moved the forum to a different server and now I'm facing the issue that the data of $input ['username'] in the XenForo_Captcha_Abstract#isValid function is empty which breaks the custom captcha.
I'm now unable to figure out what is causing the issue as nothing related to that has changed.

What could be causing this issue or does anyone have an idea on how to troubleshoot this issue?

Here is an output of it:
Code:
  ["username"] => string(0) ""
  ["83be8b1e392233c155a86d3370a3be5a"] => string(8) "Test"
 
Top Bottom