Title: Plugin Doesn&#039;t load correctly at all..
Last modified: August 21, 2016

---

# Plugin Doesn't load correctly at all..

 *  Resolved [Ryder](https://wordpress.org/support/users/hyflex/)
 * (@hyflex)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/)
 * BulletProof Security loads as follows: [http://i.imgur.com/gPfkfu1.png](http://i.imgur.com/gPfkfu1.png)
 * I can’t get anything out of the plugin :/
 * [http://wordpress.org/plugins/bulletproof-security/](http://wordpress.org/plugins/bulletproof-security/)

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/page/2/?output_format=md)

 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135406)
 * Most likely your Host is one of these incompatible web hosts:
    [http://forum.ait-pro.com/forums/topic/read-me-first-free/#incompatible-hosts](http://forum.ait-pro.com/forums/topic/read-me-first-free/#incompatible-hosts)
 *  Thread Starter [Ryder](https://wordpress.org/support/users/hyflex/)
 * (@hyflex)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135447)
 * I’m with bluehost, would it be possible for a private contact as I could answer
   more details.
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135449)
 * We prefer that BPS questions are handled in the WP Forum. This way other folks
   can benefit from the answers.
 * BPS is compatible with BlueHost, but someone else mentioned that using this php/
   php.ini handler below on BlueHost causes either this exact problem or a very 
   similar problem.
 * `AddHandler application/x-httpd-php54s .php`
 * Are you using this php/php.ini handler? If not, then are you using another php
   handler? If so, then post that php handler.
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135450)
 * Also just for good measure deactivate all of your plugins temporarily except 
   for BPS and see if this corrects the issue.
 *  Thread Starter [Ryder](https://wordpress.org/support/users/hyflex/)
 * (@hyflex)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135462)
 * It’s a php 5.2 ini file, any suggested php file?
 *  Thread Starter [Ryder](https://wordpress.org/support/users/hyflex/)
 * (@hyflex)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135463)
 * AddHandler application/x-httpd-php53s .php even
 *  Thread Starter [Ryder](https://wordpress.org/support/users/hyflex/)
 * (@hyflex)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135466)
 * I’ve tried all php’s still nothing :/
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135468)
 * Ok then the issue has nothing to do with a php handler.
    Try deactivating all
   your plugins and test.
 *  Thread Starter [Ryder](https://wordpress.org/support/users/hyflex/)
 * (@hyflex)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135504)
 * Tried all that, nothing still :/
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135505)
 * Go to the BPS System Info tab page and post this information about your website/
   Server.
 * Server Type:
    Operating System: WP Filesystem API Method: Server API:
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135507)
 * Oops disregard this. You cannot get to the BPS System Info page. 😉
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135508)
 * Try deleting the BPS plugin and reinstalling it.
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135509)
 * If that does not work then maybe this is a mod_security issue. To troubleshoot
   that possibility use this code below to temporarily turn off mod_security on 
   your website.
 * Add this .htaccess code anywhere in your root .htaccess file and let me know 
   what happens.
 *     ```
       <IfModule mod_security.c>
       SecFilterEngine Off
       SecFilterScanPOST Off
       </IfModule>
       ```
   
 *  Thread Starter [Ryder](https://wordpress.org/support/users/hyflex/)
 * (@hyflex)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135514)
 * Nothing 🙁
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/#post-4135515)
 * Hmm I just remembered an older issue regarding BlueHost Cloud services. Are you
   using BlueHost Cloud services?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/page/2/?output_format=md)

The topic ‘Plugin Doesn't load correctly at all..’ is closed to new replies.

 * ![](https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938)
 * [BulletProof Security](https://wordpress.org/plugins/bulletproof-security/)
 * [Support Threads](https://wordpress.org/support/plugin/bulletproof-security/)
 * [Active Topics](https://wordpress.org/support/plugin/bulletproof-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulletproof-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulletproof-security/reviews/)

 * 20 replies
 * 2 participants
 * Last reply from: [AITpro](https://wordpress.org/support/users/aitpro/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-load-correctly-at-all/page/2/#post-4135551)
 * Status: resolved