can someone please explain this and tell me how to fix please
[vasey1980@localhost ~]$ greyhole --fsck
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 'UTC' for 'GMT/0.0/no DST' instead in /usr/bin/greyhole on line 32
Can't describe tasks with query: DESCRIBE tasks - Error: Table './greyhole/tasks' is marked as crashed and last (automatic?) repair failed
error message
Re: error message
This can be repaired by editing the /etc/php.ini file and adding the correct time zone. Do the following as root:
vi /etc/php.ini
Around line number 946, you will see:
;date.timezone =
Change this to read whatever time zone applies for you and remove the leading semi colon:
date.timezone = 'America/Chicago'
You can find the appropriate time zone string at http://www.php.net/manual/en/timezones.php
Hope this helps.
vi /etc/php.ini
Around line number 946, you will see:
;date.timezone =
Change this to read whatever time zone applies for you and remove the leading semi colon:
date.timezone = 'America/Chicago'
You can find the appropriate time zone string at http://www.php.net/manual/en/timezones.php
Hope this helps.
ßîgƒσστ65
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Applications Manager
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2
Who is online
Users browsing this forum: No registered users and 23 guests