12/08/2021
Recently updated your page and now see Screen of Death? Check below before sending configuration in to the space 🧨👾🚀🍀
: Update wp-config and reflect latest configuration.
define('WP_HOME','https://thecodebox.eu');
define('WP_SITEURL','https://thecodebox.eu');
: Update DB records manually with SQL
UPDATE wp_options SET option_value = replace(option_value, 'old.thecodebox.eu', 'thecodebox.eu') WHERE option_name = 'home' OR option_name = 'siteurl';
: Update records with WP-CLI.
wp search-replace https://old.thecodebox.eu https://thecodebox.eu --dry-run
Looking for help with or we are happy to assist: https://s.thecodebox.eu/en/