Tue 13 Jan 2015 01:47:55 PM UTC, comment #3:
I fixed already, thanks anyways Bruno.
Next time, when working on a bug, change the status, and assign it, so we don't work in parallel :)
Best,
|
Mon 12 Jan 2015 10:44:26 PM UTC, original submission:
Traceback during installation of the health module:
[Mon Jan 12 22:27:56 2015] INFO:modules:health
[Mon Jan 12 22:27:56 2015] INFO:modules:health:register patient.disease
[Mon Jan 12 22:27:56 2015] INFO:modules:health:register patient.medication
[Mon Jan 12 22:27:56 2015] INFO:modules:health:register patient.vaccination
[Mon Jan 12 22:27:56 2015] INFO:modules:health:register gnuhealth.immunization_status_report
[Mon Jan 12 22:27:56 2015] INFO:modules:health:register gnuhealth.operational_area
[Mon Jan 12 22:27:56 2015] INFO:modules:health:register gnuhealth.operational_sector
[Mon Jan 12 22:27:57 2015] INFO:modules:health:register gnuhealth.du
[Mon Jan 12 22:27:57 2015] INFO:modules:health:register gnuhealth.occupation
[Mon Jan 12 22:27:57 2015] INFO:modules:health:register gnuhealth.ethnicity
[Mon Jan 12 22:27:58 2015] INFO:modules:health:register gnuhealth.birth_certificate
Traceback (most recent call last):
File "./trytond", line 80, in <module>
trytond.server.TrytonServer(options).run()
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/server.py", line 98, in run
Pool(db_name).init(update=self.options.update, lang=lang)
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/pool.py", line 151, in init
lang=lang)
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/modules/__init__.py", line 416, in load_modules
_load_modules()
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/modules/__init__.py", line 383, in _load_modules
load_module_graph(graph, pool, update, lang)
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/modules/__init__.py", line 232, in load_module_graph
cls.__register__(module)
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/model/modelsql.py", line 129, in _register_
table.add_fk(field_name, ref, field.ondelete)
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/backend/postgresql/table.py", line 303, in add_fk
'ON DELETE ' + on_delete)
File "/src/gnuhealth/transifex/deploy_templates/20150112_health_34_es_ES/trytond/trytond/backend/postgresql/database.py", line 314, in execute
return self.cursor.execute(sql)
psycopg2.ProgrammingError: relation «gnuhealth_institution» does not exist
|