bugphpGroupWare - Bugs: bug #15458, Fatal error: Unsupported operand...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #15458: Fatal error: Unsupported operand types

Submitter:  Carsten Menennöh <a0053>
Submitted:  Mon 16 Jan 2006 04:28:44 PM UTC
   
 
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 Operating System:  GNU/Linux - Other
Reproducibility:  None Planned Release:  None
Fixed Release: 

Wed 08 Feb 2006 10:38:58 AM UTC, comment #2: 

Just to be sure,

did you try to notify somebody who never log in ?

regards,

Caeies

Caeies <Caeies>
Group administrator
Wed 08 Feb 2006 10:29:27 AM UTC, comment #1: 

Hi,

I guess that's this is a side effect of another problem ...

Is this a stock install, an update from previous version, etc ...

Regards,

Caeies

Caeies <Caeies>
Group administrator
Mon 16 Jan 2006 04:28:44 PM UTC, original submission:  

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

Carsten Menennöh <a0053>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #2180:  phpinfo.htm added by a0053 (47KiB - text/html - PHP-Info)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-02-08 Caeies Assigned toskwashd None
2006-02-08 skwashd Assigned toNone skwashd
2006-01-16 a0053 Attached File- Added phpinfo.htm, #3284

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code