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

    (@aitpro)

    Post the errors relating to this issue/problem from your BPS Security log. Please do not post your entire Security log and only post the errors related directly to this issue/problem. Thank you.

    Thread Starter tsiguy96

    (@tsiguy96)

    I cannot find any specific errors to this problem within the security log, they are all 403 errors, but something had to have changed during the installation or uninstallation of everything? I just reinstalled nextgen to see if that would help and nothing, so its not nextgen thats broken but a conflict between nextgen and I assume BPS, which wasnt there 2 days ago…

    Plugin Author AITpro

    (@aitpro)

    There is only one issue between NextGen and BPS free.
    http://forum.ait-pro.com/forums/topic/next-gen-gallery-conflict/

    Typically if you are not seeing errors logged in your BPS Security Log then the issue is not related to BPS.

    To completely eliminate BPS as the cause of the issue/problem do these steps:

    1. Activate Default Mode on the Security Modes page.
    2. Use the Delete wp-admin .htaccess feature on the Security Modes page.
    3. Deactivate and delete BPS on the WP Plugins page.

    Is the problem still occurring at this point?

    Thread Starter tsiguy96

    (@tsiguy96)

    I dont think the conflict is related to BPS, but my simpleviewer does not work as a result of BPS. When BPS is activated, i get this error on simpleviewer when trying to add a gallery:

    View post on imgur.com

    How can I fix that? Thanks!

    Plugin Author AITpro

    (@aitpro)

    you would probably just need to add a skip/bypass rule for that plugin.

    1. Copy this .htaccess code to the CUSTOM CODE PLUGIN SKIP/BYPASS RULES: Add ONLY personal plugin skip/bypass rules here: text box.

    2. Save your new custom code by clicking the Save Root Custom Code button.

    3. Click the Create secure.htaccess File AutoMagic button on the Security Modes page.

    4. Activate BulletProof Mode for your Root folder on the Security Modes page.

    NOTE: If your WordPress installation is in a subfolder then add your WordPress subfolder name in the path.

    # Simpleviewer skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/wp-simpleviewer/ [NC]
    RewriteRule . - [S=13]
    Thread Starter tsiguy96

    (@tsiguy96)

    Didnt work :(. Do you have a support email?

    Plugin Author AITpro

    (@aitpro)

    Removed. Not relevant.

    Plugin Author AITpro

    (@aitpro)

    Actually I just installed and tested the plugin and this skip/bypass rule does work. So you must be missing a Custom Code step.

    # Simpleviewer skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/wp-simpleviewer/ [NC]
    RewriteRule . - [S=13]
    Plugin Author AITpro

    (@aitpro)

    The official working solution has been posted here.
    http://forum.ait-pro.com/forums/topic/wp-simpleviewer-500-error/

    Plugin Author AITpro

    (@aitpro)

    Actually on a Live site there is something else that needs to be whitelisted. Will post that in a minute. On a XAMPP site the skip/bypass rules works.

    Thread Starter tsiguy96

    (@tsiguy96)

    Thanks for spending the time to fix this, i appreciate it. Love BPS otherwise!

    Plugin Author AITpro

    (@aitpro)

    Correction: The issue was that when testing on a GWIOD site this plugin includes the root domain name in the plugin folder path incorrectly so the above skip/rule is correct and is all that is needed.

    Thread Starter tsiguy96

    (@tsiguy96)

    I re-did it 4 times, can you email me at exceltrainingdesigns@gmail.com and I can give you login info to see yourself?

    Plugin Author AITpro

    (@aitpro)

    We don’t log into other folks sites due to a bad experience with doing this favor in the past. Never again. Sorry.

    I have confirmed on 2 sites that the skip/bypass rule does work.

    Go the BPS Edit/Upload/Download page, click on “Your Current Root htaccess File” tab, copy and paste the WP-SimpleViewer code and also include a little bit of the code above and below it.

    Example:

    # PLUGINS AND VARIOUS EXPLOIT FILTER SKIP RULES
    # IMPORTANT!!! If you add or remove a skip rule you must change S= to the new skip number
    # Example: If RewriteRule S=5 is deleted than change S=6 to S=5, S=7 to S=6, etc.
    
    # WP-Simpleviewer skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/SX/wp-content/plugins/wp-simpleviewer/ [NC]
    RewriteRule . - [S=13]
    
    # Adminer MySQL management tool data populate
    RewriteCond %{REQUEST_URI} ^/SX/wp-content/plugins/adminer/ [NC]
    RewriteRule . - [S=12]

    Plugin Author AITpro

    (@aitpro)

    Also you need to clear your Browser cache and plugin cache if you are using a caching plugin.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Installed BPS: 500 Error when adding gallery and NextGen freezes all Java now’ is closed to new replies.