I have new, downloaded and unpacked FCKEditor , I put it into sample site (Just blank PHP file with only html, body and head ...):
<?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() ; ?>
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.
I'll just test my scripts on my host ... a little more work, but I'll surviwe

I hate if something doesn't work, and I don't know why ...
Next thing is, that this textarea acting like FCK, converts htmlspecialchars, enter = <p> , and it changing nl2br ... only this toolbar... and CTRL+V doesn't work.
Maybe after next format "everything's gonna be all right"