Bug Report
-
REPORT:
There’s no redundancy to this plugin code. When you choose the CF7 signup element, you need to choose multiple options eg ‘Required Field’, ‘Label’, ‘ID’.WORKAROUND:
If you do not do this the plugin expects a countable array and only gets one element. This leads to a Fatal Error that’ll crash the website.FIX:
This is the errant code in question: /include/class-mailpoet-cf7-integration.php L:127// Array of list id $list_array = $tag->get_option( 'list', 'int' ); $count_list_array = count( $list_array ); $mp_segments = $this->mailpoet_segments_data( $list_array );
The topic ‘Bug Report’ is closed to new replies.