We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the first time in ~4 years, I just got this email notification from my MyBB instance, I assume as a result of a penetration attempt:
Your copy of MyBB running on ... has experienced an error. Details of the error include: --- Type: 2 File: inc/plugins/google_seo/redirect.php (Line no. 367) Message urlencode() expects parameter 1 to be string, array given
The instance was using Google SEO 1.6.5, admittedly old.
The text was updated successfully, but these errors were encountered:
Array style queries (?x[0]=foo&x[1]=bar&x[2]=baz) aren't supported by redirect.
?x[0]=foo&x[1]=bar&x[2]=baz
Usually this is not a problem since MyBB does not use it. And usually, this warning is silently ignored... ;)
Sorry, something went wrong.
Since upgrading to 1.8, I've been getting these warning a lot, tens per day.
Type: 2 File: inc/plugins/google_seo/redirect.php (Line no. 385) Message urlencode() expects parameter 1 to be string, array given
No branches or pull requests
For the first time in ~4 years, I just got this email notification from my MyBB instance, I assume as a result of a penetration attempt:
The instance was using Google SEO 1.6.5, admittedly old.
The text was updated successfully, but these errors were encountered: