Zen Cart Logo
Forums / Basic Configuration / Fatal error: Cannot instantiate non-existent class: fckeditor in

Fatal error: Cannot instantiate non-existent class: fckeditor in

Locked

Views: 2,473

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
8 May 2007, 6:23 AM
#1
motti avatar

motti

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