SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Notes |
|
(0005173)
|
kfason
|
2010-11-22 14:31
|
|
I concur this does not work in 2.4.1. I use dyndns-custom. |
|
|
(0005176)
|
Renee
|
2010-11-22 19:19
|
|
I have the same problem no update! Need fix! |
|
|
(0005177)
|
baldy
|
2010-11-22 23:11
|
|
I am using dyndns.org and configured hosts in dyndns.info and dyndns.biz. System has been upgraded from 2.3 to 2.4 and to 2.4.1 and dyndns is working properly.
Have your systems been upgraded or cleanly installed ?
regards,
Baldy |
|
|
(0005178)
|
Renee
|
2010-11-22 23:34
|
|
My system is upgraded from 2.4.0 via efw-upgrade the dyndns update does not work after reboot with the new kernel.
For me it was now finally with the Endian every time something does not function after an Upgrade and I have not the time to fix it per Remote vie Internet. So I will move the Remote system to the Astaro this works by me already since 2 months successfully. They have at least not thus a bad update politics for her Community (Home) variation! |
|
|
(0005187)
|
mschwenk
|
2010-11-23 16:46
(edited on: 2010-11-23 16:49) |
|
I did an upgrade from 2.4 to 2.4.1
If needed i can grant access to my efw. Of course only limited since I´m using dsl and my IP changes every night.
|
|
|
|
Hi.
There is a bug in the file /usr/local/bin/setddns.pl.
line ca. 387
Please replace the following if statment:
if ($settings{'SERVICE'} = 'zoneedit')
{$serverdir = '-s'; $serveradd = 'dynamic.zoneedit.com';}
else
{$serverdir = ''; $serveradd = '';}
with this one:
if ($settings{'SERVICE'} eq 'zoneedit')
{$serverdir = '-s'; $serveradd = 'dynamic.zoneedit.com';}
else
{$serverdir = ''; $serveradd = '';} |
|
|
|
i wonder if an official upgrade is on the way for this bug. a feature is broken! |
|
|
|
Hi
The fix will be part of the next update, but we have not decided when the next updates comes. Sorry, please use until the update bugfix. |
|