Aníbal Pacheco
Aníbal Pacheco
bump, any advance on this? maybe is already done in the actual stable version, thanks
@manelclos For example this: ``` File ".../ogcserver/common.py", line 543, in xmlhandler return Response(self.xmlmimetype, ElementTree.tostring(ogcexcetree, pretty_print=True), status_code=404) TypeError: tostring() got an unexpected keyword argument 'pretty_print' ``` I give up, I spent...
harvest/new raises a similar error: `TemplateNotFound: Template source/new_source_form.html cannot be found` Note: If I set `extra_template_paths = %(here)s/../ckanext-harvest/ckanext/harvest/templates_new` then the error arising in /harvest is `AttributeError: 'module' object has no...
Hi @Evcarfan, did you solve it? I'm facing something like this and spent **days** (not joke) trying to find, but still no clue, I'm now in the phase of writting...
And finally I found a solution!!! @Evcarfan I'll push a MR ASAP
``` $ sudo grep -C2 processes /opt/mailtrain/server/config/production.yaml queue: processes: 5
Also this happened to me last year in one deployment, it was fixed after many hours of work, the solution was install the "posix" node module correctly
Hello, after many hours of investigation and debugging, I observed that the Files are created named with the next id of the file_cache table, but the row inserted in the...
status: doing A post save action was implemented now in a branch that I did not pushed yet, to continue this task (and maybe complete it) I will need to...
status: doing, subtasks left here are: - the main purpose of this issue, improve the is_subscriber permission management - the new system check described at the end of the previous...