Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author AITpro

    (@aitpro)

    Most likely your Host is one of these incompatible web hosts:
    http://forum.ait-pro.com/forums/topic/read-me-first-free/#incompatible-hosts

    Thread Starter Ryder

    (@hyflex)

    I’m with bluehost, would it be possible for a private contact as I could answer more details.

    Plugin Author AITpro

    (@aitpro)

    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

    (@aitpro)

    Also just for good measure deactivate all of your plugins temporarily except for BPS and see if this corrects the issue.

    Thread Starter Ryder

    (@hyflex)

    It’s a php 5.2 ini file, any suggested php file?

    Thread Starter Ryder

    (@hyflex)

    AddHandler application/x-httpd-php53s .php even

    Thread Starter Ryder

    (@hyflex)

    I’ve tried all php’s still nothing :/

    Plugin Author AITpro

    (@aitpro)

    Ok then the issue has nothing to do with a php handler.
    Try deactivating all your plugins and test.

    Thread Starter Ryder

    (@hyflex)

    Tried all that, nothing still :/

    Plugin Author AITpro

    (@aitpro)

    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

    (@aitpro)

    Oops disregard this. You cannot get to the BPS System Info page. πŸ˜‰

    Plugin Author AITpro

    (@aitpro)

    Try deleting the BPS plugin and reinstalling it.

    Plugin Author AITpro

    (@aitpro)

    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

    (@hyflex)

    Nothing πŸ™

    Plugin Author AITpro

    (@aitpro)

    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)

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