• Hello any help please! I’ve have just installed new version of xampp on my windows and just can’t get my wp site installed. I’ve tried doing it manually but to no avail. I’ve done this several times before and just can’t figure out what I am doing wrong.
    this is my environment…
    Windows x86
    xampp 1.7.4..
    I’ve lost the error message when I inputted the cofiguration manually in wp-config.php and now I just get a blank page with nothing! I’ve successfully installed joomla on the server..so I just don’t get why! Please help me!

Viewing 3 replies - 1 through 3 (of 3 total)
  • paakofi,

    Turn display_errors in php.ini on and access your wordpress again. You’ll see an error message.

    Thread Starter paakofi

    (@paakofi)

    Thanx arkgroup for your reply,
    But I already have display_errors on…but I am having pointers that mysql database is the problem..the installation is just not getting through past the root, even though I have provided all the necessary user and password info in php.ini needed for wp install.
    I also tried browsing xampp sample application ‘cd collection’ and got this error message:

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘root’@’localhost’ (using password: NO) in C:\xampp\htdocs\xampp\cds.php on line 64
    Could not connect to database!
    Is MySQL running or did you change the password?

    It looks like wp is not getting past my root user for mysql at all..I don’t know what configuration wp use to access the database..still confused though..Thanx

    Thread Starter paakofi

    (@paakofi)

    Ok….I rather turn on WP_DEBUG to true and got this error message:

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘avs’@’localhost’ (using password: YES) in C:\xampp\htdocs\avs\wp-includes\wp-db.php on line 1036

    Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    * Are you sure you have the correct username and password?
    * Are you sure that you have typed the correct hostname?
    * Are you sure that the database server is running?

    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    phpmyadmin is running fine…I think I have hostname, username and password correct..so pls help!.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Local install with xampp gone wrong!’ is closed to new replies.