• We’re getting a lot of errors from the following file:

    wp-content/plugins/draw-attention/public/includes/lib/CMB2/CMB2.php

    Lines 22-24:

    	if ( $cmb->prop( 'hookup' ) ) {
    		$hookup = new CMB2_hookup( $cmb );
    	}
    

    Because the class is defined as CMB2_Hookup, and the call should be case sensitive: $hookup = new CMB2_Hookup( $cmb );

    • This topic was modified 2 years, 7 months ago by klaansoo.
    • This topic was modified 2 years, 7 months ago by klaansoo.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Natalie MacLees

    (@nataliemac)

    Hi @klaansoo. I’m sorry to hear that you’re having troubles.

    We believe this is a bug that we fixed in February 2021. Can you please be sure to update Draw Attention to the latest version?

    Please give that a try and if you’re still having trouble, please let us know and we can investigate further.

    Thread Starter klaansoo

    (@klaansoo)

    Hi @nataliemac ,

    Thanks for getting back to me. For reference, I’m using version 1.9.30 and it’s still an issue for me:

    It’s just that one line that I posted in my original comment. Looks like all other instances are correct.

    Plugin Contributor Draw Attention Support

    (@wpdrawattention)

    @klaansoo I appreciate your patience, we were able to track down the issue you initially reported. Our developers are going to get this fixed soon, we’ll keep the thread updated.

    Thread Starter klaansoo

    (@klaansoo)

    Sounds great. Thank-you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CMB2_hookup case sensitivity issue’ is closed to new replies.