Hi,
i have just uploaded my website on the web server.
When i tried to open a page "news.php" with FCKeditor i found this errors:
and:
why??
thx
i have just uploaded my website on the web server.
When i tried to open a page "news.php" with FCKeditor i found this errors:
Warning: include(/js/FCKeditor/fckeditor.php) [function.include]: failed to open stream: No such file or directory in /home/u14d2c2z/domains/tapsosnuoto.it/public_html/admin/nuovanews.php on line 7 Warning: include() [function.include]: Failed opening '/js/FCKeditor/fckeditor.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/u14d2c2z/domains/tapsosnuoto.it/public_html/admin/nuovanews.php on line 7
and:
Fatal error: Class 'FCKeditor' not found in /home/u14d2c2z/domains/tapsosnuoto.it/public_html/admin/nuovanews.php on line 42
why??
thx
Re: errors on PHP
Re: errors on PHP
Your problem is just the configuration path for the Fckeditor class!
In the web server, the path is simply different from your desktop server...
Is it very difficult to see and understand that?
In the file called "nuovanews.php", you should modify the include path to "fckeditor.php".
Hope this helps.
BR
Avairet
Re: errors on PHP
this is my line 42 and other:
where is the problem??
Re: errors on PHP
in Unix FCKeditor is different than fckeditor