• Hi,

    I installed (5min install) the latest version of wordpress last day in my computer (local host). I cannot access the site, it shows a blank page. Once the site loaded in IE8 after 1 or 2 mins. The same wp version works fine in my XP box.

    This is the computer specs in which wp is not working.

    OS: Win 7
    Server : WAMP 5
    PHP : Version 5.1.6

    My all other PHP projects are working fine. Any fix will be very helpful.

    TIA,
    Kiranvj

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter kiranvj

    (@kiranvj)

    Any solution?

    I suspect this is due to Windows 7 seems to interpret localhost differently from 127.0.0.1 which is basically SHOULD be the same thing like in previous Windows releases. Try changing…
    define('DB_HOST', 'localhost');
    to
    define('DB_HOST', '127.0.0.1');

    in your wp-config.php file.

    Thread Starter kiranvj

    (@kiranvj)

    Hi Grejs,

    Thanks for the tip, I will definitely try this.

    But when I try http://localhost/ the site root loads within no time. The problem is only with wordpress sites.

    I will change the config file and try again.

    Kiranvj

    Thread Starter kiranvj

    (@kiranvj)

    I changed to define(‘DB_HOST’, ‘127.0.0.1’);

    Still its not working. I think it has sometime to do with Win7 and Vista.

    Thread Starter kiranvj

    (@kiranvj)

    I uninstalled WAMP 1.6.5 and installed the latest version WAMP 2.0. I think the issues is solved now.

    Its sad that no one in the forums could not help even though the forum have many experts!!

    Its sad that no one in the forums could not help even though the forum have many experts!!

    Sad? On the contrary. If this forum was for WAMP, you may have gotten more responses. Either way, it’s good that installing the latest version of WAMP seemed to solve your issue, rather than somthing with WordPress itself. 🙂

    Thread Starter kiranvj

    (@kiranvj)

    Clayton,

    I guess its not related to WAMP, all my other PHP projects works fine. Even old WP installations work fine. But not wp 2.8 and above.

    If this forum was for WAMP, you may have gotten more responses.

    Not necessary, in that case the guys there might say if its a wordpress forum you will get more response.

    I am not trying to blame anyone. My guess is that some recently written code in WP is messing with apache,php or mysql.

    Anyway I am happy that its fixed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WordPress slow in WAMP, Windows 7’ is closed to new replies.