You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hola, tengo un error al momento de conectarme con la BDD de uno de los grupos.
No se pudo conectar a la base de datos: PDOException: SQLSTATE[08006] [7] connection to server at "localhost" (127.0.0.1), port 5433 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? in /home/grupo41/Sites/config/conection.php:12 Stack trace: #0 /home/grupo41/Sites/config/conection.php(12): PDO->__construct() #1 /home/grupo41/Sites/funcionalidades/importar_usuarios.php(2): require('/home/grupo41/S...') #2 {main}
Notice: Undefined variable: db_41 in /home/grupo41/Sites/funcionalidades/importar_usuarios.php on line 7
Fatal error: Uncaught Error: Call to a member function prepare() on null in /home/grupo41/Sites/funcionalidades/importar_usuarios.php:7 Stack trace: #0 {main} thrown in /home/grupo41/Sites/funcionalidades/importar_usuarios.php on line 7
Tengo los archivos de conection.php y data.php bien hechos, y luego en la vista tambien estoy utilizando el require para acceder a la BDD, aun asi nos salta este error.
The text was updated successfully, but these errors were encountered:
Hola, tengo un error al momento de conectarme con la BDD de uno de los grupos.
No se pudo conectar a la base de datos: PDOException: SQLSTATE[08006] [7] connection to server at "localhost" (127.0.0.1), port 5433 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? in /home/grupo41/Sites/config/conection.php:12 Stack trace: #0 /home/grupo41/Sites/config/conection.php(12): PDO->__construct() #1 /home/grupo41/Sites/funcionalidades/importar_usuarios.php(2): require('/home/grupo41/S...') #2 {main}
Notice: Undefined variable: db_41 in /home/grupo41/Sites/funcionalidades/importar_usuarios.php on line 7
Fatal error: Uncaught Error: Call to a member function prepare() on null in /home/grupo41/Sites/funcionalidades/importar_usuarios.php:7 Stack trace: #0 {main} thrown in /home/grupo41/Sites/funcionalidades/importar_usuarios.php on line 7
Tengo los archivos de conection.php y data.php bien hechos, y luego en la vista tambien estoy utilizando el require para acceder a la BDD, aun asi nos salta este error.
The text was updated successfully, but these errors were encountered: