Missing internal data field value
-
Running Version 2.7.1, and all else is “current”. PhP is v7.
Getting the following error message (x3):Notice: Undefined index: required in /{redacted}/wp-content/plugins/flexible-checkout-fields/classes/plugin.php on line 552
Failing line:
$new[ $key ][ $field[‘name’] ][‘required’] = $fields[ $key ][ $field[‘name’] ][‘required’];Prior line:
if ( isset( $fields[ $key ][ $field[‘name’] ] ) ) {The code is assuming that each entry in $fields will have all expected values.
The section in question is controlled by the array at line 11 – in this case, the three shipping_* fields.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Missing internal data field value’ is closed to new replies.