is this on a windows server or a localhost install?
if localhost, review this
http://www.tamba2.org.uk/wordpress/xampp/
It’s on a virtual windows server,
plesk 8.2.0
php 5.2.3
mysql 4.1.22
then I would upload the /wp-includes folder again
Success after re-uploading the wp-includes directory and subdirectories !
Thanks a lot.
I got an error on my install, it is
Parse error: syntax error, unexpected T_STRING in /home/chinaexp/public_html/wordpress/wp-config.php on line 3
on my wp-config is like this
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wordpress’);
/** MySQL database username */
define(‘DB_USER’, ‘chinaexp_wordps’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘tTpOyt’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
anybody can tell me what is wrong? thank you.