Hi

I have just upgraded to 6.3.0RC3 (Build 6975) from 6.1.4. I have some code running in VB.NET that uses soap to add tasks etc direct into Sugar.

Since the upgrade the start date & due date fields are no longer being populated from these automated procedures which is causing a few issues.

I've checked the log and the only thing I can see that may have caused this was an alert about the timezone not being set (see below):

11/01/11 20:39:00 [6120][-none-][FATAL] Configuration variable date.timezone is not set, guessed timezone Europe/London. Please set date.timezone="Europe/London" in php.ini!

I've set this in PHP.INI as indicated (see below):

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Date]
;Defines the default timezone used by the date functions
date.timezone="Europe/London"

;date.default_latitude = 31.7667
;date.default_longitude = 35.2333

Despite setting this I'm still having the same problem!

Hope someone can help!

Thanks in advance

Rob