upgrade has caused page content to disappear

If content displays within WordPress itself when you are logged into the dashboard but does not display on the front end of your site it is almost always a theme problem. If you have access to server logs, such as error logs in cPanel, you can see what errors are being thrown up. The easy … Read more

Need help fixing sql syntax error after WP 3.2 upgrade

I ran into this as well… I am using the SQL query, but not the wpfp_list_most_favorited() function, so this may or may not work for you, but worth a shot. Try updating the SQL query in wp-favorite-posts.php (around line 206) from: $query = “SELECT post_id, meta_value, post_status FROM $wpdb->postmeta”; To: $query = “SELECT post_id, meta_value, … Read more

How does WP decide how to evaluate database integrity

I’ve finally found the answer. Yes WP was ‘triggered’ to think it was evaluating a WordPress and not a WordPress-MU table structure. This was caused by the following lines: define(‘WP_ALLOW_MULTISITE’, true); define( ‘MULTISITE’, true ); in the wp-config.php that should NOT be there in a WordPress-MU 2.9.2 installation (but that some former developer had tossed … Read more

Auto-Update Fails

wp-content should be 755, otherwise WordPress will think it has global write access, and won’t fallback to the FTP filesystem method if it doesn’t. Might be worth checking if PHP is running in safe mode – this can also be the troublemaker (though I’m aware WordPress can still upgrade with it on).

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