Zen Follower
- Join Date:
- Feb 2007
- Location:
- Los Angeles
- Posts:
- 348
- Plugin Contributions:
- 0
Fatal error: Cannot instantiate non-existent class: fckeditor in
Hi
When I click on Meta Tag in my admin, this what I get
Fatal error: Cannot instantiate non-existent class: fckeditor in /home/tiledepo/public_html/store/admin/categories.php on line 851
**
And this is what on my line 851 starting at Line 850
if ($_SESSION['html_editor_preference_status']=='FCKEDITOR') {
(851) $oFCKeditor = new FCKeditor('metatags_description[' . $languages[$i]['id'] . ']') ;
$oFCKeditor->Value = zen_get_category_metatags_description($cInfo->categories_id, $languages[$i]['id']);
$oFCKeditor->Width = '97%' ;
$oFCKeditor->Height = '200' ;**
Thank you in advance