Skip to Content Skip to Menu

problem when I send a message in uddeim

16 years 1 month ago #70655 by jimcapraro
problem when I send a message in uddeim was created by jimcapraro
Every time I send a PM in uddeim I get this:

Fatal error: Unsupported operand types in /home/mydomain/includes/router.php on line 141

I just installed uddeim today, it was working earlier and then I installed the hotfix 1 and started haveing problems. So, I uninstalled everyting (uddeim com, uddeim 2 modules & uddeim 2 CB plug-ins) and then reinstalled everything in the order: com, mod, mod, plugin, plugin.

It all works except fort the Fatal error message listed above. But even with the error message, the recipient still receives the PM.

How do I fix this?

Also, I seem to remember that uddeim has the capability of generating a sound when a pm arrives, am I correct? If so, I can't find where to configure it, can you point me to it?

Post edited by: jimcapraro, at: 2008/08/07 03:12

Post edited by: jimcapraro, at: 2008/08/07 04:17

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #70661 by slabbi
Replied by slabbi on topic Re:problem when I send a message in uddeim
Please use forum search:

www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,58/id,68818/#68818

www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,25/id,68981/#68981

In my opinion you
- do not have a menu link to uddeIM,
or
- a menu link is orphaned (also empty the trash in the backend which may contain old links).

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

Please Log in or Create an account to join the conversation.

16 years 1 month ago #70677 by jimcapraro
Replied by jimcapraro on topic Re:problem when I send a message in uddeim
deleting a disabled menu did it. thanks for pointing me in the right direction!

Post edited by: jimcapraro, at: 2008/08/07 22:12

Please Log in or Create an account to join the conversation.

  • beat
  • beat
  • ONLINE
  • Posts: 2169
  • Thanks: 463
  • Karma: 352
16 years 1 month ago #70703 by beat
maybe there is a check on the published state and mambo-gid for the menu itemid missing somewhere ? ;)

Here the CB query for CB profile:

[code:1]"SELECT id FROM #__menu WHERE link = 'index.php?option=com_comprofiler' AND published=1 AND access " . ( $_CB_framework->myCmsGid() == 0 ? "= " : "<= " ) . (int) $_CB_framework->myCmsGid() );
[/code:1]

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #70704 by slabbi
Replied by slabbi on topic Re:problem when I send a message in uddeim
There is already a check but it does not test the access level. I will change the behavior in the next version.

Thanks for the function, beat! This will fix some issues.

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

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum