I need help pls, Here is the Error I got after configer Debian. Error Type: ProgrammingError Error Value: ERROR: Attribute 'number' not found select * from "Patients_items" order by number Thank you, Konjet __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
I need help pls,
Here is the Error I got after configer Debian.
Error Type: ProgrammingError Error Value: ERROR: Attribute 'number' not found select * from "Patients_items" order by number
Until you give us more specifics about your circumstances, the best I can say the very obvious: the table 'Patients_items' does not seem to have a 'number'. Look at your database and make sure you're spelling things right. --jcc
Konjet kurabachew wrote at 2003-5-13 11:26 -0700:
I need help pls,
Here is the Error I got after configer Debian.
Error Type: ProgrammingError Error Value: ERROR: Attribute 'number' not found select * from "Patients_items" order by number
This error message seems to come from your database (seems to be Gadfly). It tells you that "Patients_items" does not have an attribute (column) "number". Dieter
On Wed, May 14, 2003 at 08:51:06PM +0200, Dieter Maurer wrote:
Konjet kurabachew wrote at 2003-5-13 11:26 -0700:
I need help pls,
Here is the Error I got after configer Debian.
Error Type: ProgrammingError Error Value: ERROR: Attribute 'number' not found select * from "Patients_items" order by number
This error message seems to come from your database (seems to be Gadfly). It tells you that "Patients_items" does not have an attribute (column) "number".
Further private correspondence shows that it is part of OIO, and the database adapter and database should be psycopgda and postgresql. See http://www.txoutcome.org/ I have never installed OIO, so unless someone here has expertise, Konjet would probably be best talking to someone associated with that project. Jim Penny
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Dieter Maurer -
J Cameron Cooper -
Jim Penny -
Konjet kurabachew