Wiktor made it clear that it is invalid. But the BOM reply is still something strange. This is just a curiosity fact though. For me we can close this ticket. Wiktor found out that our config file in the server has the BOM : It is not a problem with our code base fortunately. Powered by Trac 1. Opened 14 years ago Closed 14 years ago Last modified 14 years ago. Oldest first Newest first Threaded. Show comments Show property changes. I called it directly while reenginering the response.
Replying to fredck : But the BOM reply is still something strange. Replying to fredck : Ok This document offers some guidelines that must be considered when developing server side integration for FCKeditor alias Server Side Integration Pack.
There are a few points of integration that every server side technology should have to be completely ready for FCKeditor. These are the main features:. This document will present the basic minimum features the integration must accomplish to. Any other feature is a welcome surplus. The scope of this document is to provide a generic pattern in the way the editor can have a homogeneous programming style even when being used from different languages.
This is the main integration feature needed. It makes it possible to create an instance of FCKeditor in a page using the desired server side language. Object oriented programming OOP should be used wherever is possible.
The Integration Pack should offer this functionality to the end user programmer:. Suppose the editor instance is called "MyEditor". The Integration pack should usually offer a main class, called "FCKeditor", in a file called "fckeditor. To be able to use the class the end user should just include a "link" to that file and then easily create an instance of it. Obviously this is the common scenario for scripting languages.
Existing, ready-to-go implementations: net. Declaring an implementation After your have chosen your desired implementation, you have to declare it. The messages Hint: The resolver system is fail-safe concerning localized message retrieval. This means that if a localized message cannot be found, the default message will be used by default. Property Default Valid Values Description editor. I notice execute was not checked so I checked it. I tried uploading with FCKeditor and it worked.
Just make sure your uploading the right file type to the right area or you might get invalid file or invalid file type message. SYS is undefined error message on my web pages.
Its a javascript error that usually happens when it can't find something. There are tons of reasons why you might get this error message if you google for it. It went into my config file an made the correct setting change for enabling execute permission, however it erased all my handler setting!!!!
I took a backup copy of my webconfig and manually readded the settings. I think maybe its better to manually edit the webconfig file instead of letting IIS7 do it because it will do it but it might erase some of your settings.
Hope this helps. Like Sohnee says its most likly permissions, also make sure the 'uploads' folder actually exists in your 'public' folder I'm not sure where this is in ASP. How are we doing? Please help us improve Stack Overflow. Take our short survey.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams?
0コメント