linuxserver / docker-dokuwiki

GNU General Public License v3.0
110 stars 24 forks source link

DokuWiki-Extension bpmn.io does not work #37

Closed update-freak closed 2 years ago

update-freak commented 3 years ago

After I switched from the Synology App DokuWiki (https://www.synology.com/de-de/dsm/packages/DokuWiki) to this Docker image, the extension bpmn.io (https://www.dokuwiki.org/plugin:bpmnio) does not work anymore. That means no BPMN diagrams are rendered anymore. With the Synology App it worked without any problems. Please fix this problem.


Expected Behavior

The inserted BPMN diagrams as code are rendered as graphics.

Current Behavior

The inserted BPMN diagrams as code are not rendered as graphics.

Steps to Reproduce

  1. Install the extension bpmn.io (https://www.dokuwiki.org/plugin:bpmnio)
  2. Insert the code:
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1tznx0q" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.8.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
  <bpmn:process id="Process_01bczpu" isExecutable="true">
    <bpmn:startEvent id="StartEvent_1">
      <bpmn:outgoing>Flow_05g7irt</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:task id="Activity_1ja8r29" name="Testen">
      <bpmn:incoming>Flow_05g7irt</bpmn:incoming>
      <bpmn:outgoing>Flow_0qd4i7q</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="Flow_05g7irt" sourceRef="StartEvent_1" targetRef="Activity_1ja8r29" />
    <bpmn:endEvent id="Event_0hj4816">
      <bpmn:incoming>Flow_0qd4i7q</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="Flow_0qd4i7q" sourceRef="Activity_1ja8r29" targetRef="Event_0hj4816" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_01bczpu">
      <bpmndi:BPMNEdge id="Flow_05g7irt_di" bpmnElement="Flow_05g7irt">
        <di:waypoint x="215" y="117" />
        <di:waypoint x="270" y="117" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_0qd4i7q_di" bpmnElement="Flow_0qd4i7q">
        <di:waypoint x="370" y="117" />
        <di:waypoint x="442" y="117" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="179" y="99" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1ja8r29_di" bpmnElement="Activity_1ja8r29">
        <dc:Bounds x="270" y="77" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_0hj4816_di" bpmnElement="Event_0hj4816">
        <dc:Bounds x="442" y="99" width="36" height="36" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>

Environment

OS: Synology DSM 6.2.4-25556 CPU: Intel Celeron N3150 How docker service was installed: Steps in this manuel: https://mariushosting.com/how-to-install-dokuwiki-on-your-synology-nas/

Command used to create docker container (run/create/compose/screenshot)

docker run -d \
--name=dokuwiki \
-p 8399:80 \
-e TZ=Europe/Berlin \
-e PUID=1026 \
-e PGID=100 \
-v /volume1/docker/dokuwiki:/config \
--restart always \
ghcr.io/linuxserver/dokuwiki
github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

homerr commented 3 years ago

Do you have any log output that could assist with this please - docker logs, anything from web console etc...

update-freak commented 3 years ago

I unfortunately do not have a log file or anything from web console...

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

update-freak commented 3 years ago

Are there any news ? Has anyone tried to reproduce the issue?

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

update-freak commented 2 years ago

Did someone found a solution?

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

update-freak commented 2 years ago

Connected to this topic: https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/issues/19

Its a issue from bpmnio extension. Therefore I close this issue.