I'm getting this error after moving from 2.3.2/Mac OS X to 2.4.3/Linux. Here's the code that generating the error:
<script type="text/javascript" src="../FCKeditor/fckeditor.js"></script> <script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor( 'FCKeditor1' ); oFCKeditor.BasePath = '/FCKeditor/'; oFCKeditor.ToolbarSet = 'GL-Minimal'; oFCKeditor.ReplaceTextarea(); var oFCKeditor = new FCKeditor( 'FCKeditor2' ); oFCKeditor.BasePath = '/FCKeditor/'; oFCKeditor.ToolbarSet = 'GL-Minimal'; oFCKeditor.ReplaceTextarea(); sublist(document.listselect.____SITE[document.listselect.____SITE.selectedIndex].value); } </script>
<textarea id="FCKeditor1" name="____TEASER" rows="4" cols="40"></textarea><br /> <textarea id="FCKeditor2" name="____BODY" rows="20" cols="40"></textarea><br />
Re: C has no properties
Re: C has no properties
Re: C has no properties
I downloaded FCKeditor directly to my server and decompressed it, so there was nothing to FTP. I have cleared my browser cache numerous times, and I'm not going through a proxy on either end.
Re: C has no properties