<bug>: Trying to import a pdf from the file system to patient kirk

Bug #273964 reported by Saša Janiška
8
Affects Status Importance Assigned to Milestone
GNUmed
Fix Released
Medium
Unassigned

Bug Description

More info in the log file.

Sincerely,
Gour

Revision history for this message
Saša Janiška (gour) wrote :
Changed in gnumed:
importance: Undecided → Medium
Revision history for this message
shilbert (sebastian-hilbert) wrote :

This applies to 0.2.8.10 and is due to the database connection being read only

The quick fix is replacing
rows, idx = run_ro_queries(link_obj=conn, queries=[data_query])

by

rows, idx = run_ro_queries(queries=[data_query])

see attached gmPG2.py

copy it over the one in the pycommon directory for a quick fix.

The next release will ship the fix.

Changed in gnumed:
status: New → Fix Released
Revision history for this message
ncq (karsten-hilbert) wrote : Re: [Bug 273964] Re: <bug>: Trying to import a pdf from the file system to patient kirk

> Fixed. 0.2.8.11 will be released next week.
>
> Please close on Launchpad.
>
> Karsten
>
> On Fri, Oct 03, 2008 at 10:28:22AM -0000, Hilbert, Sebastian wrote:
> > Subject: [Bug 273964] Re: <bug>: Trying to import a pdf from the file system
> > to patient kirk
> >
> > This applies to 0.2.8.10 and is due to the database connection being
> > read only
> >
> > The quick fix is replacing
> > rows, idx = run_ro_queries(link_obj=conn, queries=[data_query])
> >
> > by
> >
> > rows, idx = run_ro_queries(queries=[data_query])
> >
> >
> > see attached gmPG2.py
> >
> > copy it over the one in the pycommon directory for a quick fix.
> >
> > The next release will ship the fix.
> >
> >
> > ** Attachment added: "gmPG2 replacement"
> > http://launchpadlibrarian.net/18158410/gmPG2.py
> >
> > ** Changed in: gnumed
> > Status: New => Fix Released
> >
> > --
> > <bug>: Trying to import a pdf from the file system to patient kirk
> > https://bugs.launchpad.net/bugs/273964
> > You received this bug notification because you are a member of GNUmed
> > development, which is subscribed to GNUmed.
> >
> > Status in GNUmed - electronic medical record: Fix Released
> >
> > Bug description:
> > More info in the log file.
> >
> >
> > Sincerely,
> > Gour
>
> --
> GPG key ID E4071346 @ wwwkeys.pgp.net
> E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.