Hi all!
Ive been trying to get FCKeditor working on my webhost but still no succes.
Ive got it working locally but not online, maybe someone knows what im doing wrong or maybe if the webhost needs some different settings or whatever..
Anyway, http://www.artwork-creations.com/test/index.php is the test file (copied from the docs installation), ive uploaded fckeditor into the same folder (/test/).
to view my code just use this link: http://www.artwork-creations.com/test/index.phps.
I also tried looking here but the search query's didnt gave me any hope..
Thanks in advance!
Wed, 02/04/2009 - 19:07
#1
Re: PHP Setup - The requested URL was not fount on the server
Re: PHP Setup - The requested URL was not fount on the server
Isn't that enough?
Re: PHP Setup - The requested URL was not fount on the server
<FCKeditorV2:FCKeditor ID="ShortDescription1FCKeditor" runat="server" BasePath="~/fckeditor/">
Re: PHP Setup - The requested URL was not fount on the server
Well i know that but the file is there and the path correspond to it.
I see you placed a ~ in front of the path location and i dont know what it means. I think it wont help on PHP though..
I also took the liberty to really discover the path by doing the following:
this way i could see the path where the file is located to check of there are no double slashes involved and if the path is correct.
O and also if you go directly to the document requested then you jsut get a blank screen, no 404 error message or something similar.
thanks for the reply's so far!
Re: PHP Setup - The requested URL was not fount on the server
you need to reference
/test/fckeditor/editor/fckeditor.html
not
/fckeditor/editor/fckeditor.html
You put the fckeditor folder under test, not in the root.
Re: PHP Setup - The requested URL was not fount on the server
Thanks for your reply!
Ive modified the basepath and now i get a blank page with only the button (owh and the echo's ive made of the paths).
Are their any specific host settings to be enabled or disabled for this to work ?
www.artwork-creations.com/test/index.php
source:
www.artwork-creations.com/test/index.phps