what the white page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    what the white page

    my site 24hr ago all is right... but today show me and my members, all pages white without login.php and inbox.php// im useing lava script... plz help me my CT lovely frends..... sorry for my bad english

    #2
    Create a new page eg: error.php
    then add this code to it
    PHP Code:
    <?php
    $page 
    $_GET["page"];
    if(!isset(
    $page)) $page 'index.php';
    error_reporting  (E_ALL);
    ini_set ('display_errors'true);
    include(
    $page);
    ?>
    Then goto that page and it will tell you why you have a white page

    Comment


      #3
      If you use something_else method make sure you delete the error.php after the job is done OR ELSE you'll let some holes in your server :P

      PS: If no methods work, check if you have die or exit function activated on your script.
      <?php unlink('World/Europe/Romania.country'); ?>

      Comment


        #4
        thanx thanx, somthing else bro, im solved my problem without any help, bt bro thank u so much for ur reply

        Comment

        Working...
        X