[MAGNOLIA-5259] using fckeditor can not upload files Created: 26/Aug/13  Updated: 10/Mar/21  Resolved: 10/Mar/21

Status: Closed
Project: Magnolia
Component/s: fckeditor
Affects Version/s: 4.5.7
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: jian he Assignee: Unassigned
Resolution: Outdated Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

windows 7


Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled

 Description   

I've a web including fckeditor component.

I downloaded a 4.5.7 release, installed it and tried with demo data.

when I try to upload a image, the server returns a error "The server didn\'t reply with a proper XML data. Please check your configuration."

<script type="text/javascript" src="${ctx.contextPath}/.resources/fckeditor/fckeditor.js"></script>
<script type="text/javascript" src="${ctx.contextPath}/.resources/fckeditor/fckconfig.js"></script>
<script type="text/javascript">
window.onload=function(){
var oFCKeditor = new FCKeditor('messageText') ;
oFCKeditor.Value = '';
oFCKeditor.Height = '600px';
oFCKeditor.BasePath = "${ctx.contextPath}/.resources/fckeditor/";
oFCKeditor.ReplaceTextarea();
}


Generated at Mon Feb 12 04:03:29 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.