phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #6886] TODO system is failing


From: James Michael DuPont
Subject: [Phpgroupware-tracker] [bugs #6886] TODO system is failing
Date: Sun, 30 Nov 2003 11:48:33 -0500
User-agent: Opera/6.1 (Linux 2.4.18-bf2.4 i586; U) [en]

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.




/**************************************************************************/
[bugs #6886] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=6886>
Project: phpGroupWare
Submitted by: James Michael DuPont
On: Sun 11/30/03 at 17:48

Category:  tts
Item Group:  0.9.14.007 release
Severity:  5 - Average
Priority:  7 - High
Resolution:  None
Assigned to:  None
Status:  Open
Component Version:  CVS
Platform Version:  BSD
Reproducibility:  Every Time


Summary:  TODO system is failing

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  :











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=6886>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]