Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Error: illegal character Source File: http://www.myserver.com/FCKeditor/editor/js/fckeditorcode_gecko.js

  • Nema odgovora
  • 29 ima ovaj problem
  • 1 view
more options

For some reason, FCKeditor would not load in Firefox Turns out Apache was serving up the javascript files as the wrong FileType, so Firefox would choke on some jibberish characters:

Source File: http://www.myserver.com/FCKeditor/editor/js/fckeditorcode_gecko.js Line: 1, Column: 1

The fix is easy enough, simply add an .htaccess file to your dir containing the following: AddType application/x-javascript .js

For some reason, FCKeditor would not load in Firefox Turns out Apache was serving up the javascript files as the wrong FileType, so Firefox would choke on some jibberish characters: Source File: http://www.myserver.com/FCKeditor/editor/js/fckeditorcode_gecko.js Line: 1, Column: 1 The fix is easy enough, simply add an .htaccess file to your dir containing the following: AddType application/x-javascript .js