phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #15458] Fatal error: Unsupported operand typ


From: Carsten Menennöh
Subject: [Phpgroupware-tracker] [bug #15458] Fatal error: Unsupported operand types
Date: Mon, 16 Jan 2006 16:28:45 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15458>

                 Summary: Fatal error: Unsupported operand types
                 Project: phpGroupWare
            Submitted by: a0053
            Submitted on: Mo 16.01.2006 um 16:28
                Category: calendar
              Item Group: 0.9.16.010
                Severity: 3 - Normal
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: ZIP
        Platform Version: GNU/Linux - Other
         Reproducibility: None
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

Hi,

I have the following
Fatal error: Unsupported operand types in
/[...]/phpgroupware/preferences/preferences.php on line 241

Code in this file is:
[...]
238:            $vars = $GLOBALS['phpgw']->preferences->vars;
239:            if (is_array($vars2))
240:            {
241:                    $vars += $vars2;
242:            }
[...]

When I change the error-line to
241:                    $vars = array_merge($vars, $vars2);
I have no error and everything seems to work fine.

For Your further inspections I enclose my phpinfo.

Carsten Mennenöh






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mo 16.01.2006 um 16:28  Name: phpinfo.htm  Size: 46,85KB   By: a0053
PHP-Info
<http://savannah.gnu.org/bugs/download.php?item_id=15458&item_file_id=3284>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15458>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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