|
|
|
Re:uddeIM 1.2 - cb inbox notice non-object
|
|
Date: 2008/08/08 14:10
|
By: CarolKn
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
| Code: |
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);
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:uddeIM 1.2 - cb inbox notice non-object
|
|
Date: 2008/08/08 14:35
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1172 |   | |
|
CarolKn wrote:
| Code: |
75 $item_id=$database->loadResult();
...
145 $cm=stripslashes($cm);
|
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 Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
Re:uddeIM 1.2 - cb inbox notice non-object
|
|
Date: 2008/08/08 14:52
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1172 |   | |
|
@CarolKn
Add this to uddeim.php and uddeim.admin.php (near the beginning, e.g. first line):
| Code: |
error_reporting(E_ALL & ~E_NOTICE);
|
It suppresses the notices. uddeIM Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:uddeIM 1.2 - cb inbox notice non-object
|
|
Date: 2008/08/13 11:59
|
By: joseph
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 12 |   | |
|
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
|
|
The administrator has disabled public write access. |
|
|
|
Re:uddeIM 1.2 - cb inbox notice non-object
|
|
Date: 2008/08/13 12:09
|
By: slabbi
|
Status:
|
|
|
Karma: 69  
|
|
Moderator  | Posts: 1172 |   | |
|
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 Development CB Language Workgroup CB 3rd Party Developer
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:uddeIM 1.2 - PHP compatibility
|
|
Date: 2008/08/14 01:46
|
By: bytebandit01
|
Status: User
|
|
|
Karma: 0  
|
|
Junior Joomlapolitan  | Posts: 34 |   | |
|
|
is uddeIM 1.2 still compatible with PHP 4.x?
|
|
The administrator has disabled public write access. |
|
|