edit the plugin’s file which name is ‘evernote-sync/EvernoteSync.php’
comment the line 165 like this:
$tmp = $arr[$i];
// $pos = mb_strrpos($str, $tmp, $charset);
if ($pos !== false) {
$pos++;
break;
}
edit the plugin’s file which name is ‘evernote-sync/EvernoteSync.php’
comment the line 165 like this:
`$tmp = $arr[$i];
// $pos = mb_strrpos($str, $tmp, $charset);
if ($pos !== false) {
$pos++;
break;
}