Hi,
I am struggling with the probem to get CuteEditor running on my webserver.
- I have several customer websites on this server, all in seperate directories off course. Let's use ../web1 as an example
- I am calling Cute Editor from a subdirectors called web1/rs
- CuteEditor is installed in .../scripts/CuteEditor_files
- I have created a virtual directory in web1 called cute_editor pointing to .../scripts/CuteEditor_files
For test purposes I am using the file simple.asp (delivered with the package)
- The include is: <!-- #include file = "include_CuteEditor.asp" -->
First problem: This does not work. The file is not found. When I copy the file to the directory .../web1/rs then it is OK
- For editor.FilesPath I use: editor.FilesPath = "/cute_editor"
This does not work and returns the error message
Serverobjekt Fehler "ASP 0177 : 800401f3'
Server.CreateObject-Fehler
/rs/include_CuteEditor.asp, line 861
800401f3
"Fehler" means error
I am lost. Can anyone help.
By the way: on my local server everything works fine!
Volker Gottwald