[urgent][help]script error help me plz ?

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

    [urgent][help]script error help me plz ?

    hi frineds m use ulkoi script .....from night its wrok fi9 but suddenly in morning its go blank white its not open only white page open i do nothing

    everthing same as before but only white page open i cant find where is error some 1 help me plz what i do ?

    #2
    put :
    PHP Code:
    ;
    error_reporting  (E_ALL);
    ini_set ('display_errors'true); 
    at the top of your script after <?php

    Comment


      #3
      Originally posted by something else View Post
      put :
      PHP Code:
      ;
      error_reporting  (E_ALL);
      ini_set ('display_errors'true); 
      at the top of your script after <?php
      Or just put this after the <?php tag to show all error
      Code:
      error_reporting("E^ALL");

      Comment

      Working...
      X