Fatal error PHP

10/28/2019 14:34 randiel123#1
Hello, i have a problem: Fatal error: Uncaught Error: Call to undefined function sqlsrv_connect() in E:\xampp\htdocs\config.php:58 Stack trace: #0 E:\xampp\htdocs\index.php(2): require_once() #1 {main} thrown in E:\xampp\htdocs\config.php on line 58 how to fix it? I already installed all dlls on php.ini, idk...
10/28/2019 15:47 ZeTrOox#2
can you speak french ?

discord : Supray#7900
10/28/2019 20:05 0Lucifer0#3
Less and less info on thread... PHP is a language so it’s like saying please help with c# error... soon it will be hello I have error Help me...
You want help ? maybe start by specifying what you are trying to run...

Ps: this is a pebcak your sql plugin installation was wrongly done.
10/28/2019 22:01 randiel123#4
Quote:
Originally Posted by 0Lucifer0 View Post
Less and less info on thread... PHP is a language so it’s like saying please help with c# error... soon it will be hello I have error Help me...
You want help ? maybe start by specifying what you are trying to run...

Ps: this is a pebcak your sql plugin installation was wrongly done.
Thanks lucifer, you give me a idea of this problem. Thanks :handsdown:
10/30/2019 20:39 alvaropike#5
Quote:
Originally Posted by randiel123 View Post
Hello, i have a problem:
Fatal error: Uncaught Error: Call to undefined function sqlsrv_connect() in E:\xampp\htdocs\config.php:58
Stack trace: #0 E:\xampp\htdocs\index.php(2): require_once() #1 {main} thrown in E:\xampp\htdocs\config.php on line 58 how to fix it? I already installed all dlls on php.ini, idk...
read the error... u have a call of a function called sqlsrv_connect() in config.php and you will be missing a file because u have other error with a require