I want to use the php version of FCKeditor on an apache server (windows). When I open ./FCKeditor/_test/fckeditor.php in a browser I get a file not found error for each FCKeditor sample so I changed $FCKeditorBasePath = "/FCKeditor/" ; into $FCKeditorBasePath = "\FCKeditor\" ; in ./FCKeditor/fckeditor.php, since Im using a windows server. The 404 errors are now disappeared, but I get this error now:
Fatal error: Cannot instantiate non-existent class: fckeditor in C:\www\****\****\FCKeditor\_test\test.php on line 35
(off course the ** represent a part of the path to the test.php file)
What is going wrong here? Do I get this error because Im using a windows server instead of a unix server?
Fatal error: Cannot instantiate non-existent class: fckeditor in C:\www\****\****\FCKeditor\_test\test.php on line 35
(off course the ** represent a part of the path to the test.php file)
What is going wrong here? Do I get this error because Im using a windows server instead of a unix server?
RE: Cannot instantiate non-existent class
Regards, Dom