• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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