Totally Zenned
- Join Date:
- Oct 2004
- Location:
- Southport, UK
- Posts:
- 3,644
- Plugin Contributions:
- 6
No Editor on category metatags page
I have FCKeditor selected as default editor and it works everywhere it should except when attempting to add category metatags - after clicking the metatag icon, I get a page with the header, the page title and search boxes, and the error:> Fatal error: Cannot instantiate non-existent class: fckeditor in /hsphere/local/home/xxxxxx/xxxxxxxx.com/xxxxx/categories.php on line 849
Having changed the admin directory to xxxxx, Line 849 of xxxxx/categories.php is ```
$oFCKeditor = new FCKeditor('metatags_description[' . $languages[$i]['id'] . ']') ;
What do I do to fix this?