Got the following messages after the latest upgrade when trying to run database update.php:

________________________________________________________________________
warning: Cannot modify header information - headers already sent by (output started at []/sites/all/modules/mappingkit/maplayer/maplayer.install:90) in []/includes/common.inc on line 141.

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of db_change_field(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in []/sites/all/modules/mappingkit/mapcontext/mapcontext.install on line 120
------------------------------------------------------------------------

##########################

There are more messages but they are different only in line reference (121, 123 etc)

Comments

jpulles’s picture

Assigned: Unassigned » jpulles

When using php 5.2.5 the update of the database works fine without error messages; it would be interesting to know what version of PHP you are using.

I removed the & in the db_change_field function calls.

Thanks,
John.

provod’s picture

PHP is 5.1.6
The kit installs OK now
cheers!

jpulles’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.