From: | "Manuel R(dot) Bercián" <maber(at)intelnet(dot)net(dot)gt> |
---|---|
To: | Damián Culotta <dculotta(at)fibertel(dot)com(dot)ar> |
Cc: | Antonio Garcia <angarben(at)hotmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Error pg_connect en PHP al intentar conectar conPostgres |
Date: | 2006-11-13 17:47:45 |
Message-ID: | 4558AFC1.1080203@intelnet.net.gt |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tambien lo que podrias confirmar es poniendo en tu pagina php_info();<br>
lo cual te dara informacion a que tienes soporte, si tienes soporte
para postgresql<br>
ahi estara pgsql, ahhh y aprovecho la oportunidad para decirle a Damián
que Excelente<br>
respuesta realmente realmente respondiste como debe de ser, eso no
quiere decir que <br>
las demas personas no nos ayuden, realmente los foros ayudan mucho, y
gracias a todas<br>
esas personas que nos ayudan desinteresadamente, pero me identifique
mucho<br>
con tu respuesta porque a mi me paso.<br>
<br>
Damián Culotta wrote:
<blockquote cite="mid012a01c70693$2bb6d4f0$6401a8c0(at)workstation"
type="cite">
<meta http-equiv="Content-Type" content="text/html; ">
<meta content="MSHTML 6.00.2900.2963" name="GENERATOR">
<style></style>
<div><font face="Verdana" size="2">En cuanto a lo de Mysql, Php 4.x
tiene soporte nativo para Mysql. No se que versión estás usando en
este momento.</font></div>
<div><font face="Verdana" size="2">Por favor, repasá los 3 pasos que
te comenté anteriormente para ver si está todo bien.</font></div>
<div><font face="Verdana" size="2">Por el momento, el error que
descrbiste es de Php y no de PostgreSql.</font></div>
<div> </div>
<div><font face="Verdana" size="2">Saludos.</font></div>
<blockquote
style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
<div
style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">-----
Original Message ----- </div>
<div
style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>From:</b>
<a title="angarben(at)hotmail(dot)com" href="mailto:angarben(at)hotmail(dot)com">Antonio
Garcia</a> </div>
<div
style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b>
<a title="pgsql-es-ayuda(at)postgresql(dot)org"
href="mailto:pgsql-es-ayuda(at)postgresql(dot)org">pgsql-es-ayuda(at)postgresql(dot)org</a>
</div>
<div
style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b>
Sunday, November 12, 2006 4:40 PM</div>
<div
style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b>
Re: [pgsql-es-ayuda] Error pg_connect en PHP al intentar conectar
conPostgres</div>
<div><br>
</div>
<div>
<p>Yo pienso que el fichero php.ini tiene una extensión llamada <br>
extension=php_pgsql.dll </p>
<p>que hay que habilitar y en una de sus carpetas tiene el llamado
fichero php_pgsql.dll</p>
<p>así que hay algo que no hago bien pero no se que puede ser.</p>
<p>Esto mismo ya lo hice con mysql y funcionó bien. Pero ahora con
postgresql no funciona.??</p>
<pre style="margin: 0em;">Hola Antonio,
En realidad lo que quiere decir eso es que tu PHP no tiene soporte
para Postgres.
No he usado PHP ni Postgres en windows, pero seguro hay muchos
manuales que hablan del tema.
Saludos
Nestor
On 11/12/06, Antonio Garcia <angarben ( at ) hotmail ( dot ) com> wrote:
</pre>
<blockquote
style="border-left: 0.2em solid rgb(85, 85, 238); margin: 0em; padding-left: 0.85em;">
<pre style="margin: 0em;">Buenas, soy nuevo y he instalado postgres 8.1.5. en Windows xp. De momento
funciona. He creado un usuario llamado antonio y le he incluido una
contraseña paterna01.
He creado una base de datos llamada customer y un tabla llamada customer con
DNI, NOMBRE Y APELLIDO.
He configurado el fichero pg_hba.config de la siguiente manera:
host all all 127.0.0.1 255.255.255.255 trust
¿que tengo que poner para que me pida la contraseña? la ip de mi portatil
es: 192.168.2.117
¿debería cambiar 127.0.0.1 por esta?
Lo que es postgres me funciona bien. Ahora el problema lo tengo al intentar
conectarme desde php 5.
En PHP.INI he quitado el # de php_pgsql.dll
extension=php_pgsql.dll
sin ;
y he reiniciado.
El codigo PHP es el siguiente:
<?php
function conectar(){
$cadena_conexion = "host=localhost dbname=customer user=antonio
password=paterna01";
if(($this->conexion = pg_connect($cadena_conexion)) == false){
return false;
echo "No funciona;";
}else{ // ESTE ELSE LO AGREGUE YO
echo "paso por aqu&iacute;";
return true;
}
}
if(conectar()){
echo "Verdad";
}else{
echo "Falso";
}
?>
Y el error que me da es:
Fatal error: Call to undefined function pg_connect() in
c:\ws\www\ejem\ejem07bbbconsulta base datos postgres.php on
line 20
y no se donde está el fallo.
Pero no se conecta.
Saludos,
----------
Antonio García Benlloch
Correo:
angarben ( at ) hotmail ( dot ) com
angarben ( at ) topo ( dot ) upv ( dot ) es
Web:
<a href="http://personales.alumno.upv.es/%7Eangarben" rel="nofollow">http://personales.alumno.upv.es/~angarben</a>
________________________________
Encuentra una aventura, un romance o al amor de tu vida. Date de alta
gratis.
</pre>
</blockquote>
<br>
<br>
<br>
<div>Saludos, <br>
---------- <br>
Antonio García Benlloch <br>
<br>
<strong>Correo: <br>
</strong><a class="moz-txt-link-abbreviated" href="mailto:angarben(at)hotmail(dot)com">angarben(at)hotmail(dot)com</a> <br>
<a class="moz-txt-link-abbreviated" href="mailto:angarben(at)topo(dot)upv(dot)es">angarben(at)topo(dot)upv(dot)es</a> <br>
<br>
<strong>Web: <br>
</strong><a class="moz-txt-link-freetext" href="http://personales.alumno.upv.es/~angarben">http://personales.alumno.upv.es/~angarben</a></div>
</div>
<br>
<a href="http://g.msn.com/8HMBESES/2740??PS=47575" target="_top"></a>
</blockquote>
</blockquote>
</body>
</html>
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/html | 6.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Antonio Garcia | 2006-11-13 18:45:38 | RE: problemas con conexion |
Previous Message | mperezj | 2006-11-13 17:14:57 | problemas con conexion |