
greg at node79
Mar 1, 2008, 11:21 AM
Post #2 of 2
(1987 views)
Permalink
|
I can only duplicate the problem on Firefox (IE7 and Safari are both ok) but Phillip says this seems to have cleared up the problem (from bricolage.conf): # disable all plugins XINHA_PLUGINS = [''] Rather than disable all plugins, that line tries to load one with an empty string as its name (thus the search for the file "/plugins//.js") Setting it to an empty array should fix things: # disable all plugins XINHA_PLUGINS = [] XINHA_PLUGINS has the SpellChecker plugin enabled in the default bricolage.conf, so this will only be an issue if you're customizing Xinha yourself. On 1-Mar-08, at 12:19 PM, Phillip Smith wrote: > Shortly after my big love-in with Xinha on a recent project, I > realized that only Mac users were actually seeing the WYSIWYG area. > The Windows users didn't realize it should be there, so they didn't > think to mention that it wasn't! Anyway, I went digging and found > this: > > [Sat Mar 1 16:56:06 2008] [error] [client 209.17.141.130] File does > not exist: > /home/nader/bricolage/comp/media/wysiwyg/xinha/plugins//.js > > I'm not super familiar with Xinha, so I'm reluctant to get digging > in there. However, it looks like something in XinhaCore.js may be > mucked up.... thoughts? > > Phillip. > --- Greg Heo web/software systems developer greg [at] node79 416.826.7630
|