From: | "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net> |
---|---|
To: | bastiaan(at)wakkie(dot)org |
Cc: | pgsql-php(at)postgresql(dot)org |
Subject: | Re: Warning: pg_fetch_row(): ... |
Date: | 2004-07-07 19:43:31 |
Message-ID: | 40EC5263.8010404@ehpg.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
This means your query didn't execute correctly, pull your query out and
run it in psql to see what the query error is. You can also validate
the number of rows your query is returning using pg_NumRows.
Gavin
Bastiaan Wakkie wrote:
> Hi All,
>
> I just upgraded my PostgreSQL from 7.2 to 7.4.3. Mandrake gave me in
> the first place a lot of problems so I just recompiled php and
> postgresql again (php --without-mysql gave even problems!)
>
> I got one problem left though: any one familier with this error...
>
> "*Warning*: pg_fetch_row(): Unable to jump to row 0 on PostgreSQL result index 4 in */www/....php* on line *17*"
>
> ... ? I did search on google and found a lot of site having the same
> problem. Anyone does have a cure for this?
>
> Thanks,
> Bastiaan
>
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Marques | 2004-07-07 19:52:43 | Re: Warning: pg_fetch_row(): ... |
Previous Message | Bastiaan Wakkie | 2004-07-05 20:24:46 | Warning: pg_fetch_row(): ... |