| ||||||||||
PHP error "Notice: Undefined variable"ProblemAfter installing FC3 php gives error messages like "Notice: Undefined variable: Bla bla". ReasonThe default error setting in php.ini is set to E_ALL. SolutionEdit /etc/php.ini with your favorite text editor. Replace the lineerror_reporting = E_ALLwith error_reporting = E_ALL & ~E_NOTICE hm@itu.dk |
|