Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi A - F > Basi di dati ~ comunicazione digitale > errore Call to undefined function pg_connect()
Pages (2): [1] 2 »   Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
aa677592
.fedelissimo.

User info:
Registered: Mar 2006
Posts: 41 (0.01 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 2006/7
Time Online: 1 Day, 5:56:47 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Unhappy errore Call to undefined function pg_connect()

Ciao a tutti, ho installato pg php apache seguendo tutte le guide possibili e php e apache funzionano correttamente.
Quando carico un file php tipo:


<?php

$conn = pg_connect("host=localhost port=5432
dbname=db_test_user user=test_user password=pass_test_user");
if (!$conn){
die("Connessione fallita !<br />");
} else{
echo"Connessione riuscita !<br />";
}
?>
mi da questo errore :
Fatal error: Call to undefined function pg_connect() in C:\Programmi\Apache Software Foundation\Apache2.2\htdocs\connect.php on line 3.

Ho decommentato il file php.ini ( extension=php_pgsql.dll)
nn so + cosa fare sono 2 giorni che ci sto sbattendo la testa senza risultati.
Aiutoooooooooooooooooooooooooooooooooooooooooooooo

16-06-2008 19:10
Click Here to See the Profile for aa677592 Click here to Send aa677592 a Private Message Find more posts by aa677592 Add aa677592 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
zeman13
.grande:maestro.

User info:
Registered: Mar 2005
Posts: 566 (0.08 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 3°
Time Online: 6 Days, 9:24:06: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

devi installare una versione di php con che riconosca le funzioni come la pg_connect...o cmq che riesca a interfacciarsi con postgresql...http://www.php.net/manual/it/ref.pdo-pgsql.php

per fare questo ci sono diverse soluzioni dipende dal s.o che usi...
1 su linux funziona tutto di default......chissa perchè :-)
2 su mac o ricompili php aggiungendo le pdo...oppure puoi usare mamp che ce l'ha già di default oppure se vuoi cè anche questa guida http://developer.apple.com/internet...e/postgres.html
3 su windows non lo so cmq devi avere una versione di php che abbia le PDO_PGSQL attivate...hai provato easyphp? (http://www.easyphp.org/)

ciao
:-)

__________________
You are what you know...

17-06-2008 00:10
Click Here to See the Profile for zeman13 Click here to Send zeman13 a Private Message Find more posts by zeman13 Add zeman13 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
aa677592
.fedelissimo.

User info:
Registered: Mar 2006
Posts: 41 (0.01 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 2006/7
Time Online: 1 Day, 5:56:47 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Grazie per la risposto, cmq uso windows xp.
C'è un modo per controllare se ho le PDO_PGSQL attive sul php che ho installato?

17-06-2008 09:49
Click Here to See the Profile for aa677592 Click here to Send aa677592 a Private Message Find more posts by aa677592 Add aa677592 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
aa677592
.fedelissimo.

User info:
Registered: Mar 2006
Posts: 41 (0.01 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 2006/7
Time Online: 1 Day, 5:56:47 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Controllando sul file php.ini ho notato che ho già decommentato la riga
extension=php_pdo_pgsql.dll e quella extension=php_pgsql.dll
Devo settarle anche da un altra parte?

17-06-2008 09:52
Click Here to See the Profile for aa677592 Click here to Send aa677592 a Private Message Find more posts by aa677592 Add aa677592 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
aa677592
.fedelissimo.

User info:
Registered: Mar 2006
Posts: 41 (0.01 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 2006/7
Time Online: 1 Day, 5:56:47 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Mi è venuto un dubbio!!!
Forse l'errore Fatal error: Call to undefined function pg_connect() potrebbe essere dovuto alla configurazione di php con le libpq di postgre???
Se cosi fosse come posso configurarle ???

17-06-2008 11:13
Click Here to See the Profile for aa677592 Click here to Send aa677592 a Private Message Find more posts by aa677592 Add aa677592 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
zeman13
.grande:maestro.

User info:
Registered: Mar 2005
Posts: 566 (0.08 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 3°
Time Online: 6 Days, 9:24:06: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

e dovuto solo a quello... ti ripeto io non uso win cmq dovresti trovare una versione di php con le pdo attivate...hai provato xampp?

__________________
You are what you know...

17-06-2008 13:44
Click Here to See the Profile for zeman13 Click here to Send zeman13 a Private Message Find more posts by zeman13 Add zeman13 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Paoloong
.primate.

User info:
Registered: Oct 2004
Posts: 69 (0.01 al dì)
Location: milano - caput mundi
Corso: comunicazione digitale
Anno: indefinito...
Time Online: 22:44:56 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by zeman13
e dovuto solo a quello... ti ripeto io non uso win cmq dovresti trovare una versione di php con le pdo attivate...hai provato xampp?


guarda, io ho provato in mille modi/letto in mille forum, ma niente...
alla fine ho copiato la cartella php che c'è nei pc in uni e ora funziona tutto....

17-06-2008 14:24
Click Here to See the Profile for Paoloong Click here to Send Paoloong a Private Message Find more posts by Paoloong Add Paoloong to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
dodo77
Burn in my Light

User info:
Registered: Sep 2004
Posts: 864 (0.12 al dì)
Location: Into a Corner
Corso: Com. Digitale
Anno: son vecchio
Time Online: 2 Days, 2:25:13 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

italian way :D

18-06-2008 11:45
Click Here to See the Profile for dodo77 Click here to Send dodo77 a Private Message Find more posts by dodo77 Add dodo77 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Paoloong
.primate.

User info:
Registered: Oct 2004
Posts: 69 (0.01 al dì)
Location: milano - caput mundi
Corso: comunicazione digitale
Anno: indefinito...
Time Online: 22:44:56 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by dodo77
italian way :D


cmq è la libreria che è corrotta... ;)

18-06-2008 20:30
Click Here to See the Profile for Paoloong Click here to Send Paoloong a Private Message Find more posts by Paoloong Add Paoloong to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
aa677592
.fedelissimo.

User info:
Registered: Mar 2006
Posts: 41 (0.01 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 2006/7
Time Online: 1 Day, 5:56:47 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

E si, mi sa che l'unico modo è quello di copiarsi la cartella.
Cmq rimane una cosa inquietante !!!!!!!!!!!!!

19-06-2008 00:05
Click Here to See the Profile for aa677592 Click here to Send aa677592 a Private Message Find more posts by aa677592 Add aa677592 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
zeronegativo
.fedelissimo.

User info:
Registered: Mar 2007
Posts: 43 (0.01 al dì)
Location:
Corso:
Anno:
Time Online: 13:37:25 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ahah italian way!!

anche io farò cosci...

incredibile..

quando gle l'ho detto al prof mi ha detto di lavorare sul pc di lab e sfruttare la tecnologia del lab...

e io giustamente ho replicato che ad agosto l'uni è chiusa :D

19-06-2008 18:53
Click Here to See the Profile for zeronegativo Click here to Send zeronegativo a Private Message Visit zeronegativo's homepage! Find more posts by zeronegativo Add zeronegativo to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
dodo77
Burn in my Light

User info:
Registered: Sep 2004
Posts: 864 (0.12 al dì)
Location: Into a Corner
Corso: Com. Digitale
Anno: son vecchio
Time Online: 2 Days, 2:25:13 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

però attenzione dove copiate le cose perchè alcuni pc in silab sono invirusati, anche quelli in 309.

avevo aperto un topic 2-3 settimane fa riguardo al problema, non so se l'hanno risolto...

io uso mac e quando ho passato la chiavetta usb ad un amico che l'ha usata su uno dei pc in prima fila in 309 mi son ritorvato dentro un file UFO.EXE
penso si auto replichi da pc a chiavetta e da chiavetta a pc

19-06-2008 19:27
Click Here to See the Profile for dodo77 Click here to Send dodo77 a Private Message Find more posts by dodo77 Add dodo77 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
zak84
.arcimaestro.

User info:
Registered: Jan 2005
Posts: 393 (0.05 al dì)
Location: Abbiategrasso
Corso: Comunicazione Digitale
Anno: Terzo
Time Online: 1 Day, 11:59:00: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

la pg_connect falla così (se no rti rompono le palle alla discussione, sicchè devi poterla toccare):

<?php

$conn = pg_connect('host=localhost port=5432 dbname=pippo user=postgres password=post');
if(!$conn)
{
die('Apertura della connessione fallita...<br />');
}

?>

e salvi tutto come pg_connect.php

poi se in un file ti serve, la chiami in questo modo:

require ('../pg_connect.php');

se ti serve tenerla aperta, oppure così

require_once ('../pg_connect.php');

se è una cosa di una sola interrogazione.
il ../ serve per dire che il file è nella cartella superiore, in caso sia nella stessa cartella invece togli ../

__________________
http://profile.mygamercard.net/ZAKx84

20-06-2008 10:28
Click Here to See the Profile for zak84 Click here to Send zak84 a Private Message Find more posts by zak84 Add zak84 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
aa677592
.fedelissimo.

User info:
Registered: Mar 2006
Posts: 41 (0.01 al dì)
Location: Milano
Corso: Comunicazione Digitale
Anno: 2006/7
Time Online: 1 Day, 5:56:47 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

porovato ma mi da sempre lo stesso errore :

Fatal error: Call to undefined function pg_connect()

20-06-2008 10:58
Click Here to See the Profile for aa677592 Click here to Send aa677592 a Private Message Find more posts by aa677592 Add aa677592 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
zak84
.arcimaestro.

User info:
Registered: Jan 2005
Posts: 393 (0.05 al dì)
Location: Abbiategrasso
Corso: Comunicazione Digitale
Anno: Terzo
Time Online: 1 Day, 11:59:00: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ma perchè tutta la tua solfa $conn = pg_connect("host=localhost port blablablablbal non deve più esistere

__________________
http://profile.mygamercard.net/ZAKx84

20-06-2008 11:40
Click Here to See the Profile for zak84 Click here to Send zak84 a Private Message Find more posts by zak84 Add zak84 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 15:47.    Post New Thread    Post A Reply
Pages (2): [1] 2 »   Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.045 seconds (79.91% PHP - 20.09% MySQL) con 26 query.