Plugin update warning

Not possible unless you plan in advance in your plugin for such a possibility. And even if it was somehow possible you are still not likely to have any user read the message and actually understand it. A more realistic approach is to do a two steps upgrade, in the first vesion of your plugin … Read more

Check if username doesn’t exists

Got it fixed. Pretty simple actually. I moved the if part where the user get’s deleted to the bottom of the script. foreach ($data as $gebruiker){ $username = $gebruiker[‘username’]; if ( username_exists( $username ) && $gebruiker[‘status’] == ‘published’ ){ $user = get_user_by( ‘login’, $username); update_user_meta( $user->ID, ‘import_1′, $gebruiker[’email’] ); }else{ $users = wp_insert_user( array( ‘user_login’ … Read more

Problem updating from 3.6 to 3.7

I’m also having the same problem. Plugin Updates work fine, but WordPress 3.7 (or the new 3.7.1 update) fail. Manual updating via copying over the wordpress core files worked to update to 3.7, but the 3.7.1 update fails again. I then changed nginx.conf and added in the http part (read it somewhere else – it’s … Read more

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