BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...FCKEditor not working after upgrade to 0.8.185.0 (RC3)FCKEditor not working after upgrade to 0.8.185.0 (RC3)
Previous
 
Next
New Post
4/22/2010 3:12 AM
 

Upgrade worked fine but I could not get the text editor to work.

With unmodified web.config: BasePath="FCKEditor/"

404 Error:

Requested URL http://localhost:80/FCKEditor/editor/fckeditor.html?InstanceName=ctl00_Content_DescriptionHtmlEditor_DescriptionHtmlEditor&Toolbar=Default
Physical Path C:\inetpub\wwwroot\FCKEditor\editor\fckeditor.html

With modified web.config: BasePath="\FCKEditor\"

404 Error:

Requested URL http://localhost:80/BugNet/Issues/FCKEditor/editor/fckeditor.html?InstanceName=ctl00_Content_DescriptionHtmlEditor_DescriptionHtmlEditor&Toolbar=Default
Physical Path C:\BugNet\Issues\FCKEditor\editor\fckeditor.html

I also tried basepath="..\FCKEditor\" and that did not show an error but the text edit control was entirely a flat blank rectangle.

What might I do to get the editor back. I had to prefix with a single slash last version.

 
New Post
4/22/2010 6:34 AM
 

You can try removing it completely. The default is "/FCKEditor/"


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
4/22/2010 7:31 AM
 

I just had this issue as well. It should be using a path relative to the install directory since not everyone has BugNET installed on the root of their web server. I either need to move the FCKEditor to a new directory off the root of my web server (which is not a good solution), or modify the app code to point to the correct location (also not a good solution).

 
New Post
4/22/2010 3:57 PM
 
admin wrote:

You can try removing it completely. The default is "/FCKEditor/"

I've tried that also. I've tried every combination of removal and changes I can think of, and still no success.

Original or invalid path

With absolute path

 
New Post
4/23/2010 5:11 AM
 

BasePath="/BugNET/FCKEditor/"

Did the trick, thanks to epinci from this thread

 
Previous
 
Next
HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...FCKEditor not working after upgrade to 0.8.185.0 (RC3)FCKEditor not working after upgrade to 0.8.185.0 (RC3)


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.