I had the same issue with the latest version 2.10 05.01.2017 on line 33 and 52 so I’ve fixed it like bellow:
Line 33
32 for($i=0;$i<$conta;$i++){
33 if ( !empty($my_options[$defaults[$i][0]]) ) {
34 $my_options[$defaults[$i][0]] = $defaults[$i][1];
35 update_option('peadig_eucookie', $my_options);
36 }
37 }
and line 52
52 $nPort = ( isset($asParts['port']) ? $asParts['port'] : '' );
Is it possible for you to add this changes or something simmilar?