• Bachiter Singh

    (@iambachiter)


    Hello,
    I have installed 2.6 appserver on my local machine.
    Now when i try to install wordpress on localhost it keeps on loading and then at the last it shows a blank screen.

    I also tried with previous versions of wordpress but same issues with that.

    Can someone please help me to resolve it.
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    Thread Starter Bachiter Singh

    (@iambachiter)

    Thanks for reply.
    Actually i have installed wordpress several times before. But i did not face this problem before.
    Can you tell me why its showing blank page in spite of showing installations steps?

    Thanks

    Moderator t-p

    (@t-p)

    – In the config.php file, in the Authentication Unique Keys section where you are supposed to define unique phrases, make sure you have defined them. Also, make sure they are not copied and pasted phrases from somewhere else copy and paste could include stuff like punctuations, etc.

    – Also, make memory is not too low.

    – If no joy, let us see what error you get add this to wp-config.php:
    define(‘WP_DEBUG’, true);

    This will turn on error reporting and display, if your server supports it, and may reveal the issue.

    Thread Starter Bachiter Singh

    (@iambachiter)

    I placed define(‘WP_DEBUG’, true);

    below are the warnings shown by wordpress

    Warning: mysqli_real_connect() [function.mysqli-real-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in G:\AppServ\www\learnwp\wp-includes\wp-db.php on line 1379

    Warning: mysqli_real_connect() [function.mysqli-real-connect]: (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in G:\AppServ\www\learnwp\wp-includes\wp-db.php on line 1379

    Fatal error: Maximum execution time of 60 seconds exceeded in G:\AppServ\www\learnwp\wp-includes\wp-db.php on line 1380

    Thread Starter Bachiter Singh

    (@iambachiter)

    After some changes in host file in system32 now wordpress shoing error

    Fatal error: Call to undefined function get_magic_quotes_gpc() in G:\AppServ\www\wordpress\wp-includes\load.php on line 585

    Can you please tell me what is the problem now?

    Moderator t-p

    (@t-p)

    likely it has to do with some settings o your server.

    – you may also try reuploading all files

    Thread Starter Bachiter Singh

    (@iambachiter)

    No its still not working ??

    Could someone help me please?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blank Screen on local Installation’ is closed to new replies.