HTML area widgets not working

Widgets of type 'htmlarea' are not showing up properly from web servers running on my local host computers. I'm using Xataface 1.3.2 on two different platforms:-
Windows XP / Apache 2 / PHP 5.2.17
Ubuntu 12.04 / Apache 2 / PHP 5.3.10
The problem appears on both systems. Here is a paste from the JavaScript error message using Internet Explorer:-
The same code running on the real web sites on a remote host seem to be fine. This seems quite bizarre, expecially as I would have expected to have noticed the problem long ago, unless the problem has somehow just introduced itself.
Any ideas?
Thanks,
Andrew.
Windows XP / Apache 2 / PHP 5.2.17
Ubuntu 12.04 / Apache 2 / PHP 5.3.10
The problem appears on both systems. Here is a paste from the JavaScript error message using Internet Explorer:-
- Code: Select all
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)
Timestamp: Tue, 7 Aug 2012 13:29:37 UTC
Message: Permission denied
Line: 25
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
Message: 'FCKConfig' is null or not an object
Line: 27
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/fckconfig.js
Message: Permission denied
Line: 25
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
Message: 'FCKConfig' is null or not an object
Line: 27
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/fckconfig.js
Message: 'FCKBrowserInfo.IsIE' is null or not an object
Line: 58
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/fckeditor.html?InstanceName=current_text&Toolbar=Default
Message: 'FCKBrowserInfo.IsIE' is null or not an object
Line: 58
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/fckeditor.html?InstanceName=new_text&Toolbar=Default
Message: 'FCKConfig.PageConfig' is null or not an object
Line: 34
Char: 1498
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
Message: 'FCKConfig.PageConfig' is null or not an object
Line: 34
Char: 1498
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
Message: 'FCK.ContextMenu' is null or not an object
Line: 107
Char: 158
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
Message: 'FCK.ContextMenu' is null or not an object
Line: 107
Char: 158
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
Message: 'FCKLang' is undefined
Line: 117
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/fckeditor.html?InstanceName=current_text&Toolbar=Default
Message: 'FCKLang' is undefined
Line: 117
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/fckeditor.html?InstanceName=new_text&Toolbar=Default
Message: 'FCKBrowserInfo.IsGecko' is null or not an object
Line: 183
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/fckeditor.html?InstanceName=current_text&Toolbar=Default
Message: 'FCKBrowserInfo.IsGecko' is null or not an object
Line: 183
Char: 1
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/fckeditor.html?InstanceName=new_text&Toolbar=Default
Message: Access is denied.
Line: 39
Char: 975
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
Message: Access is denied.
Line: 39
Char: 975
Code: 0
URI: http://desktop3/All%20Sites/public_html/xataface-1.3.2/lib/FCKeditor/editor/js/fckeditorcode_ie.js
The same code running on the real web sites on a remote host seem to be fine. This seems quite bizarre, expecially as I would have expected to have noticed the problem long ago, unless the problem has somehow just introduced itself.
Any ideas?
Thanks,
Andrew.