You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new config should be added to the framework: It should allow the developer to set the PHP errors public or private.
When the config is set to public, errors should be displayed on the web page.
When the config is set to private, errors should be stored in a error log file.
As the PHP error management in quite complex, the config should support MySQL errors first (for protecting mysql logging informations).
The text was updated successfully, but these errors were encountered:
A new config should be added to the framework:
It should allow the developer to set the PHP errors public or private.
When the config is set to public, errors should be displayed on the web page.
When the config is set to private, errors should be stored in a error log file.
As the PHP error management in quite complex, the config should support MySQL errors first (for protecting mysql logging informations).
The text was updated successfully, but these errors were encountered: