After database migration, theme mods don’t show [closed]
The problem was that one if the the serialized string lengths did not match its true string length. One of the migration steps was to change the domain name in the database SQL file with: sed -i ‘s/old-domain-name/new-domain/g’ db-dump.sql One of the theme mods was a string that contained the old domain name. When it … Read more