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: Sat, 24 Aug 2002 10:58:56 -0400

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

Changes by: Miles Lott <address@hidden>
Date: 2002-Aug-24 09:58 (US/Central)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Duplicate
         Assigned to | None                      | milosch
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This is a duplicate bug and was fixed in cvs by setting customfields to an 
array prior to merging it, in case there were no custom fields.



=================== BUG #1049: FULL BUG SNAPSHOT ===================


Submitted by: sheimers                  Project: phpGroupWare                   
Submitted on: 2002-Aug-21 20:38
Category:  addressbook                  Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  Duplicate                  Assigned to:  milosch                   
Status:  Closed                         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";


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

-------------------------------------------------------
Date: 2002-Aug-24 09:58             By: milosch
This is a duplicate bug and was fixed in cvs by setting customfields to an 
array prior to merging it, in case there were no custom fields.




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]