<?php
include("fck1/fckeditor.php") ;
$oFCKeditor = new FCKeditor('nazwapola') ;
$oFCKeditor->BasePath = 'fck1/';
$oFCKeditor->Value = '';
$Config['UserFilesPath'] = '/_userfiles/images/' ;
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Create() ;
?>
Tue, 07/31/2007 - 20:04
#1

Re: FCKEditor just doesn't appear ... wierd problem.
What happens when you try to access the pages using "localhost" instead of "ściażka"
Re: FCKEditor just doesn't appear ... wierd problem.
Re: FCKEditor just doesn't appear ... wierd problem.
If everything works in the web and the same files doesn't work exactly with the same configuration in local, then you'll have to start a witch hunt.
Re: FCKEditor just doesn't appear ... wierd problem.