Unable to disable the warning messages from UI below:
There are warnings on your configuration
> * See details on file:
> C:\Apache2.2\htdocs\testlink\logs\config_check.txt
Unable to disable the warning messages from UI version RC2
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 4
- Joined: Tue Jan 20, 2009 6:24 pm
-
- TestLink user
- Posts: 4
- Joined: Tue Jan 20, 2009 6:24 pm
When you first access the url:http://localhost/testlink/logon.php, you should see this warning messages under login.php page. I am using Testlink 1.8 RC2 on my local machine.
Thanks,
Neville
Thanks,
Neville
I modified code for the next build 1.8.0. You can use
to disable it.
Code: Select all
$tlCfg->show_config_check_warning = FALSE;