Error making query in php, postgresql Database error: Error 989 Session Halted

0

I am currently working with a php system, when I click on the link to see detailed information on the table, I get the following error:

Database error: Invalid SQL: SELECT * FROM tabla WHERE campo = '' Error989 Session halted.

I'm working with a version of php 5.4.45 and postgresql 8.4, I was reviewing the code I do not see anything wrong, I'm coming to think it's a problem with the postgresql server. My SO is Centos 6.9. Any help is welcome.

    
asked by Luis Alfredo Serrano Díaz 25.05.2018 в 17:10
source

0 answers