Results 1 to 4 of 4

Thread: what the white page

  1. #1
    Junior Member
    Join Date
    Dec 2009
    Posts
    3
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Red face 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. #2
    Senior Member something else's Avatar
    Join Date
    Feb 2008
    Location
    if($something){echo 'Status code 404'; }else{ echo 'coding-talk.com';}
    Posts
    1,818
    Thanks
    209
    Thanked 447 Times in 202 Posts
    Rep Power
    0

    Default

    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

    [Only registered and activated users can see links. Click Here To Register...]


  3. #3
    Senior Member i0nutzxp's Avatar
    Join Date
    Apr 2009
    Location
    Romania , Galati
    Posts
    153
    Thanks
    7
    Thanked 48 Times in 31 Posts
    Rep Power
    5

    Default

    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'); ?>

  4. #4
    Junior Member
    Join Date
    Dec 2009
    Posts
    3
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. white page error
    By mentalhosting in forum Site / Script testing and error fixing
    Replies: 16
    Last Post: 13-09-09, 14:29
  2. mr.white corrner
    By mrwhite in forum Sites / Links
    Replies: 0
    Last Post: 21-03-09, 15:57
  3. Your First Php Page
    By stressdidri in forum Trash forum
    Replies: 6
    Last Post: 02-10-08, 06:12
  4. Next Page
    By tzoulij in forum Coding Forum
    Replies: 3
    Last Post: 31-08-08, 11:38

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19