The forum operates in read-only mode. Please head to StackOverflow for support.
include "fckeditor.php"; require "fckeditor.php";
include_once "fckeditor.php"; require_once "fckeditor.php";
include(DIR_WS_INCLUDES. 'FCKeditor/fckeditor.php');
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: Cannot redeclare class /fckeditor.php line 29
and replace them with "xxx_once" calls :
Note that those include/require lines may look a bit differently, e.g.:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+