Skip to Content Skip to Menu

uddeIM 1.2 released

  • CarolKn
  • CarolKn
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
16 years 1 month ago #70780 by CarolKn
Replied by CarolKn on topic Re:uddeIM 1.2 - cb inbox notice non-object
[code:1]
73 $sql="SELECT id FROM #__menu WHERE link LIKE '%com_uddeim%' LIMIT 1";
74 $database->setQuery($sql);
75 $item_id=$database->loadResult();

...

139 if ($item->cryptmode==2)
140 $pms_show = sefRelToAbs("index.php?option=com_uddeim&Itemid=".$item_id."&task=showpass&messageid=".$item->id);
141 else
142 $pms_show = sefRelToAbs("index.php?option=com_uddeim&Itemid=".$item_id."&task=show&messageid=".$item->id);
143
144 $cm = getUddeIMmessage($item->message, "", $item->cryptmode, "", $this->config->cryptkey);
145 $cm=stripslashes($cm);
[/code:1]

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 #70783 by slabbi
Replied by slabbi on topic Re:uddeIM 1.2 - cb inbox notice non-object
CarolKn wrote:

[code:1]
75 $item_id=$database->loadResult();
...

145 $cm=stripslashes($cm);
[/code:1]


Ok, there is absolutely no reason why there is an error. In my opinion it is not uddeIM related but a problem with the server.
Sorry, I cannot help you with this problem.

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

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 #70785 by slabbi
Replied by slabbi on topic Re:uddeIM 1.2 - cb inbox notice non-object
@CarolKn

Add this to uddeim.php and uddeim.admin.php (near the beginning, e.g. first line):

[code:1]
error_reporting(E_ALL & ~E_NOTICE);
[/code:1]

It suppresses the notices.

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

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

  • joseph
  • joseph
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
16 years 1 month ago #71148 by joseph
Replied by joseph on topic Re:uddeIM 1.2 - cb inbox notice non-object
I got this error when I accesing inbox :

SQL errorDB function failed with error number 1054
Unknown column 'public' in 'field list' SQL=INSERT INTO jos_uddeim_emn (status, popup, public, userid) VALUES (1, 1, 0, 63)
SQL =

INSERT INTO jos_uddeim_emn (status, popup, public, userid) VALUES (1, 1, 0, 63)


Joomla 1.0.12
CB 1.1
UddeIM 1.2
FB 1.0.4

Please HELP

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 #71151 by slabbi
Replied by slabbi on topic Re:uddeIM 1.2 - cb inbox notice non-object
joseph wrote:

I got this error when I accesing inbox :


Is it really so difficult to use forum search or to read the first three or four stickys?

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 #71211 by bytebandit01
Replied by bytebandit01 on topic Re:uddeIM 1.2 - PHP compatibility
is uddeIM 1.2 still compatible with PHP 4.x?

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum