Skip to Content Skip to Menu

Class mosUser not found (quick message)

  • pmbx
  • pmbx
  • OFFLINE
  • Posts: 8
  • Thanks: 0
  • Karma: 0
16 years 1 week ago #74618 by pmbx

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.

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

  • beat
  • beat
  • OFFLINE
  • Posts: 2169
  • Thanks: 463
  • Karma: 352
16 years 1 week ago #74711 by beat
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:
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 - 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 week ago #74713 by slabbi
Replied by slabbi on topic Re:Class mosUser not found (quick message)
@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 & 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 week ago #74714 by slabbi
Replied by slabbi on topic Re:Class mosUser not found (quick message)
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 & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

  • bomzin
  • bomzin
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
15 years 11 months ago #77124 by bomzin
Replied by bomzin on topic Re:Class mosUser not found (quick message)
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

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 11 months ago #77190 by slabbi
Replied by slabbi on topic Re:Class mosUser not found (quick message)
This should already be fixed in uddeIM 1.4...?!?

[code:1]$from =_CB_$database->loadResult();
[/code:1]

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

Post edited by: slabbi, at: 2008/10/14 15:20

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