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).

_.omit is not function

Okay I found the issue. It was a problem with my “Nexus” theme. For anyone with the same issue, I commented out the line “wp_enqueue_script(‘jquery-prime-options’…” in this function : “option_tree_load”