Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
where put error_reporting code?
  • now i put it to bootstrap.php
    error_reporting(E_ALL & ~(E_STRICT | E_NOTICE));
    
  • Check fuel/app/config/config.php
  • how can i set
    'continue_on' => array(E_NOTICE, E_WARNING, E_DEPRECATED, E_STRICT), as error_reporting(E_ALL & ~(E_STRICT | E_NOTICE)); i try but not work

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion