Opened 15 years ago
Closed 15 years ago
#3938 closed Task (invalid)
CreateHtml() failes to return string value
Reported by: | Fredrik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.5 |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Cc: |
Description
Hi.
I have just put up this great editor at one of my homepages. I know, the simple use of just calling the functions from å plaine php file is easy and straight forward.
The problem that occured, was when I tried to store my php-FCK-object in my own session routine. In details: I assigned a FCK object to a variable in my Control Object stored in the php-Session.
Like this: $_SESSIONAUTH?->workbench->editor->fckeditor->CreateHtml();
When I "echo" this from my php file directly, I actually works like it should. No problem at all.
The odd thing is when I call the fckeditor->CreateHtml(); from the editor object, It failes.
Specific:
$this->fckeditor->CreateHtml(); failes
Anybody that have a clue why this is happening? I think I have checked all the blog post I could find at gogle without finding the answer. Maybe I missed something basic?
Regards
Change History (1)
comment:1 Changed 15 years ago by
Keywords: | createhtml removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The dev Trac site is for reporting bugs where you have a reproducible prove that the fault is in the editor's code.
For tech support questions, I suggest you try our forums at http://www.fckeditor.net/forums/. Or use our paid support services (http://www.fckeditor.net/support).