i have installed wordpress on my site in the root directory, and i have created a wp-config.php page. i try running the install script but i get this error
Fatal error: Call to undefined function: wp() in /home/wordpress/wp-blog-header.php on line 14
any ideas?? ive read through the install documentation and searched the forums for help but i havent been able to find anything
1. installed wordpress on my site in the root directory
2. /home/wordpress/wp-blog-header.php on line 14
These two lines somehow contradict each other: the second shows that the script is looking for the function in a directory called /wordpress/
im sorry, it was not in the root directory, it was in a directory called wordpress which is in the root directory, my apologies. Ive moved all the files so it is in the root directory yet the same problems occur