PHPcoderequire_once ('fckeditor/fckeditor_php5.php'); $ fck = newFCKeditor ('content'); $ fck-& gt; BasePath = 'fckeditor /'; fckeditor does not display issues locally
PHP code
Require_once ('fckeditor/fckeditor_php5.php'); $ fck = new fckeditor ('content'); $ fck-> BasePath = 'fckeditor /'; $ fck> Width = "100%"; $ fck-> Height = "400px"; $ fck-> Create ();
If I write this, the path is correct and can be called on the server, but it is not displayed on the local machine.
What's going on?
------ Solution --------------------
It may be a path problem.
It should be include ("fckeditor/fckeditor. php"); right?
------ Solution --------------------
Path Problem. check it!
------ Solution --------------------
Local environment information? Enable all error messages
------ Solution --------------------
1. js path problems
2. fckeditor package problems
3. call problems (online tutorial)