Change email for update notification

The setting you are looking for is found in “Settings”=>”General”=>”E-Mail Adress”. All the Emails WordPress or Plugins send out are sent to the admin_mail, which is returned by get_option( ‘admin_mail’ ), and this Emailadress is not always connected to a user. If you first install WordPress, the first user created gets the role administrator, and … Read more

Missing Update Link to 3.02/3.03 on Dashboard

Try flushing out the transient data(options prefixed with _site_transient_update_ – wp_options table), WP will recreate them for you anyway. Not always a solution but tends to work for me when i have that problem. You can do this by adding the following lines to your current theme’s functions.php (in wp-content/themes/YOURTHEME/functions.php). delete_option( ‘_site_transient_update_core’ ); delete_option( ‘_site_transient_update_themes’ … Read more

WordPress DATABASE Update Manually?

Visit /wp-admin/upgrade.php on each site to manually upgrade the database e.g. http://www.example.com/wp-admin/upgrade.php This happens if you have a site on the WordPress network that doesn’t resolve or if you have spoofed DNS locally but not on the server – your computer knows that www.example.com points at 127.0.0.1 but your local server is still resolving www.example.com … Read more

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