We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17932
    • 4 Posts
    Hi,

    I am trying to install Revolution b5 on my FreeBSD server.
    Runs Apache 2.2.14 and PHP 5.3.1.

    Geting this after I hit "next"

    ==============================================
    Warning: strftime() [function.strftime]: 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/wwwroot/htdocs/modx/setup/includes/modinstall.class.php on line 698

    Warning: strftime() [function.strftime]: 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/wwwroot/htdocs/modx/setup/includes/modinstall.class.php on line 202

    Warning: Cannot modify header information - headers already sent by (output started at /usr/wwwroot/htdocs/modx/setup/includes/modinstall.class.php:698) in /usr/wwwroot/htdocs/modx/setup/includes/modinstallrequest.class.php on line 98

    ==============================================

    Any ideas, please?

    Thank you!
      • 28215
      • 4,149 Posts
      5.3.0 requires you to set the date.timezone setting in your php.ini. You can find the value for your timezone here: http://php.net/manual/en/timezones.php
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 17932
        • 4 Posts
        That was quick !!!

        Thanks. It works fine now wink