phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #1049] Unsupported operand types


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1049] Unsupported operand types
Date: Wed, 21 Aug 2002 21:38:10 -0400

=================== BUG #1049: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1049&group_id=509

Submitted by: sheimers                  Project: phpGroupWare                   
Submitted on: 2002-Aug-22 01:38
Category:  addressbook                  Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Linux - Debian       
Reproducibility:  Every Time            

Summary:  Unsupported operand types

Original Submission:  When I try to look at the details of an addressbookentry 
I get the following error:

Fatal error: Unsupported operand types in 
/usr/share/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php on line 681

This line looks like this:

                        $qfields = $this->contacts->stock_contact_fields + 
$this->extrafields + $customfields;

If you add quotes like in the following line everything works fine.

                        $qfields = "$this->contacts->stock_contact_fields" + 
"$this->extrafields" + "$customfields";




No Followups Have Been Posted




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1049&group_id=509




reply via email to

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