My FCKeditor v2.6.8 comes up with blank pages occasionally, even though the data is present in the website.
Basically I'm using it to edit a bunch of pages with IDs specified in GET variables as usual. Some of the pages (same website, SQL table, just different ID number) work and some just blank out the FCKeditor, but there's data in the SQL table itself.
I've identified that if I use the utf8_encode() function on the data I'm passing to FCKeditor, then it works fine with all pages, but then puts an (A) with an "acute" sign on it, in front of the dashes. I've idenfied that by deleting some of the dashes in the problematic pages they start working, and by pasting the dashes into the working pages they stop working. Anyone able to offer help?
Basically I'm using it to edit a bunch of pages with IDs specified in GET variables as usual. Some of the pages (same website, SQL table, just different ID number) work and some just blank out the FCKeditor, but there's data in the SQL table itself.
I've identified that if I use the utf8_encode() function on the data I'm passing to FCKeditor, then it works fine with all pages, but then puts an (A) with an "acute" sign on it, in front of the dashes. I've idenfied that by deleting some of the dashes in the problematic pages they start working, and by pasting the dashes into the working pages they stop working. Anyone able to offer help?