i just finish uploading WP3.0.1on my server and i do fresh install after i finish all processes and i see this message ""All right sparky! You've made it through this part of the installation. WordPress""
i press on Run the install then i no know what happened ..the page die ... and it keep return me to "wp-admin/install.php" folder ...
i check PhpMyAdmin to see if WP installation create the table on the database put i found nothing ...
I try this steps twice and got same result !!
I run Debug mode and i got the error message
Fatal error: Call to undefined function wp_next_scheduled() in MySite/htdocs/blog/wp-includes/update.php on line 352
and this is contents of line 352 in the file update.php
if ( !wp_next_scheduled('wp_version_check') && !defined('WP_INSTALLING') )
wp_schedule_event(time(), 'twicedaily', 'wp_version_check');