No default time zone is set. Please open PHP.ini and set the value of 'date.timezone' (Example: date.timezone = Europe/Paris) or open /conf/_advanced.php and set the value of $date_default_timezone (Example: $date_default_timezone = 'Europe/Paris';)
Base configuration
Resetting the base configuration is currently disabled for security reasons.
To enable it, please go to the /conf/_basic_config.php file and change:
$allow_evodb_reset = 0;
to
$allow_evodb_reset = 1;
Then reload this page and a reset option will appear.