migrating my wordpress site

What are you seeing exactly when you try to edit or create? Also! Have you updated the Permalinks? (simply visit the Permalinks page to regenerate them) WP-Admin > Settings > Permalinks Usually fixes 99.99% of issues when you have issues navigating away from the home page.

Why do menus break on site url and folder change?

When you do mysql query find and replace of strings in databases with wordpress, you can break the serialized data and essentially breaks the links between required tables and table columns. Your only option is to restore the database before you ran those queries. In wp_options change ONLY the ‘siteurl’ and the ‘home’ url’s to … Read more

Cannot complete migration on LAMP

I was able to solve the problem by adding these two lines to /var/www/my-wp-site.com/public_html/wp-config.php: define( ‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] ); define( ‘WP_HOME’, ‘http://’ . $_SERVER[‘HTTP_HOST’] );

Preserve password hashes when migrating to another server

No, the site URL and other options are not a factor in password generation in vanilla WP. In particular, this is the file that does the hash generation: https://github.com/WordPress/WordPress/blob/master/wp-includes/class-phpass.php The only way the site URL impacts the password hash, is if you’ve used the filters to make it that way. Perhaps a plugin does this, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)