Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

A3 Web Management

Status
Not open for further replies.
Experienced Elementalist
Joined
Feb 27, 2010
Messages
283
Reaction score
32
Hello
Recently posted web mangement by Zaugola
I was trying to use it with mine but when i use it i Am getting this error
Code:
Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\system\database\drivers\sqlsrv\sqlsrv_driver.php on line 76
I have followed the guide also downloaded sqlncli.exe also Still facing the error
Can anyone Please tell me What more steps have to be followed in order to make that work ?

Thanks and Regards
lovbudy
 
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
No.. Dont think that is the prob cos its the framework engine.....

Must be something with the php version that he is using...

Do this...

<?php
Phpversion();
?>

Put all those code n paste the ss ober here so that i can help troubleshoot.

2
 
Experienced Elementalist
Joined
Feb 27, 2010
Messages
283
Reaction score
32
PHP Version 5.2.9
but if i use any other xampp other than 1.7.1 than port 80 is not getting started :(
 
Experienced Elementalist
Joined
Feb 27, 2010
Messages
283
Reaction score
32
SS1.JPG - A3 Web Management - RaGEZONE Forums
Here it is
I have updated the php version to 5.3.1
here is the ss to that
ss.JPG - A3 Web Management - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
If php version 5.2, use mssql.
If php version 5.3, use sqlsrv.

Change it at this script :
/application/config/database.php

2

oh yeaa..
pls take a look at the screenshot b4 u proceed with the installation of AMS....

if ur php version is 5.3 or higher, check this section. it must be there to make it works...

Untitled - A3 Web Management - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Junior Spellweaver
Joined
Dec 31, 2010
Messages
144
Reaction score
16
If php version 5.2, use mssql.
If php version 5.3, use sqlsrv.

Change it at this script :
/application/config/database.php

2

oh yeaa..
pls take a look at the screenshot b4 u proceed with the installation of AMS....

if ur php version is 5.3 or higher, check this section. it must be there to make it works...

View attachment 106221

i get date() error it says dont rely on local pc's date setting bla bla bla and its not working no matter how i try it
 
Initiate Mage
Joined
Apr 3, 2011
Messages
65
Reaction score
4
Yes, while testing this acp i was also having this issue
if sqlsrv function is not enable in your php by default then u can enable it

Here is the steps


1. I grabbed the PHP drivers from here:
2. I extracted that package into a folder on your desktop
3. I copied "php_pdo_sqlsrv_53_ts_vc9.dll" and "php_sqlsrv_53_ts_vc9.dll" to my "/xampp/php/ext" folder
4. Added the extension lines to my "php.ini" file
5. Updated the Microsoft SQL 2008 R2 Client on my machine (Stated as a requirement on the PHP manual page)
6. Started Apache via the Control Panel and it started up

Your done enabling sqlsrv function in your web server


For additional help visit:
 
Last edited:
Status
Not open for further replies.
Back
Top