Forums

blank site (8 posts)

  1. maxfreeman
    Member
    Posted 4 years ago #

    Hi everyone
    I think this is a known problem. When I go to wp-admin/install.php there is always a blank/empty site. But how to fix it?
    (All Browsers (Mozilla/Konqueror) show me a blank site).
    thank you for your helps
    regards
    Matthias, Switzerland

  2. matt
    Troublemaker
    Posted 4 years ago #

    Talk to your host.

  3. meff
    Member
    Posted 4 years ago #

    I am having the same problem.. Talk to my host? It's me! But, I have yet to figure out what I am doing wrong.
    I am running Debian Sid w/ Apache2, and PHP with PHP-MySQL installed.
    Any help on what is wrong would be appreciated.

  4. illya23b
    Member
    Posted 4 years ago #

    Same problem here, with Debian and Apache2. I've tracked the problem down to the file wp-includes/wp-db.php, line 32, the @mysql_connect call. It looks like this call fails silently, somehow. I don't know enough about PHP-MySQL to diagnose this, but PHP-MySQL definitely works for other apps installed on my server...

  5. carthik
    Member
    Posted 4 years ago #

    Check http://example.com/wordpress/phpinfo.php to see if your server supports MySQl, and what options php was compiled with.

  6. meff
    Member
    Posted 4 years ago #

    OK, Found this with the help of illya23b's post.
    This should be put into a FAQ somewhere on here or something.
    Load up your php.ini file in /etc/apache2/php.ini
    Find the line ';extention=mysql.so' and uncomment it (remove the ;)
    Then restart Apache2. Should work fine :)
    Good luck.

  7. maxfreeman
    Member
    Posted 4 years ago #

    Hi everyone
    Yep this config is working for me too ... many thanks to all!
    Check http://example.com/wordpress/phpinfo.php to see if your server supports MySQl, and what options php was compiled with.
    <- this was my first problem. I've forgotten to install the php-mysql support (shame on me). apt-get install php4-mysql ;-) fix this problem.
    this is to edit wp-config.php, and insert the line:
    dl("mysql.so");
    somewhere in there, for instance before the four define() calls.
    <- that was the second thing I had to change.
    regards
    Matthias, Switzerland

  8. Anonymous
    Unregistered
    Posted 4 years ago #

    anyone tried wordpress on php5? i got a blank page on every wp .php files

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.