Postponed (maintainer needs more info)
Project:
Instant messenger
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Jul 2009 at 09:04 UTC
Updated:
27 Nov 2009 at 13:40 UTC
Comments
Comment #1
pahariwalla commentedBummer... I don't see how chatroom would make any difference, but you might try to remove the chatroom and see if the error still comes. Here are a couple of interesting posts:
specially this one http://drupal.org/node/251886 - looks familiar because I'm using the same code in user.module to see who is online. I'd be interested to see what happens if you enable the stock Drupal block "Who's Online". I'm guessing that you'll get the same error.
Another similar post: http://drupal.org/node/318689
My hunch is that this has something to do with your environment, like PHP and MySQL "max memory" settings.
So, a couple pieces of information that will be handy in solving this, other than the memory limits:
1) How many users do you have?
2) Have you cleaned up the sessions table recently? This table can get pretty big, even if your registerd users are not too many because it will create a record for every session started by every unauthorized user as well as authorized users. To clean it, you can "delete from sessions where timestamp < xxxx" where xxxx is less than yesterday, or a a couple days ago. That way you won't be messing up anyone's current session.
Please make another post if you've been able to resolve the issue so others can find the answer. ;-)
Comment #2
Mr P commentedI've just cleaned everything up and am trying again. Have turned off report logging which I just switched on recently and think may be linked to problem. Only have a few trial users now.
Errors stopped - will let you know if come back.
Comment #3
Mr P commentedSeperate issue but am also getting this in ie:
Webpage error details
Message: 'console' is undefined
Line: 124
Char: 9
Code: 0
URI: http://www.xxx.org/sites/all/modules/im/im.js?6
Comment #4
pahariwalla commentedThanks Mr P .. glad the errors stopped and would be interested if they come back
Comment #5
pahariwalla commentedUgh ... my bad ... forgot to delete my debugging trace instructions ...
I've commit the fix but it may rake a few hours before drupal creates a new tarball ...
meanwhile, you can get the new version of im.js from http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/im/im.js?vi...
call me lazy, but it's hard to test in all browsers after every change .. oops.
Comment #6
Mr P commentedAnd another:
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 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Thu, 16 Jul 2009 20:06:17 UTC
Message: Object doesn't support this property or method
Line: 228
Char: 5
Code: 0
URI: http://www.xx.org/sites/all/modules/im/im.js?s
Comment #7
pahariwalla commentedCan you tell me which version of im.js you are using. or else attach the file to this post so I can see which line is crapping out? thanks
Comment #8
Mr P commentedLatest - July 16th. Good module, by the way.
Comment #9
pahariwalla commentedhmm ... don't know what's broken where for you ... can you tell me where you see this message and what you did do get it? Did you see it in Firebug? FF Javascript Error window?
Comment #10
pahariwalla commentedComment #11
Mr P commentedIn IE8. Error message ! bottom left of screen. Just checked after installing latest version and got this:
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 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Sun, 26 Jul 2009 17:28:29 UTC
Message: Object doesn't support this property or method
Line: 240
Char: 5
Code: 0
URI: http://www.permaculturefrance.org/sites/all/modules/im/im.js?Y
Comment #12
pahariwalla commentedtagging