re-installed J3 now I get error in HTML editor

More
10 years 4 months ago #43345 by mcross4730
I had to re-instll Joomla 3, now I get the following error.

Fatal error: Call to undefined method stdClass::onDisplay() in /home3/mcross/public_html/libraries/cms/editor/editor.php on line 459

The following is from 469 on:

protected function _loadEditor($config = array())
{
// Check whether editor is already loaded
if (!is_null(($this->_editor)))
{
return;
}

// Build the path to the needed editor plugin
$name = JFilterInput::getInstance()->clean($this->_name, 'cmd');
$path = JPATH_PLUGINS . '/editors/' . $name . '.php';

if (!is_file($path))
{
$path = JPATH_PLUGINS . '/editors/' . $name . '/' . $name . '.php';
if (!is_file($path))
{
JLog::add(JText::_('JLIB_HTML_EDITOR_CANNOT_LOAD'), JLog::WARNING, 'jerror');
return false;
}
}

// Require plugin file
require_once $path;

// Get the plugin
$plugin = JPluginHelper::getPlugin('editors', $this->_name);
$params = new JRegistry;
$params->loadString($plugin->params);
$params->loadArray($config);
$plugin->params = $params;

// Build editor plugin classname
$name = 'plgEditor' . $this->_name;

if ($this->_editor = new $name($this, (array) $plugin))
{
// Load plugin parameters
$this->initialise();
JPluginHelper::importPlugin('editors-xtd');
}
}
}

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #43346 by ggppdk
Hello

OK, but maybe give some more information about this error in regards to FLEXIcontent ??

- you get this in FLEXIcontent item form ?
or in FLEXIcontent category edit form ?
or in both of them ?

- do you get this error in other components using the editor,
e.g. in contacts component
(open any page that loads the HTML editor)


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.246 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline