Search found 3 matches
- Thu Oct 23, 2008 6:39 am
- Forum: TestLink 1.7 (Closed)
- Topic: Test Reports and Metrics:-Unable to view reports in MSExcel
- Replies: 0
- Views: 2826
Test Reports and Metrics:-Unable to view reports in MSExcel
Hi all, On selecting the hyperlink text "Test Reports and Metrics" in Home page of testlink and in the report format I chose MS Excel and when I click on any of the reports I get the following error in the pop up box:- Internet Explorer cannot download ResultsAllBuilds.php from localhost I...
- Fri Jul 04, 2008 10:06 am
- Forum: Installation and configuration
- Topic: Problem in creating tables in DB using MSSQL server 2005
- Replies: 8
- Views: 11624
Problem in creating tables in DB using MSSQL server 2005
Hi, I want to have my database tables in MSSQL instead of MYSQL. The steps I followed for it are :- 1. In php.ini file I enabled the extension for php_mssql.dll 2. Placed the php_mssql.dll in System32 3. When I tried to execute phpinfo(); I am getting details of msql 4. I executed the testlink 1.7.4...
- Mon Jun 30, 2008 6:19 am
- Forum: TestLink 1.7 (Closed)
- Topic: LDAP Problem
- Replies: 1
- Views: 4677
LDAP Problem
Hi, In TetsLink 1.7 am making use of LDAP. I am able to execute the following functions like: $ldapConnection = ldap_connect($ldap_server,$ldap_port); $ldapBind = ldap_bind($ldapConnection,$dn,$userName,$passWord); but I am not able to execute the function : if($ldapBind) { $arrayList = array("...