Moving 2 wordpress sites to one

I’d use the export tool but split the files using a tool like http://rangerpretzel.com/content/view/20/1/ You may need to check everything individually to make sure there’s no conflicts like same name categories, tags and usernames. Check posts, pages, comments, custom fields, terms, navigation menus and custom posts for potential conflicts. You may want to set these … Read more

WordPress import error

thank you everyone who give their precious time to this question, lastly I solve this problem by myself… I think this error is because of memory limit. And I have no access to my php.ini file. So I created my own php.ini file with the following in it and added to my wp-admin folder. memory_limit … Read more

How to do one-off import or data migration?

Here’s what I would suggest – store your theme version in the database, compare it with your package version, if there’s a difference then load in your upgrade/install operations: define( ‘THEME_PREFIX_VERSION’, ‘X.X’ ); /** * Run upgrade/install. */ function theme_prefix_install() { require_once dirname( __file__ ) . ‘/install.php’; } if ( version_compare( get_option( ‘theme_prefix_version’ ), THEME_PREFIX_VERSION, … Read more

XML importing fails

The issue seems to may be with identical post_date on both a revision and a post. As the data is transferred into the DB, the revision goes first and when the post hits it, the DB sees it as already existing and so does not transfer the actual post. First check: Post type Date I’m … Read more

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