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/
_______________________________________________
Phpgroupware-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker