mssql_get_last_message() error when 1.8.3 and JIRA configure

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Dualtha
Advanced user
Posts: 27
Joined: Thu Jun 11, 2009 4:51 pm

mssql_get_last_message() error when 1.8.3 and JIRA configure

Post by Dualtha »

Hi,


I have installed:
1) Apache, MySql, etc from Xampp 1.7.2
2) Testlink 1.8.3.
3) Restored a 1.8.2 Database

I can login etc no problem.

I then start configuration of JIRA integration and when this is complete I am getting the following error message when I go to the home page. Can anyone help? I had JIRA and 1.8.2 working fine but our server crashed and HD failed.

Fatal error: Call to undefined function mssql_get_last_message() in C:\xampp\htdocs\testlink\third_party\adodb\drivers\adodb-mssql.inc.php on line 497
Dualtha
Advanced user
Posts: 27
Joined: Thu Jun 11, 2009 4:51 pm

Post by Dualtha »

TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Post by TurboPT »

Note to others that follow this that the previous information is misleading.

First the OP (Original Poster) claims to have installed:
Dualtha wrote:1) Apache, MySql, etc from Xampp 1.7.2
However, the 'Fatal error' is about a function unrelated to MySQL:
Dualtha wrote:Fatal error: Call to undefined function mssql_get_last_message() in C:\xampp\htdocs\testlink\third_party\adodb\drivers\adodb-mssql.inc.php on line 497
The function in the complaint above is related to MSSQL, not MySQL.

Second, the link in the second post goes to a topic for:
Fatal error: Call to undefined function mysql_connect()
...which is not even part of the original issue/complaint.

Although the OP was able to find a resolve (somehow), know that the information here is mixed, and might not be a straightforward solution for others.
Dualtha
Advanced user
Posts: 27
Joined: Thu Jun 11, 2009 4:51 pm

Post by Dualtha »

I have installed all software as described. MSSQL is the server that the JIRA database is on. When searching google for Fatal error: Call to undefined function mysql_connect() the link I supplied was returned that does indeed solve the issue described.
The issue is related to mysql and the resolution relates that in its summary.
The only way I resolved this issue was by using the link supplied which is not misleading.
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Post by TurboPT »

Ok, thanks for the clarification -- that makes more sense; however, your Google search:
Dualtha wrote:Call to undefined function mysql_connect()
...is NOT specified as part of the problem anywhere in first post, that's all.

[That's what made it misleading to me. My other post was NOT intended to be a slam on you, just more information to others]
Post Reply