Unable to disable the warning messages from UI version RC2

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
nevillekwa
TestLink user
Posts: 4
Joined: Tue Jan 20, 2009 6:24 pm

Unable to disable the warning messages from UI version RC2

Post by nevillekwa »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

not enough data to understood problem.
Please avoid telegraphic mode when you are looking for help
nevillekwa
TestLink user
Posts: 4
Joined: Tue Jan 20, 2009 6:24 pm

Post by nevillekwa »

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
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

I modified code for the next build 1.8.0. You can use

Code: Select all

$tlCfg->show_config_check_warning = FALSE;
to disable it.
Locked