Skip to Content Skip to Menu

Error Message in Profile

  • Sectus
  • Sectus
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
15 years 11 months ago #75259 by Sectus
Replied by Sectus on topic Re:Error Message in Profile
Geee, thanks...

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 #75262 by slabbi
Replied by slabbi on topic Re:Error Message in Profile
I fixed the "variable not initialized" bugs in 1.4 trunk. So you can download the fixed plugins and modules.

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

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

  • DiPiers
  • DiPiers
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
15 years 11 months ago #75398 by DiPiers
Replied by DiPiers on topic Re:Error Message in Profile
slabbi wrote:

Sectus wrote:

but i've got more errors:
Notice: Undefined variable: uddeim_isadmin in Z:\home\auto_3ir_ru\www\components\com_uddeim\uddeimlib10.php on line 97
how can i fix this?


Yes, its a bug. Please add
$uddeim_isadmin = 0;
before
if ( defined( 'JPATH_ADMINISTRATOR' ) ) {
so it looks like

[code:1]$uddeim_isadmin = 0;
if ( defined( 'JPATH_ADMINISTRATOR' ) ) {
[/code:1]

It is not a serious bug so there is no need for you to fix it (it will be fixed in uddeIM 1.4).

Post edited by: slabbi, at: 2008/09/23 09:37


Hi all...where i must add the code?
i saw that in my file:
uddeim.php
there is this string, so i think that i will put the same code to another file...

Can you help me?
Thanks
Diego

Joomla 1.7.3
CB 1.7.1 Stable
Seblod 2.0 GA
Akeeba Backup & Tools

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 #75401 by slabbi
Replied by slabbi on topic Re:Error Message in Profile
You also have to put it in the modules and plugins.

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

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

  • DiPiers
  • DiPiers
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
15 years 11 months ago #75424 by DiPiers
Replied by DiPiers on topic Re:Error Message in Profile
Thanks a lot!!!
Now it works fine for previous error but i can't use the CB_TAB for the Inbox because this error appear:

Notice: Trying to get property of non-object in C:-Programmi-EasyPHP 2.0b1-www-components-com_comprofiler-plugin-user-plug_pmsuddeiminbox-pms.showinbox.php on line 100

How can i solve it?

Regards
Diego

Post edited by: Maggiordomo, at: 2008/09/24 19:47

Joomla 1.7.3
CB 1.7.1 Stable
Seblod 2.0 GA
Akeeba Backup & Tools

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 #75438 by slabbi
Replied by slabbi on topic Re:Error Message in Profile
Move the line
$this->_getLanguageFile();
before the if-clause (two lines up).

Or download the current file from the trunk.

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