Hello Jeff,

You have missing timezone settings in your PHP configuration. You need
to add timezone setting to php.ini file in /etc, for example:

date.timezone = "Europe/Warsaw"

Full list timezones you can find here:

https://www.php.net/manual/en/timezones.php

At the end you need to restart or reload web server.

Best regards,
Marcin Haba (gani)

On Thu, 11 Jun 2020 at 16:16, Jeff Thomas <jrtxm...@gmail.com> wrote:
>
> Error 1000 - Internal error. [Warning] strtotime(): 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. (@line 135 in file 
> /usr/share/baculum/htdocs/protected/API/Class/VolumeManager.php).
>
>
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users



-- 
"Greater love hath no man than this, that a man lay down his life for
his friends." Jesus Christ

"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich." Jezus Chrystus


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to