2 messages but nothing in inbox.

16 years 5 months ago #50276 by gadgetdad
2 messages but nothing in inbox. was created by gadgetdad
Howdy. I have the latest uddeIM plugin installed with CB1.1. Install went fine. I can send pms though the users tab, forum, it all works great. When I get notified though the CB Login module that I have 2 new messages, I click on the link. I go the the uddeIM mailbox page but there are no messages.

What am I not doing to make the messages show up in the inbox?

Thanks

Please Log in to join the conversation.

16 years 5 months ago #50278 by slabbi
Replied by slabbi on topic Re:2 messages but nothing in inbox.
Have you updated uddeIM from an earlier version e.g. 0.5b? Or do you use 3rd party software which writes into uddeIM's database tables?

Use the maintanence tab in the admin backend to fix this bug.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in to join the conversation.

16 years 5 months ago #50279 by gadgetdad
Replied by gadgetdad on topic Re:2 messages but nothing in inbox.
Hi and thank you for the reply.

No this is a brand new install for the 1st time.
I did the maintenance thing and it said 'nothing to do'.

Here is the actual output[code:1]#nnn (Username): [inbox|inbox trashed|outbox|outbox trashed]
inbox: messages stored in users inbox
inbox trashed: messages trashed from users inbox, but still in someones outbox
outbox: messages stored in users outbox
outbox trashed: messages trashed from users outbox, but still in someones inbox

#62 (Hopdadi): [0|1|3|0]
#71 (Oversoul): [0|2|1|0]
#72 (film_student): [0|0|0|0]
#73 (Dave): [0|0|0|0]
#74 (Enzo): [0|0|0|0]
#75 (Kiltboy): [0|0|0|0]
#76 (rayb): [0|0|0|0]
#77 (pdxbrit): [0|0|0|0]
#78 (chad.hicks): [0|0|0|0]
#79 (dale): [0|0|0|0]
#80 (markmott): [0|0|0|0]
#81 (crunch): [0|0|0|0]
#82 (wwenthin): [0|0|0|0]
#83 (BryanL): [0|1|0|0]
#84 (mysteryinferno): [0|0|0|0]
#85 (Wildbrewer): [0|0|0|0]
#86 (PurpleDuck): [0|0|0|0]
#87 (chirojedi): [0|0|0|0]
#88 (hopaholic): [0|0|0|0]
#89 (curtschultz): [0|0|0|0]

Wrong trash dates (inbox/outbox): 0/0

Nothing to do
[/code:1]

Please Log in to join the conversation.

16 years 5 months ago #50280 by slabbi
Replied by slabbi on topic Re:2 messages but nothing in inbox.
Do you use the "original" CB login module or the patched one delivered with uddeIM?

Do you use Joomla 1.0.x or 1.5?

Can you post a database dump of "jos_uddeim" table plz? Please remove the written messages.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in to join the conversation.

16 years 5 months ago #50281 by gadgetdad
Replied by gadgetdad on topic Re:2 messages but nothing in inbox.
Yes I use Joomla 1.5RC3, and the origional CB Login Module - here is the whole dump, I left the messages because they were short[code:1]

-- Table structure for table `jos_uddeim`
--

CREATE TABLE `jos_uddeim` (
`id` int(10) unsigned NOT NULL auto_increment,
`fromid` int(11) NOT NULL default '0',
`toid` int(11) NOT NULL default '0',
`message` text NOT NULL,
`datum` int(11) default NULL,
`toread` int(1) NOT NULL default '0',
`totrash` int(1) NOT NULL default '0',
`totrashdate` int(11) default NULL,
`totrashoutbox` int(1) NOT NULL default '0',
`totrashdateoutbox` int(11) default NULL,
`expires` int(11) default NULL,
`disablereply` int(1) NOT NULL default '0',
`systemmessage` varchar(60) default NULL,
`archived` int(1) NOT NULL default '0',
`cryptmode` int(1) NOT NULL default '0',
`crypthash` varchar(32) default NULL,
PRIMARY KEY (`id`),
KEY `toid_toread` (`toid`,`toread`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `jos_uddeim`
--

INSERT INTO `jos_uddeim` VALUES (2, 62, 83, 'seeing if this pm thing works. let me know', 1195068981, 0, 1, 1195068982, 0, NULL, NULL, 0, NULL, 0, 0, NULL);
INSERT INTO `jos_uddeim` VALUES (3, 62, 71, 'test quick message', 1195118755, 0, 1, 1195118778, 0, NULL, NULL, 0, NULL, 0, 0, NULL);
INSERT INTO `jos_uddeim` VALUES (4, 62, 71, 'test pm system from cb profile', 1195118778, 0, 1, 1195118804, 0, NULL, NULL, 0, NULL, 0, 0, NULL);
INSERT INTO `jos_uddeim` VALUES (5, 71, 62, 'test from oversoul', 1195120345, 0, 1, 1195120370, 0, NULL, NULL, 0, NULL, 0, 0, NULL);[/code:1]

Please Log in to join the conversation.

16 years 5 months ago #50285 by slabbi
Replied by slabbi on topic Re:2 messages but nothing in inbox.
Interesting. You have trashed messages without reading them. This seems to be a problem in cb_login.

uddeIM does actually not work with J!1.5rc2 (don't know if it is working in rc3), so it might be that
- either the "toread" flag (message has been read) is not set because of this incompatibility
or
- cb_login does not recognize these messages correctly.

You can try to change
[code:1]$query_pms_count="SELECT count(u.id) FROM #__uddeim u INNER JOIN #__users s ON u.fromid=s.id WHERE toread=0 AND toid=".(int)$my->id;[/code:1]

in cb_login to

[code:1]$query_pms_count="SELECT count(u.id) FROM #__uddeim u INNER JOIN #__users s ON u.fromid=s.id WHERE toread=0 AND totrash=0 AND toid=".(int)$my->id;[/code:1]

Post edited by: slabbi, at: 2007/11/15 20:13

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in to join the conversation.

Moderators: beatnantslabbikrileon
Time to create page: 0.290 seconds

Facebook Twitter LinkedIn