Greyhole - PHP Warning
Posted: Sun Feb 13, 2011 5:27 pm
Hi all,
got a new Amahi/Fedora14 setup going.
I am finding the following error occurs
PHP 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 'Pacific/Auckland' for 'NZDT/13.0/DST' instead in /usr/bin/greyhole on line 39
This happens from time to time in terminal. It occurs everytime I type
while [ 1 == 1 ]; do greyhole --view-queue | grep Total; sleep 60; done
to see the Greyhole operations queue.
Is this an easy fix? What should I change the line to ready?
I note the line currently reads
date_default_timezone_set(date_default_timezone_get());
Is this a bug...or a newbie issue. I am new to linux and still getting my head around the commands etc
Thanks
John
got a new Amahi/Fedora14 setup going.
I am finding the following error occurs
PHP 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 'Pacific/Auckland' for 'NZDT/13.0/DST' instead in /usr/bin/greyhole on line 39
This happens from time to time in terminal. It occurs everytime I type
while [ 1 == 1 ]; do greyhole --view-queue | grep Total; sleep 60; done
to see the Greyhole operations queue.
Is this an easy fix? What should I change the line to ready?
I note the line currently reads
date_default_timezone_set(date_default_timezone_get());
Is this a bug...or a newbie issue. I am new to linux and still getting my head around the commands etc
Thanks
John