I have a PHPlist installation which uses FCKeditor. On most machines it works fine. On one machine the editor will not load.
In an attempt to determine why, I viewed the source.
On the machine it loads on, the words FCKeditor appear once on the page:
<iframe id="message___Frame" src="./FCKeditor/editor/fckeditor.html?InstanceName=message&Toolbar=Default" width="600" height="600" frameborder="0" scrolling="no"></iframe>
On the machine it does not load on, if I view the source correctly, it is attempting to find some fckeditor file on my hard drive.
C:\Documents and Settings\main\Local Settings\Temporary Internet Files\Content.IE5\6JUZACOX\fckeditor[1].html
Any ideas why this one machine will not load FCKeditor?
Thanks!
In an attempt to determine why, I viewed the source.
On the machine it loads on, the words FCKeditor appear once on the page:
<iframe id="message___Frame" src="./FCKeditor/editor/fckeditor.html?InstanceName=message&Toolbar=Default" width="600" height="600" frameborder="0" scrolling="no"></iframe>
On the machine it does not load on, if I view the source correctly, it is attempting to find some fckeditor file on my hard drive.
C:\Documents and Settings\main\Local Settings\Temporary Internet Files\Content.IE5\6JUZACOX\fckeditor[1].html
Any ideas why this one machine will not load FCKeditor?
Thanks!