Error Log - Warning undefined variable

  • php warning undefined variable is not harmful error

     

    to stop this message from filling up your log file :

     


    Modify application/index.php

    LOOK FOR

    $application->bootstrap();



    INSERT THIS LINE ABOVE

    error_reporting(E_ERROR | E_PARSE);

     

0 comments