Hi ! It would be possible to sugest a fix ? I use version 3.8.1 and Joomla 1.5.25.
The error in Firefox Error Console is:
Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDOMHTMLDocument.implementation]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: http:<site_url>/components/com_jce/editor/tiny_mce/tiny_mce.js?version=203 :: <TOP_LEVEL> :: line 1" data: no]
As a work around to have the functions back I edited the file /administrator/components/com_sef/views/config/tmpl/default.php and stoped calling the default editor (commented lines).
Line 47:
function submitbutton(pressbutton) {
<?php
// jimport( 'joomla.html.editor' );
//$editor =& JFactory::getEditor();
//echo $editor->save('introtext');
?>
submitform(pressbutton);
}
Line 680:
<?php
// parameters : hidden field, content, width, height, cols, rows
// jimport( 'joomla.html.editor' );
//$editor =& JFactory::getEditor();
//echo $editor->display('introtext', $lists['txt404'], '450', '250', '50', '11');
?>
Now there is no html editor for Custom 404 page, but the SAVE, APPLY functions are working on the Global Configuration option page. I use JCE editor but also when switching back to Tiny MCE the error persist.