I am getting this error:
Warning: main(../wp-includes/wp-db.php): failed to open stream: No such file or directory in /home/bobwor/public_html/wp-admin/setup-config.php on line 121
Fatal error: main(): Failed opening required '../wp-includes/wp-db.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bobwor/public_html/wp-admin/setup-config.php on line 121
Your config file should be called wp-config.php not setup-config.php
What version of WP? What version of PHP? What active plugins (and versions)? When do you see the error? URL please...
Lawtai, setup-config.php is a normal file found in the /wp-admin/ directory.
Why are you accessing setup-config.php directly?
because i wasn't able to configure wp-config-sample.php manually.
Try configuring it manually, you may have better luck.
Follow the directions from here: http://codex.wordpress.org/Editing_wp-config.php
And use a Text Editor from this list: http://codex.wordpress.org/Glossary#Text_editor
All you need is an ftp program and a text editor to edit wp-config-sample.php. I'm assuming you have atleast that since you did get WP onto your server.