Hello,
I am using 1.4 and Cold Fusion. For some reason with one of my sites the text I am pulling from the DB isn't showing up in the editor. Though, it works for other sites where I use it and I'm not doing anything different on the new site.
Are there any common reasons why this might be happening? Even when I save the text (which is blank) it's doesn't overwrite what is in the database the same content is still there in the DB.
Any suggestions?
Thanks,
Josh Ingram
I am using 1.4 and Cold Fusion. For some reason with one of my sites the text I am pulling from the DB isn't showing up in the editor. Though, it works for other sites where I use it and I'm not doing anything different on the new site.
Are there any common reasons why this might be happening? Even when I save the text (which is blank) it's doesn't overwrite what is in the database the same content is still there in the DB.
Any suggestions?
Thanks,
Josh Ingram
RE: No Text In Editor
Josh
RE: No Text In Editor
Did you double-check and make sure that the field name/id are correct? That was the problem I had (although mine is PHP) when I was experiencing the same difficulties as you.
I had my field name set using one name in the FCKeditor block:
$FCKeditor->CreateFCKeditor( '<b>MyEditor</b>', '100%', 400 );
but had used a different field name to pass the form content into the database. That may likely be the root of your problem.
Hope this helps!
AnissaT