Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter disismi

    (@disismi)

    I figured out it’s the WordPress Meta Data & Taxonomies Filter -plugin that is causing this error

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    This message means that there is somewhere in a querystring argument the text <? what i do not allow.

    Thread Starter disismi

    (@disismi)

    Thanks, but I need them both ??

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You can edit wppa-ajax.php and remove line 34..37:

    foreach ( $_REQUEST as $arg ) {
    		if ( strpos( $arg, '<?' ) !== false ) die( 'Security check failure #91' );
    		if ( strpos( $arg, '?>' ) !== false ) die( 'Security check failure #92' );
    	}

    but i will keep it in for security reasons.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘security check failure #91’ is closed to new replies.