HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsChatChatError: Error: 'undefined' is null or not an object. in Chat Module After Upgrading to DNN 5.1.2
Previous
 
Next
New Post
11/2/2011 11:56 PM
 
i am using dnn 6,and i have this error in ie8 browser 'Error: Unable to get value of the property 'getAttribute': object is null or undefined'


 
New Post
11/30/2011 12:40 PM
 
What Version did you install?  Have you read the comment to the last stable release on dnn.codeplex.com?  Have you tried the beta?
 
New Post
2/8/2012 11:58 PM
 

Hi 

I have tried this 

To apply this workaround, you need to edit DesktopModules\Chat\DnnChat.js:

  • Go to line 59. The preceeding lines should be:
    function receiveChatMessage(result, context) { try { 
  • Paste the following:
     // WORKAROUND: MSXML is choking on a lead character that we're getting. // So strip off anything before the opening '<' while ((result.length > 0) && !(result.charAt(0) == '<')) { result = result.slice(1); } 
    
        
    And I am still getting getting the same error message http://designwebsites.co.nz/Home.aspx 
 
New Post
2/16/2012 4:44 AM
 
Angiline wrote:

Hi 

I have tried this 

To apply this workaround, you need to edit DesktopModules\Chat\DnnChat.js:

  • Go to line 59. The preceeding lines should be:
    function receiveChatMessage(result, context) { try { 
  • Paste the following:
     // WORKAROUND: MSXML is choking on a lead character that we're getting. // So strip off anything before the opening '<' while ((result.length > 0) && !(result.charAt(0) == '<')) { result = result.slice(1); } 
    
        
    And I am still getting getting the same error message http://designwebsites.co.nz/Home.aspx 

 Hi Angiline,

what Browser did you use?  I tested with I.E 9 and it looks as the Chat Module worked.  Please tell me also the DNN Version and Chat Verion you are using.

Thanks

 
Previous
 
Next
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsChatChatError: Error: 'undefined' is null or not an object. in Chat Module After Upgrading to DNN 5.1.2


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me
DotNetNuke Store

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

Telerik JustCode Free
DotNetNuke DNN Hosting
Exact Target Exec Alert

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.