I receive the error: Langvar 'GMT+0:00' doesn't exist (Called from settings.php, line 272)
after upgrading from SendStudio 2004 to Interspire Email Marketer , it means that the server timezone set in your config file has been set incorrectly. To fix this, simply open the file: admin/includes/config.php and replace:
define('SENDSTUDIO_SERVERTIMEZONE', 'GMT+0:00');With:
define('SENDSTUDIO_SERVERTIMEZONE', 'GMT');In some circumstances, your timezone settings may be different and you'll still receive an error. Simply change the timezone to one of the following:
'GMT-12:00',
'GMT-11:00',
'GMT-10:00',
'GMT-9:00',
'GMT-8:00',
'GMT-7:00',
'GMT-6:00',
'GMT-5:00',
'GMT-4:00',
'GMT-3:30',
'GMT-3:00',
'GMT-2:00',
'GMT-1:00',
'GMT',
'GMT+1:00',
'GMT+2:00',
'GMT+3:00',
'GMT+3:30',
'GMT+4:00',
'GMT+4:30',
'GMT+5:00',
'GMT+5:30',
'GMT+6:00',
'GMT+7:00',
'GMT+8:00',
'GMT+9:00',
'GMT+9:30',
'GMT+10:00',
'GMT+11:00',
'GMT+12:00'
