• Resolved ibiza69

    (@ibiza69)


    Hi!

    Today there was an update from bulletproof, after updating I got all this errors. I had to uninstall the plugin. I installed from cero and got same errors again.

    Can admin take a look and see if can solve this, so we can install it again please?

    Thanks in advance for any info about it, or when it gets resolved 😉

    Script Dequeued: x-jquery-easing | Script Dequeued: x-jquery-main-scroll-up | Script Dequeued: x-jquery-active | Script Dequeued: my-script-handle | Script Dequeued: itsec_file_change_warning_js | Script Dequeued: itsec_strong_passwords | Style Dequeued: wp-color-picker | Style Dequeued: x-scroll-plugin-css | Style Dequeued: x-scroll-plugin-fontello-css | Style Dequeued: itsec_notice_css |

    https://wordpress.org/plugins/bulletproof-security/

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

    (@aitpro)

    Oops looks like we accidentally left the debugging/testing code uncommented in the /bulletproof-security/admin/includes/admin.php file. We will release another BPS version in about 30 minutes with the debugging/testing code commented out to make the debugging error check messages go away.

    foreach( $wp_scripts->queue as $handle ) {
    
    			if ( ! in_array( $handle, $script_handles ) ) {
    				wp_dequeue_script( $handle );
            		// uncomment line below to see all the script handles that are being blocked on BPS plugin pages
    				echo 'Script Dequeued: ' . $handle . ' | ';
    			}
    		}
    
    		foreach( $wp_styles->queue as $handle ) {
    
    			if ( ! in_array( $handle, $style_handles ) ) {
    				wp_dequeue_style( $handle );
    				// uncomment line below to see all the style handles that are being blocked on BPS plugin pages
    				echo 'Style Dequeued: ' . $handle . ' | ';
    			}
    		}
    Plugin Author AITpro

    (@aitpro)

    Ok BPS .53.7 has been released with the debugging/testing code commented out. Thanks for reporting this. 😉 In BPS .53.8 we will add a DB option condition for this so this debugging/testing code can be turned On or Off with an option setting. 😉

    This also worked for me

    Plugin Author AITpro

    (@aitpro)

    Great! I guess if you are going to screw up then this is the kind of screw up that you want to occur and not anything major/serious.

    Plugin Author AITpro

    (@aitpro)

    Resolving thread

    Thread Starter ibiza69

    (@ibiza69)

    Everything solved! Great support, quick and pro! 5*****

    Have a great day!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Problems After Updating Today’ is closed to new replies.