This topic is locked

Postgresql problem

2/2/2006 7:20:37 AM
PHPRunner General questions
D
diego author

add script works prefect
in list script my project in postgresql return this error:
Informações Técnicas

Tipo de Erro 2

Descrição do Erro pg_query() [function.pg-query]: Query failed: ERRO: erro de sintaxe em ou próximo a "offset" at character 81

URL 192.168.3.124/site/_teste_list.php?

Arquivo de Erro /home/httpd/html/site/include/dbconnection.php

Linha com Erro 20

Consulta de SQL select "Suprimentos", "id", "FrentePDV" From "public"."_teste"

admin 2/2/2006

Diego,
thank you for pointing me to ths bug.

We'll fix it in the next PHPRunner update.
To get your pages working now please modify list.php file in

C:\Program Files\PHPRunner\sourcefolder.

Locate this string there:

...", offset "...

and remove a comma, i.e. replace with:

..." offset "...



Apply the same modifications to print.phpand export.phpfiles.
Then rebuild your project.

D
diego author 2/2/2006

Diego,

thank you for pointing me to ths bug.

We'll fix it in the next PHPRunner update.
To get your pages working now please modify list.php file in

C:\Program Files\PHPRunner\sourcefolder.

Locate this string there:

and remove a comma, i.e. replace with:
Apply the same modifications to print.phpand export.phpfiles.
Then rebuild your project.


Ok it´s works

thank´s