Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 Next > End >>
Re:Class mosUser not found (quick message)
Date: 2008/09/17 16:15 By: pmbx Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 20
graphgraph
Critical Error: Failed to write to configuration file: /Users/uams1983/Sites/joomla157/administrator/components/com_uddeim/config.class.php



Sorry, I did forget to mention that I did chmod this to 777 as I had alreday done before, so I don't think this affects anything.
Click here to see the profile of this user The administrator has disabled public write access.

Re:Class mosUser not found (quick message)
Date: 2008/09/18 09:38 By: beat Status: Admin  
Karma: 244  
Admin

Posts: 4066
graphgraph
slabbi wrote:
The connection feature is NOT uddeIM. It is a module in CB. So I am the developer of plug_pms_uddeim which processes quick messages.

So the mosUser error should be gone. If it is still present then I am pretty sure it is not present in an uddeIM plugin.


Hi Slabbi,

The problem seems to be in the plug_pms_uddeim plugin.

The core CB pms plugin supports UddeIM 1.3 and seems to work fine. (we use same core CB plugin on this site).

Please see this thread:
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,74686/catid,58/ limit,6/limitstart,0/

(ping me if I can help ).
Beat - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The administrator has disabled public write access.

Re:Class mosUser not found (quick message)
Date: 2008/09/18 09:58 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1177
graphgraph
@beat:

Very strange. I am running the plugin on my sites (1.0 and 1.5) without problems.

But I do not use CB 1.2. Can you check the trunk version please?
uddeIM Development
CB Language Workgroup
CB 3rd Party Developer
Click here to see the profile of this user The administrator has disabled public write access.

Re:Class mosUser not found (quick message)
Date: 2008/09/18 10:13 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1177
graphgraph
Could someone with this problem send me a superadmin login to his site please?

And I need extplorer installed in order to modify the plugin. Thats the only way to identify the problem since it runs on my and several other servers fine.
uddeIM Development
CB Language Workgroup
CB 3rd Party Developer
Click here to see the profile of this user The administrator has disabled public write access.

Re:Class mosUser not found (quick message)
Date: 2008/10/12 22:42 By: bomzin Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 7
graphgraph
We had this problem when we first loaded CB 1.2 rc2 and the code change worked . After upgrading to RC3 changing the code doesn't seem to be working .

instead it is giving this code on a rather white page

Parse error: syntax error, unexpected T_VARIABLE in /home/clandwor/public_html/components/com_comprofiler/plugin/user/plug_pmsuddeim/pms.uddeim.php on line 224

here is the code we changed to just to double check.

if ($fromid) {
$sql="SELECT username FROM #__users WHERE id=".(int)$fromid;
$_CB_database->setQuery($sql);
$from =_CB_$database->loadResult();

} else {
$from = null;
}

$sql="SELECT username FROM #__users WHERE id=".(int)$toid;
$_CB_database->setQuery($sql);
$to =_CB_$database->loadResult();

More then happy to give you rights slabbi if you want to take a look . PM me if you want
Click here to see the profile of this user The administrator has disabled public write access.

Re:Class mosUser not found (quick message)
Date: 2008/10/13 18:12 By: slabbi Status: CB Doc subscriber  
Karma: 69  
Moderator

Posts: 1177
graphgraph
This should already be fixed in uddeIM 1.4...?!?

Code:

 $from =_CB_$database->loadResult();



"$" is missing before "_CB_$database".

Post edited by: slabbi, at: 2008/10/14 15:20
uddeIM Development
CB Language Workgroup
CB 3rd Party Developer
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login