Forums

Blank Page Fix!! (4 posts)

  1. Anonymous
    Unregistered
    Posted 5 years ago #

    If you are getting a blank page the reason will most likely be with your Textism Refers program. To fix it you need to either try upgrading to his current version (version 2.1) or you will need to go to your Root directory and open up a file name .htaccess in a text editor. Once you've done that you'll need to delete the line that says:
    php_value auto_prepend_file /home/username/public_html/refer/refer.php
    after that you'll need to re-upload the .htaccess file and thats it.
    You'll have to manually include the Refers program using PHP's include function. EX:
    <?php include_once("/home/Your_User_Name/public_html/refer/refer.php"); ?>

  2. Shreela
    Member
    Posted 5 years ago #

    THANKS donnie!!
    I would have NEVER thought to connect those two things together *S*
    I did the 2nd choice, since I'd removed the referrer stuff from my MT blog a while back, since it (or a mistake I'd made) generated SO many errors in my logs.
    Sherri

  3. Anonymous
    Unregistered
    Posted 5 years ago #

    I don't have a refer/refer.php anywhere on my system.
    I also don't have a .htaccess anywhere on my system.
    Any other suggestions?

  4. Anonymous
    Unregistered
    Posted 5 years ago #

    I did some preliminary debugging: On my system, I'm getting a blank page because the php code is barfing on the following line in wp-includes/wp-db.php:
    $this->dbh = @mysql_connect($dbhost,$dbuser,$dbpassword);
    I inserted a statement to print the values of $dbhost, $dbuser and $dbpassword -- they are all correct.
    further information: PHP version: 4.2.2 ; MySQL version: 4.0.16
    My knowledge of PHP and MySQL is rather poor, so this is as far as I can debug this. Would someone else take a look at it?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.