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