Disable Notice of Undefined Variable in Apache Server
Found a simple and easy solution. It can be solved by replacing the line “error_reporting = E_ALL” by “error_reporting = E_ALL & ~E_NOTICE” at php.ini
Disable Notice of Undefined Variable in Apache Server
Found a simple and easy solution. It can be solved by replacing the line “error_reporting = E_ALL” by “error_reporting = E_ALL & ~E_NOTICE” at php.ini
0 people found this article useful
0 people found this article useful