Home › Forums › BulletProof Security Free › BPS shows SQL-Code
- This topic has 6 replies, 2 voices, and was last updated 2 weeks, 6 days ago by MvD.
-
AuthorPosts
-
MvDParticipant
Hello,
on every page in the BPS plugin, SQL code is displayed at the bottom – after the line “BulletProof Security 6.9 Plugin by AITpro Website Security”.
Danke für dein Vertrauen in WordPress. Online Registrierung und Ticketvergabe ermöglicht durch Event Espresso - 5.0.31.decaf dd35208 #1 PHP 8.3.14-nmm1 MySQL 10.6.18 Verwendung des Speichers 135.308.256 Bytes Bitte aktivieren WP_DEBUG WP_Http Abfragen WP-Abfrage Objekt-Cache JavaScript HTTP Requests: 6 Total Elapsed: 3.208,4 ms Errors: 4 Request and response bodies are omitted. Reload with those included. More Start Duration Method URL Code Toggle 979,8 ms 774,8 ms GET https://url/wp-content/plugins/bulletproof-security/admin/mod-test/mod_access_compat-od-denied.png 403
How can this be deactivated?
Best regards
AITpro AdminKeymasterYou have WP_DEBUG turned On in your wp-config.php file. You should only have WP_DEBUG turned On when you are debugging things. Change the true values to false in the WP_DEBUG code in your wp-config.php file.
define('WP_DEBUG', false); define('WP_DEBUG_LOG', false); define('WP_DEBUG_DISPLAY', false);
MvDParticipantHi, thanks for the reply.
I’ve checked the wp-config.php, all three debug parameter are set as false.
Are there any other possible reasons?
AITpro AdminKeymasterThis had me confused originally > “Online Registrierung und Ticketvergabe ermöglicht durch Event Espresso – 5.0.31.decaf”. Do you have debugging turned On in Event Espresso or maybe another plugin? The debug log is unusual to me. I don’t recognize the format.
MvDParticipantEvent Espresso is a booking plugin for events. There is no debug in this plugin.
The Debug-Messages are only when I’m in your plugin. All other plugins don’t show the information.
Very special 🙂
AITpro AdminKeymasterAh ok then what is happening is another plugin, most likely Event Espresso, is loading its plugin scripts in BPS plugin pages and causing this problem. Go to the BPS > UI|UX Options page > try turning this option setting On and Off and let me know if anything changes > Script|Style Loader Filter (SLF) In BPS Plugin Pages.
MvDParticipantok, after switching off and on the site is correct. Thanks for the tip.
-
AuthorPosts
- You must be logged in to reply to this topic.