Dedicated/reseller And Shared Plesk Users

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

    Dedicated/reseller And Shared Plesk Users

    here is a lil code if u want to fix up error display as it comes up wif white page normally and thats no help when u got errors lol and i couldnt find a section 2 change this in the cp so put this near top ur core file or a main file

    Code:
    ini_set("display_errors", "1");
    ini_set("error_reporting", "E_ALL & ~E_NOTICE");

    #2
    You can use the same thing with htaccess

    Code:
    php_value display_errors 1
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      You can use the same thing with htaccess

      Code:
      php_value display_errors 1
      [/b]

      not all hosts use .htaccess files some use ph.ini files and there a pain as they hav 2 go in every directory wif php files

      Comment

      Working...
      X