Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.