Fatal error: Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone (Europe/Berlin) in /var/www/html/domain.com/public_html/wp-includes/script-loader.php:414 Stack trace: #0 /var/www/html/domain.com/public_html/wp-includes/script-loader.php(414): DateTimeZone->__construct() #1 /var/www/html/domain.com/public_html/wp-includes/script-loader.php(668):

what was effectively the problem: there was a corrupted broken package tzdata

  • completely redo /etc/apt/sources.list
  • then
  • apt --purge remove tzdata
  • apt install tzdata

should fix it

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin