Hi to all,
I have upgrade my fckeditor from version 2.2 to 2.4.3 and now it doesn't work. I try the code on my localhost server, and it work good, but when I upload it to production server, it doesn't load the editor. I have try the sample files, and this is the error:
PHP Fatal error: Class 'FCKeditor' not found in /var/www/httpsdocs/fckeditor/_samples/php/sample02.php on line 88
My server is running in SSL, Php 5.0.4 safe mode.
Anyone have the same problem??? I downgrade to version 2.2??? I wait to version 2.5???
Lot of thanks!
Tue, 07/17/2007 - 17:37
#1
Re: Problem SSL+PHP
I solved changing this lines in /fckeditr/fckeditor.php
if ( version_compare( phpversion(), '5', '<' ) )
include_once(dirname(__FILE__). '/fckeditor_php4.php' ) ;
else
include_once(dirname(__FILE__). '/fckeditor_php5.php' ) ;