Instant Messenger List
-----
| Author | Message | |
|---|---|---|
|
adamofevil |
||
| Tue May 24, 2005 3:43 pm Post subject: Instant Messenger List | ||
|
Hi. I am a fan of your Instant Messenger List mod. I was using it and it stopped working for no reason. I have tried re-installing it on a fresh install of PHPBB 2 but it still does not work anymore. When clicking on the IM List button it just shows a blank list with no members. Can you check into this and see if there is something you need to update in this mod to make it start working again? Much appreciated.
Thanks, Adam |
||
|
Thoul |
||
| Thu May 26, 2005 5:44 pm Post subject: re: Instant Messenger List | ||
|
I can't think of any reason that it wouldn't work on a fresh install. The copy installed here works fine, and this forum is running phpBB 2.0.15 now.
|
||
|
Thoul |
||
| Fri Nov 11, 2005 7:18 am Post subject: re: Instant Messenger List | ||
|
I discovered the cause of this problem this morning. I think it might be due to a change in MySQL between MySQL 3 and MySQL 4. I was able to fix it by changing this line in imlist.php:
Code: $cfg['notall_default'] = "' ', 'none', NULL";
To: Code: $cfg['notall_default'] = "' ', 'none'";
I may release an update soon with this change applied. |
||
Page 1 of 1