Asp.net Fckeditor 错误 error loading  fckstyles.xml status 200 在VS2005中测试没问题!!上传到虚拟主机就出不行了!
高手啊怎么办。如之奈何!!

解决方案 »

  1.   

    不行你再看看这个http://www.china-aspx.com/forum/showtopic-57.aspx
      

  2.   

    这个帖子是我前几天用FCKedITor碰到error loading后,在网上搜到的几种解决方法 。 
    但都没有解决我的问题。一直出现Error loading "/我的论坛/fckedITor/fckstyles.XML"后来无奈之下放弃fckedITor,使用了FreeTextBox。 
    之后我下载过几个实例学习,发现实例用的都是FCKeditor,我把里面的fckeditor文件夹拷贝到我写的网站里,还是出现那个错误,这说明不是fckedITor的配置文件出问题,是我的网站项目问题。 
    后来随便创建了一个网站名字ceshi,把fckedITor放进去,居然正常运行! 
    受到这个启发,我把以前的名字“我的论坛”改成“MyBBS”,正常运行,也没有报错了!!! 
    错误的原因就在:项目文件名不能是中文,否则不能正常读取fckstyles.XML文件! 
      

  3.   

    不是中文的问题吧!
    没有一个文件夹是中文的
    ---------------------------
    Microsoft Internet Explorer
    ---------------------------
    URL requested: "http://www.myzenpark.com/fckeditor/fckstyles.xml"Server response:Status: 200Response text:<?xml version="1.0" encoding="utf-8" ?><!-- * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * *  - GNU General Public License Version 2 or later (the "GPL") *    http://www.gnu.org/licenses/gpl.html * *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") *    http://www.gnu.org/licenses/lgpl.html * *  - Mozilla Public License Version 1.1 or later (the "MPL") *    http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * This is the sample style definitions file. It makes the styles combo * completely customizable. * * See FCKConfig.StylesXmlPath in the configuration file.--><Styles> <!-- Block Styles --> <!-- # These styles are already available in the "Format" combo, so they are not # needed here by default. <Style name="Heading 1" element="h1" /> <Style name="Heading 2" element="h2" /> <Style name="Heading 3" element="h3" /> <Style name="Heading 4" element="h4" /> <Style name="Heading 5" element="h5" /> <Style name="Heading 6" element="h6" /> <Style name="Paragraph" element="p" /> <Style name="Document Block" element="div" /> <Style name="Preformatted Text" element="pre" /> <Style name="Address" element="address" /> --> <!-- Inline Styles --> <!-- # These are core styles available as toolbar buttons. <Style name="Bold" element="b"> <Override element="strong" /> </Style> <Style name="Italic" element="i"> <Override element="em" /> </Style> <Style name="Underline" element="u" /> <Style name="Strikethrough" element="strike" /> <Style name="Subscript" element="sub" /> <Style name="Superscript" element="sup" /> --> <Style name="Marker: Yellow" element="span"> <Style name="background-color" value="Yellow" /> </Style> <Style name="Marker: Green" element="span"> <Style name="background-color" value="Lime" /> </Style> <Style name="Big" element="big" /> <Style name="Small" element="small" /> <Style name="Typewriter" element="tt" /> <Style name="Computer Code" element="code" /> <Style name="Keyboard Phrase" element="kbd" /> <Style name="Sample Text" element="samp" /> <Style name="Variable" element="var" /> <Style name="Deleted Text" element="del" /> <Style name="Inserted Text" element="ins" /> <Style name="Cited Work" element="cite" /> <Style name="Inline Quotation" element="q" /> <Style name="Language: RTL" element="span"> <Attribute name="dir" value="rtl" /> </Style> <Style name="Language: LTR" element="span"> <Attribute name="dir" value="ltr" /> </Style> <Style name="Language: RTL Strong" element="bdo"> <Attribute name="dir" value="rtl" /> </Style> <Style name="Language: LTR Strong" element="bdo"> <Attribute name="dir" value="ltr" /> </Style> <!-- Object Styles --> <Style name="Image on Left" element="img"> <Attribute name="style" value="padding: 5px; margin-right: 5px" /> <Attribute name="border" value="2" /> <Attribute name="align" value="left" /> </Style> <Style name="Image on Right" element="img"> <Attribute name="style" value="padding: 5px; margin-left: 5px" /> <Attribute name="border" value="2" /> <Attribute name="align" value="right" /> </Style></Styles>/*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/
    ---------------------------
    确定   
    ---------------------------
      

  4.   

    我用的是中资源的空间  我也出现问题了Error loading "http://www.show0571.com/fckeditor/fckstyles.xml" Do you want to see more info?