Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: DmN CMS: Failed to connect to sql  (Visto 1521 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline sp3cial Posteado: April 26, 2020, 07:47:36 AM | Modificado: April 26, 2020, 07:51:33 AM by sp3cial

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 85
  • Gracias recibida: 23
  • md
Hello i have a webhost and MuServer & Sql is on localhost i wil try DMNcms in webhost and i place connection of local host and i have error
DmN CMS: Failed to connect to sql server instance. Please check your configuration details.




Gracias:


Offline Deidad #1 Posteado: April 26, 2020, 09:16:48 AM

  • ESTAFADOR
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 915
  • Gracias recibida: 1560
  • ve
i offer Templates , installation and complete customizacion forDMN WEB.


Offline sp3cial #2 Posteado: April 26, 2020, 09:40:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 85
  • Gracias recibida: 23
  • md

Offline sp3cial #3 Posteado: April 26, 2020, 12:09:03 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 85
  • Gracias recibida: 23
  • md

Offline Fabiven #4 Posteado: July 11, 2020, 03:48:52 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 16
  • Gracias recibida: 3
  • ro
i got the same problem and dont know wat to do  please


Offline lunaticodeveloper #5 Posteado: July 11, 2020, 03:59:01 PM

  • MAESTRO

  • US. DE HONOR

  • +4 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.845
  • Gracias recibida: 22161
  • ar
i got the same problem and dont know wat to do  please

the problem is u hosting dont have MSSQL 11 DRIVERS INSTALLED. U CAN CHECK THE SQLERROS WITH THIS SCRIPT.

create 1 xxx.php and put it

<?php

$serverName = "youserverip";
$connectionInfo = array(
"Database"=>"MuOnline",
"UID"=>"sa",
"PWD"=>"xxxxxx");

$conn = sqlsrv_connect( $serverName, $connectionInfo);

if( $conn ) {
echo "Connection established.<br />";
}else{
echo "Connection could not be established.<br />";
die( print_r( sqlsrv_errors(), true));
}
?>

the line "die( print_r( sqlsrv_errors(), true));"  will you why u web dont connect to sqlserver

Soporte premium ya sabes contactame!
Experto en MuOnline! Mira mis aportes de primera!
Alojamiento de Servidores / Venta de Configuraciones Mu Online / Espacio de alojamiento para WebHost / Venta de diseƱo grafico.

Offline Gaboo; #6 Posteado: July 11, 2020, 05:46:10 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.415
  • Gracias recibida: 2392
  • ve
Verify that the company that provides Web Services has the active MSSQL connection, it must have port 1433 Outgoing Active.

Regards.



Offline Fabiven #7 Posteado: July 12, 2020, 06:41:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 16
  • Gracias recibida: 3
  • ro
No that wasent the problem i haved sql 11 alredy instaled and all that the problem is i could not connect with the name of the host i put instead the ip on name and it connect thank God it work so if anybody have the same problem i haved just put ur ip instead of the Server name !!


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
3 Replies
1972 Views
Last post June 27, 2017, 10:50:28 AM
by hovelisco
0 Replies
676 Views
Last post October 05, 2017, 08:20:02 AM
by chuvito
16 Replies
1041 Views
Last post February 09, 2021, 02:22:37 PM
by dorkkan
6 Replies
1166 Views
Last post April 16, 2021, 01:05:47 AM
by christiaan
1 Replies
350 Views
Last post November 26, 2022, 09:50:20 PM
by thuongdo07