View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011755 | phpList 3 application | Interface - Backend | public | 02-10-07 06:16 | 31-10-12 12:43 |
Reporter | paulbeaney | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.5 | ||||
Summary | 0011755: FCKeditor does not appear in the message or template editor windows | ||||
Description | Description ----------- After a fresh install (of 2.10.5 and 2.10.4) the FCKeditor frame does not appear in the message or template editor windows. No text area appears at all, so editing of any form is impossible. Workaround ---------- A quick fix is to remove the following line in fckphplist.php: line 589 // FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%> WARNING: I believe this this may leave a vulnerability open under certain conditions - see 'Cause' below' Cause ----- The cause seems to be having ASP-style tags turned on in PHP.ini: asp_tags = On This causes the <% and %> in the javascript to be interpreted as PHP opening and closing markers. I haven't been able to test this theory though, as I have to have ASP tags on for backward compatibility. | ||||
Tags | No tags attached. | ||||
|
Related forum discussion: http://forums.phplist.com/viewtopic.php?t=12245 |
|
Doesn't fix it for me in FireFox. asp_tags is set to Off in my php.ini and I removed line 589 from fckphplist.php but no luck. I see the FCK header with all the buttons but I can't enter in text or see test when editing an existing me. Work fine in IE 6 and 7 though. |
|
Hi Tristan, I think you have a different problem - when I had this problem I didn't get *any* FCKeditor window/toolbars/textarea at all. Regards, - Paul |
|
This fixed the Problem for me. Regards Stefan |