Too many "Notice: Undefined variable:"
A WebBased Collaboration OpenSource Tool
Brought to you by:
luiswang
First of all thanks for this system. During the setup i am getting a lot of "Notice: Undefined variable:". After finished the setup also got that error.
PHP extension also i have check all meet the requirement.
Apache Version :2.4.9
PHP Version :5.5.12
MySQL Version :5.6.17
The display_errors directive controls whether or not PHP displays error messages in users' web browsers. To prevent PHP from displaying error messages, use a text editor to modify the display_errors directive in the php.ini file as follows:
display_errors = offhow to locate php.ini
php -i | grep php.iniNice. thanks for the reply.=)