• After updating to PHP 7.1, DEBUG logging shows the following PHP Warning for WC Fields Factory plugin:

    PHP Warning:  A non-numeric value encountered in
    /wordpress/wp-content/plugins/wc-fields-factory/classes/wcff-
    options.php on line 37

    I wasn’t seeing this warning before the PHP upgrade and my site has not changed at all. Is this a known issue in WC Fields Factory?

Viewing 1 replies (of 1 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    Hi, this is a line

    $client_side_validation_type = isset( $wccpf_options["client_side_validation_type"] ) ? $wccpf_options["client_side_validation_type"] : "submit";

    As you see it just an assignment statement with ternary condition.

    Anyway will check it.

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning after updating to PHP 7.1’ is closed to new replies.