I modified my wp-config-sample.php and uploaded the wp files to an empty directory on my host server.
i attempted to go to the install.php page in firefox 2.0.0.6
to set up the blog and received this error:
Fatal error: Call to undefined function: did_action() in /ijoarts/reckon/wp-includes/functions.php on line 1356
I opened up function.php in Dreamweaver and this is line 1356 and line 1357:
if ( !did_action('admin_head') ) :
header('Content-Type: text/html; charset=utf-8');