BPS Pro Read Me First – General Troubleshooting

Home Forums BulletProof Security Pro BPS Pro Read Me First – General Troubleshooting

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #37
    AITpro Admin
    Keymaster

    This Forum is for Posting BulletProof Security Pro Questions & Comments.  If your Question or Comment is regarding BulletProof Security Free then please post in the BulletProof Security Free Forum.

    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    • This topic was modified 3 years, 11 months ago by AITpro Admin.
    #23955
    Paul
    Participant

    I have had a message never seen before

    WARNING! BPS has detected that Safe Mode is set to On in your php.ini file.
    If you see errors that BPS was unable to automatically create the backup folders this is probably the reason why.
    Not sure why?

    #23956
    AITpro Admin
    Keymaster
    #25894
    Living Miracles
    Participant

    I came across the Additional (Automated) BulletProof Modes ~ Manual Controls (B-Core > Security Modes> htaccess File Security Modes) and noticed these two notes:

    “Your BPS Master htaccess folder should already be automatically protected by BPS Pro, but if it is not then activate BulletProof Mode for your BPS Master htaccess folder.”

    “Your BPS Backup folder should already be automatically protected by BPS Pro, but if it is not then activate BulletProof Mode for your BPS Backup folder. ”

    How do I know if both of these folders are already protected by BPS Pro?

    #25897
    AITpro Admin
    Keymaster

    On the Security Status page you should see this below.  BPS will alert you if something needs your attention.

    √ Deny All protection activated for BPS Master /htaccess folder
    √ Deny All protection activated for /wp-content/bps-backup folder

    #28058
    oklagonian
    Participant

    I had a website with BPS installed and I lost most of WordPress while trying to upgrade and BPS fell of my plugin list. I am trying to reinstall but cant seem to activate / re-activate as it will not accept activation code…….I went thru the steps and I just receive the same activation code that I already have……any help appreciated.

    #32771
    Richard Harding
    Participant

    I have BPS PRO v12.6.1. I receive the message “Update Failed: Plugin update failed.” when attempting to upgrade through WP Plugins page.

    What do I need to do?

    Thank you

    Richard

    #32772
    AITpro Admin
    Keymaster

    @ Richard Harding – Upgrade to BPS Pro 12.8 first.  The WP-Cron Control plugin causes that BPS Pro plugin update error and there may be other plugins that do that as well.  Try deactivating all of your other plugins and then update/upgrade BPS Pro.

    #43749
    Louis Garbi
    Participant

    The server which is hosting my site has a bandwidth limit. Until recently, this was no problem. Then a crawler caused some files to be downloaded over and over again, thus shutting down my site. Does BPS Pro have a rate limiting feature? I have searched to the best of my ability and cannot find it.

    Thanks,

    Louis

    #43750
    AITpro Admin
    Keymaster

    @ Louis Garbi – BPS Pro focuses on website security and does have some performance features, but yeah BPS Pro is not designed to do any sort of stuff at the web hosting level.

    #45343
    Ian
    Participant

    Hi,

    I am using an email template and have uploaded an image, but it is not showing in the emails sent out, but appears ok in the preview window when looking at the email template.

    When visiting the url, I get the error –

    walkingfootball.com 400 Bad Request Error
    If you arrived here due to a search or clicking on a link click your Browser’s back button to return to the previous page. Thank you.
    BPS Pro Plugin 400 Error Page

    How do I whitelist this image please?

    Many thanks,

    Ian

    #45344
    AITpro Admin
    Keymaster

    A 400 Bad Request error typically means that there is a coding mistake or the URL has a syntax error. Your web server is telling you that it will not process the request because it sees the request as invalid or incorrect.

    #45397
    Ian
    Participant

    Hi,

    I have two websites with the same config in robots.txt

    When using google inspect url, this one can be indexed

    https://walkingfootball.com/search/

    but this one cannot

    https://www.walkingsports.com/search/

    Google reports:
    Time: Oct 25, 2025, 1:38:45 PM
    Crawled as Google Inspection Tool smartphone
    Crawl allowed? No: blocked by robots.txt
    Page fetch: Failed: Blocked by robots.txt
    Indexing allowed? N/A

    Could bulletproof have a setting to cause this?
    Thanks

    #45402
    AITpro Admin
    Keymaster

    BPS does not block or do anything to robots.txt files. I checked your robots.txt file > https://www.walkingsports.com/robots.txt and the problem is that you have added an unneeded User-agent rule in your robots.txt file, which is most likely causing the problem. User-agent: * means apply the robots.txt rules to all crawlers. So you do not need to add the additional User-agent: facebookexternalhit. See the corrected robots.txt example below.

    User-agent: facebookexternalhit
    Allow: /
    
    User-agent: *
    Disallow: /wp-admin/
    Allow: /wp-admin/admin-ajax.php
    Disallow: /wp-includes/
    Disallow: /wp-content/plugins/
    Disallow: /wp-content/themes/
    Disallow: /wp-login.php
    Disallow: /wp-register.php
    Disallow: /*.php$
    Disallow: /*.inc$
    Disallow: /readme.html
    Disallow: /license.txt
    Disallow: /*?*utm_=*
    Allow: /walking-sports-news/
    Allow: /search/
    
    Sitemap: https://www.walkingsports.com/sitemap_index.xml

    Corrected Robots.txt file:

    User-agent: *
    Disallow: /wp-admin/
    Allow: /wp-admin/admin-ajax.php
    Disallow: /wp-includes/
    Disallow: /wp-content/plugins/
    Disallow: /wp-content/themes/
    Disallow: /wp-login.php
    Disallow: /wp-register.php
    Disallow: /*.php$
    Disallow: /*.inc$
    Disallow: /readme.html
    Disallow: /license.txt
    Disallow: /*?*utm_=*
    Allow: /walking-sports-news/
    Allow: /search/
    
    Sitemap: https://www.walkingsports.com/sitemap_index.xml
Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.