Sun 30 Nov 2003 04:48:32 PM UTC, original submission:
I have a set of errors occuring when i add a todo :
here are the relevant settings :
$GLOBALS['phpgw_info']['server']['db_persistent'] = False;
$GLOBALS['phpgw_info']['server']['sessions_type'] = 'php4';
$GLOBALS['phpgw_info']['server']['mcrypt_enabled'] = False;
phpgwapi/inc/functions.inc.php on line 612
Undefined index: user
function : function _debug_array($array,$print=True)
line : print_debug('domain',$GLOBALS['phpgw_info']['user']['domain'],'api');
phpgwapi/inc/class.db_pgsql.inc.php line 68
Undefined index: PHP_SELF
function : function db($query = '')
line : if (ereg('soap.php',$GLOBALS['PHP_SELF']))
phpgwapi/inc/class.datetime.inc.php on line 54
Undefined index: user
function datetime()
line : $this->tz_offset = 3600 * intval($GLOBALS['phpgw_info']['user']['preferences']['common']['tz_offset']);
phpgwapi/inc/class.sessions_php4.inc.php on line 166
Undefined index: encryptkey
function :function verify($sessionid='',$kp3='')
line :
$this->key = md5($this->kp3 . $this->sessionid . $GLOBALS['phpgw_info']['server']['encryptkey']);
phpgwapi/inc/class.accounts_sql.inc.php on line 201
Undefined offset: 2
in function : id2name($account_id)
line : if($id_list[$account_id])
phpgwapi/inc/functions.inc.php(395) : eval()'d code on line 1
Use of undefined constant phpgwapi - assumed 'phpgwapi'
in function : ExecMethod($method, $functionparams = '_UNDEF_', $loglevel = 3, $classparams = '_UNDEF_')
line : eval('$returnval='.$parentobject.'->'.$classname.'->'.$functionname.'('.$functionparams.');');
The relevant settings are :
|