Migrate not successful, DB is broken. How to fix, or at least output static HTML without plugins?

What have you done exactly upon migration?
What install did you try to migrate from? Local, another domain?

My little checklist for migration:

  • use MigrateDB plugin to export a database. Use it to replace the old domain with the new one in the database
  • use BackUpWordpress plugin to do a Complete backup of the development site (with database also just in case)
  • upload files to new host
  • create a database for that website and upload the database generated by MigrateDB.
  • edit the wp-config.php to match the new server’s configuration and database info.
  • test it out. In most cases it just works

Some things you should maybe check :

  • do the versions from you dev site and production site match each other: wordpress, PHP, Mysql?
  • what is the charset of your db in each install? Sometimes it could be different and mess with a lot of things

So i could help you further more it’d be great if you could activate set WP_DEBUG to “true” in the wp-config.php and check for php errors.
Maybe also install Php Error log monitor plugin to see if it returns valuable information.

Finally and generally speaking, a good process to have to avoid such problems : before uploading to live site, create a subdomain on the same server (dev.casadosoculostatuape.com.br in your case) and try to migrate on this one… this way you won’t have to deal with those problems AFTER the site is supposed to be online 😉

edit:

i know i don’t directly answer the problem but my advice would be to directly debug the install without loosing more time.

Another question for you: can you provide a list of the plugins you dev site used?

If you answer my message with all the info i’ll probably could help.