Hello-
Question from a total newbie to FCKeditor, so I ask your indulgence.
Just moved a site over from one server to another, and am now receiving multiple errors.
Please forgive asterisks - for client privacy.
First is:
Warning: include(../FCKeditor/fckeditor.php) [function.include]: failed to open stream: No such file or directory in /home/*******/public_html/admin/preowned_add.php on line 3
Warning: include(../FCKeditor/fckeditor.php) [function.include]: failed to open stream: No such file or directory in /home/*******/public_html/admin/preowned_add.php on line 3
Warning: include() [function.include]: Failed opening '../FCKeditor/fckeditor.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*******/public_html/admin/preowned_add.php on line 3
and then also getting:
Fatal error: Class 'FCKeditor' not found in /home/********/public_html/admin/preowned_add.php on line 109
Thanks for any assistance you can offer!!
Question from a total newbie to FCKeditor, so I ask your indulgence.
Just moved a site over from one server to another, and am now receiving multiple errors.
Please forgive asterisks - for client privacy.
First is:
Warning: include(../FCKeditor/fckeditor.php) [function.include]: failed to open stream: No such file or directory in /home/*******/public_html/admin/preowned_add.php on line 3
Warning: include(../FCKeditor/fckeditor.php) [function.include]: failed to open stream: No such file or directory in /home/*******/public_html/admin/preowned_add.php on line 3
Warning: include() [function.include]: Failed opening '../FCKeditor/fckeditor.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*******/public_html/admin/preowned_add.php on line 3
and then also getting:
Fatal error: Class 'FCKeditor' not found in /home/********/public_html/admin/preowned_add.php on line 109
Thanks for any assistance you can offer!!
Re: multiple errors - uninstall/reinstall
I've looked thru the documents page, and unless I'm missing it, I don't find directions to uninstall.
Can somebody at least point me the right direction?
Thanks!
Re: multiple errors
The message says that /home/*******/public_html/FCKeditor/fckeditor.php doesn't exist.
So your include statement is wrong. Just locate the file beforehand.