Anyone could tell me how to configure the HTLauncher, HTSMessage and others things so I can log in?
At my webpage I also get this error:
Fatal error: Call to undefined function mssql_pconnect() inC:\xampp2\htdocs\registro\ajax\conec.php on line 5
Printable View
Anyone could tell me how to configure the HTLauncher, HTSMessage and others things so I can log in?
At my webpage I also get this error:
Fatal error: Call to undefined function mssql_pconnect() inC:\xampp2\htdocs\registro\ajax\conec.php on line 5
Show the content con conec.php to help you find the issue
Here it is:
http://pastebin.com/8d3RaPzi
It seems that you don't have the correct version of php, or you don't have active the mssql driver on php.ini
alxndr is correct. As you can see "Call to undefined function mssql_pconnect() " is pointing to the function itself not the coding after it.
use 1.6.4 if you want a guaranteed version that was created for mssql functions or you can use 1.7.1 that is posted here in ragezone that has the necessary functions too. i can't remember who posted it but, it works for many as well.
What do you mean by php 1.6.4?
I've already tried with EasyPhP and with Xampp (the most recent ones) and I get the same error with both.
What he means is the version of xampp, version 1.6.4 works just fine and superior verisons need a kind of patch.
With the xampp 1.6.4 I can't turn on the apache or mysql server.
Change sql data in the line 5...
sql data??
Edit line 5 with you SQL data acces