BPS shows SQL-Code

Home Forums BulletProof Security Free BPS shows SQL-Code

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44540
    MvD
    Participant

    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

    #44549
    AITpro Admin
    Keymaster

    You 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);
    #44550
    MvD
    Participant

    Hi, 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?

     

     

    #44551
    AITpro Admin
    Keymaster

    This 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.

    #44559
    MvD
    Participant

    Event 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 🙂

    #44561
    AITpro Admin
    Keymaster

    Ah 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.

    #44588
    MvD
    Participant

    ok, after switching off and on the site is correct. Thanks for the tip.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.