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() ; ?>
In theory ... it should work perfectly ... but it doesn't.
The problem is, that when I open my file from browser (using localhost webserver - WebServ/Vertrigo/WAMP - doesn't mather)
I see only empty textarea. But that's not everything - in internet explorer I got notice that there is error ...
syntax error in http://ściażka/fckeditor.html?InstanceName=nazwapola&toolbar=Default row 63 sign 26 ...
But this is wierd if this is just downloaded and unpacked file ...
And here comes the funniest part...
When I upload my fck1 folder and sample file on my web hosting everything is OK ...
And as I remember ... about 2 weeks ago, everything was good on my local machine too ...
Someone know what's going on ?
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.
ścieżka means path ... i forgot to change it to english before posting

path can be anything , localhost or my domains
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"