Risolto, ho inserito queste righe alla nel file editor.php alla riga 258 dove segnalava l'errore
// Try to authenticate -- only add to array if authentication is successful
if (method_exists($plugin, 'onDisplay')) {
$resultTest = $plugin->onDisplay($editor);
}
if ($resultTest) $result[] = $resultTest;
Grazie a tutti
Francesco