MyBB Community Forums

Full Version: Admin CP plugin config page error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Recently updated from 1.6 to 1.8.22, and after a while I got error on plugin config page of MyBB admin CP. It looks like this:

[attachment=42876]

(I have a bunch of plugins installed and functioning)

Log is following
Navigated to http:// xxx.net/forum/admin/index.php?module=config-plugins
index.php?module=config-plugins:22 [Violation] Avoid using document.write(). https://developers.google.com/web/updates/2016/08/removing-document-write
(anonymous) @ index.php?module=config-plugins:22
One of your plugins makes a security alert, probably an old paypal button in description.
Find which one has a document.write in its source and remove the faulty JS.
(2020-05-16, 08:02 AM)Crazycat Wrote: [ -> ]One of your plugins makes a security alert, probably an old paypal button in description.
Find which one has a document.write in its source and remove the faulty JS.

I will try to do so. Thank you very much. 

I also have some old plugins which are now not functioning and I don't now how to safely remove them. Are there any common algorythm?
^ one of the general methods to find faulty plugin(s) => see replies here
Finally resolved. The problem caused by old plugin.
Thank you for your assistance!