phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bugs #8668] API bug with contacts backend found


From: Jonathan Rivera
Subject: [Phpgroupware-tracker] [bugs #8668] API bug with contacts backend found
Date: Tue, 04 May 2004 15:03:27 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20040323 Galeon/1.3.7

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

/**************************************************************************/
[bugs #8668] Latest Modifications:

Changes by: 
                Jonathan Rivera <address@hidden>
'Date: 
                Tue 05/04/04 at 19:03 (GMT)

------------------ Additional Follow-up Comments ----------------------------
dum da da dum, ok i do a  grep -srne "ob_w*()" *

the files with ob_* functions are:

calendar/inc/class.bocalendar.inc.php
doc/inlinedocparser.php
email/inc/class.svc_debug.inc.php
phpgwapi/inc/class.setup_detection.inc.php
phpgwapi/inc/common_functions.inc.php
setup/index.php
setup/bulk.php
todo/inc/class.so.inc.php

i don't undesrstand how the code in this files hide the erros from the 
addressbook, but anyway i comment this, i try to reproduce the error, but i 
can't.

do you have any special configuration?, please tell me more details.







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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8668>
Project: phpGroupWare
Submitted by: Kai Hofmann
On: Fri 04/23/04 at 13:39

Category:  API - phpGWapi
Item Group:  0.9.16.000 release
Severity:  9 - Blocker
Priority:  Immediate
Resolution:  Works for me
Assigned to:  jarg
Status:  Open
Component Version:  CVS
Platform Version:  GNU/Linux - Debian
Reproducibility:  None


Summary:  API bug with contacts backend found

Original Submission:  After setting up a fresh phpgw (0.9.16 cvs) and removing 
the output buffer code I found the following when clicking on the addressbook 
page:

Fatal error: Call to undefined function: () in 
phpgwapiincclass.sql_entity.inc.php on line 571

the code line is:

return ($data == sql::null()) ? sql::null() : sql::$type($data);

where $zype is empty and $data = 'public'
 

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 05/04/04 at 19:03         By: jarg
dum da da dum, ok i do a  grep -srne "ob_w*()" *

the files with ob_* functions are:

calendar/inc/class.bocalendar.inc.php
doc/inlinedocparser.php
email/inc/class.svc_debug.inc.php
phpgwapi/inc/class.setup_detection.inc.php
phpgwapi/inc/common_functions.inc.php
setup/index.php
setup/bulk.php
todo/inc/class.so.inc.php

i don't undesrstand how the code in this files hide the erros from the 
addressbook, but anyway i comment this, i try to reproduce the error, but i 
can't.

do you have any special configuration?, please tell me more details.


-------------------------------------------------------
Date: Tue 05/04/04 at 05:40         By: powerstat
The ob_* functions are used inside of phpgw to hide errors like this one from 
the end-user.
Best do a search for them and comment them out.


-------------------------------------------------------
Date: Mon 05/03/04 at 20:15         By: jarg
mm, i don't understand, i don't use ob_* functions in contacts or addressbook 
code. and i can;t reproduce the error.

:/?

-------------------------------------------------------
Date: Sat 05/01/04 at 08:13         By: powerstat
removing the output buffering code means that you have to comment out the 
"ob_*" functions that prevent you from seeing errors.
For more see: http://de.php.net/out-control

They eat up error messages fo the end user, but also prevent us from debugging 
phpgw :(



-------------------------------------------------------
Date: Sat 05/01/04 at 05:28         By: jarg
mm, i haven't this problem, i can't reproduce this, please check again, if you 
really have this problem, please send me more details, so a special 
configuration or something like this.

thanks.

ah, what do you want to say with "emoving the output buffer code"?

:P

-------------------------------------------------------
Date: Fri 04/23/04 at 22:56         By: alexbsa
tx children.
 Will be looked at.... by jarg!


:)


-------------------------------------------------------
Date: Fri 04/23/04 at 22:38         By: skwashd
Hi Kai,

Are you trying to sh1t me, or are you just oblivious to the consequences of 
your own actions?

Contacts is lex - please assign contacts bugs to him next time.

Cheers

Dave

-------------------------------------------------------
Date: Fri 04/23/04 at 13:44         By: powerstat
The value of $false_field is 'access'












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

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







reply via email to

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