bugphpGroupWare - Bugs: bug #6886, TODO system is failing

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #6886: TODO system is failing

Submitter:  James Michael DuPont <mdupont>
Submitted:  Sun 30 Nov 2003 04:48:32 PM UTC
   
 
Category:  tts Item Group:  0.9.14.007 release
Severity:  3 - Normal Priority:  7 - High
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  SVN Operating System:  *BSD
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Tue 20 Jan 2004 04:35:45 AM UTC, comment #2: 

You have your error reporting set rather high, which is why you are getting those 'Undefined offset / index' warnings.

Turn it down, and the problems will go away :P

Joseph Engo <jengo>
Group administrator
Mon 01 Dec 2003 06:48:58 PM UTC, comment #1: 

I have posted my php ini here :
http://asimov.thefrontnetworks.net/phpgroupware/php.ini

and made a test login so you can see :
uid:notes/pwd:notes
Is there any way to find this bug? or is the .14 release really broken?

James Michael DuPont <mdupont>
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  :

James Michael DuPont <mdupont>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2004-01-20 jengo Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15-64aa.
Corresponding source code