PDA

View Full Version : Errors with task dependencies


fredjonze
12-05-05, 08:23 AM
Hi,

Unfortunately my support install was using WAMP that contains PHP 5. Most everything has been working very well. However, when I try to work with task dependencies, I get the following errors. Do you think they're associated with PHP5 or another problem?

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in c:\wamp\www\dotproject\modules\tasks\tasks.class.p hp on line 151

Warning: array_intersect() [function.array-intersect]: Argument #2 is not an array in c:\wamp\www\dotproject\modules\tasks\tasks.class.p hp on line 154

Warning: array_sum() [function.array-sum]: The argument should be an array in c:\wamp\www\dotproject\modules\tasks\tasks.class.p hp on line 155

Warning: Cannot modify header information - headers already sent by (output started at c:\wamp

fredjonze
12-05-05, 08:57 AM
Ooops...didn't find the prior message related to this subject. Made the change listed in the replies for 'errors saving task dependencies' and now all works well.

Fred