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

Submitted by:  James Michael DuPont <mdupont>
Submitted on:  Sun 30 Nov 2003 04:48:32 PM UTC  
 
Item Group: 0.9.14.007 releaseCategory: tts
Severity: 3 - NormalPriority: 7 - High
Status: NonePrivacy: Public
Assigned to: NoneOpen/Closed: Closed
Component Version: SVNOperating System: *BSD
Reproducibility: Every TimePlanned 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>
Project 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>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follows 1 latest change.

Date Changed By Updated Field Previous Value => Replaced By
Tue 20 Jan 2004 04:35:45 AM UTCjengoOpen/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1