• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Cannot Create Admin user

Status
Not open for further replies.

Hammer

Chevereto Member
hi
i got this error when i tried to upgrade:

Can't create admin user:
DateTime::__construct(): Invalid date.timezone value 'IRDT', we selected the timezone 'UTC' for now.

how to fix?
 
Make sure that your PHP timezones match the MySQL timezones, this means that your default PHP timezone must be one valid for MySQL.
 
Make sure that your PHP timezones match the MySQL timezones, this means that your default PHP timezone must be one valid for MySQL.
how?
in the 2.5.9 i have been added this code to config.php:
Code:
 date_default_timezone_set('America/Halifax');
now what i must do in this version?
 
Status
Not open for further replies.
Back
Top