Blank Page Fix!!
-
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"); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Blank Page Fix!!’ is closed to new replies.