I moved a working site from a windows test box to a linux server, only to discover that nicEdit wouldn't load. In drupal, I was getting a "file not found" error for sites/all/modules/wysiwyg/nicedit/nicedit.js. Looking at the folder, the file gets extracted as nicEdit.js, which seems to make no difference in windows, but stops it being found on Linux.
Changing the file name to nicedit.js got everything working again.

Colin

CommentFileSizeAuthor
#1 wysiwyg-HEAD.nicedit.patch1.58 KBsun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Active » Fixed
FileSize
1.58 KB

oh! Good catch! Thank you!

Committed attached patch to all branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

astridman’s picture

Hate to reopen this but the issue goes further (or at least I think it does).

The 'niceEditorIcons.gif' filename listed in nicedit.inc causes the toolbar icons NOT to show up on *nix systems (what is the developer thinking?? ALWAYS SMALLCAP FILENAMES ALL THE TIME! except when you're yelling.)

Also might be an issue in the nicedit.js script.