gkrid / dokuwiki-plugin-bez

MIT License
1 stars 3 forks source link

Admin page disappears #1

Closed martk70 closed 6 years ago

martk70 commented 8 years ago

Hi there,

Interesting plugin. In installed sqlite plugn, and then BEZ. Unfortunately, the admin page

doku.php?id=start&do=admin

did not work anymore. Disabling BEZ (through url doku.php?id=start&do=admin&page=extension'

made it reappear.

Great idea, hope to be able to see it at work.

Martin

solewniczak commented 8 years ago

Interesting plugin In installed sqlite plugn, and then BEZ Unfortunately, the admin page

dokuphp?id=start&do=admin

did not work anymore Disabling BEZ (through url dokuphp?id=start&do=admin&page=extension'

made it reappear

Great idea, hope to be able to see it at work I'm very happy that someone is interested in my project. It isn't yet finished and lacks proper documentation but I'll try to fix it in nearest futhure.

I've just commited new version of bez which I hope will fix the problem. If it does not give me some more details. What version of PHP do you use? What version of dokuwiki? It will be realy helpful since I cannot reproduce the problem in my enviroment.

Now some brief introduction into BEZ. There are two roles in application: administrators(the dokuwiki administrators become BEZ administrators) and users. Administrators can report issues. Every issue has it type(list of types is maintained by administrators) and coordinator(who is one of dokuwiki users). Coordinator of issue has equal permissions as administrator(but only in issue he is assigned to). Any issue can have tasks and causes assigned. Tasks assigned directly to issue becomes correction. Tasks assigned to cause become corrective action and tasks assigned to potential cause becomes preventive action.

I hope that this will be helpful. I'm looking forward to your response.

BR, Szymon

martk70 commented 8 years ago

Thank you,

I ran the plugin on Dokuwiki Detritus, PHP Version 5.5.9-1ubuntu4.14.

Regards,

Martin

Martin van der Knijff, Gouda

http://www.mvak.nl

0182-537217

----- Original Message ----

From: Szymon Olewniczak

To: hafron/dokuwiki-plugin-bez

Cc: martk70

Sent: Zon, 10 Jan 2016 14:35

Subject: Re: [dokuwiki-plugin-bez] Admin page disappears (#1)

Interesting plugin In installed sqlite plugn, and then BEZ

Unfortunately, the admin page

dokuphp?id=start&do=admin

did not work anymore Disabling BEZ (through url

dokuphp?id=start&do=admin&page=extension'

made it reappear

Great idea, hope to be able to see it at work

I'm very happy that someone is interested in my project. It isn't yet

finished and lacks proper documentation but I'll try to fix it in

nearest futhure.

I've just commited new version of bez which I hope will fix the problem.

If it does not give me some more details. What version of PHP do you

use? What version of dokuwiki? It will be realy helpful since I cannot

reproduce the problem in my enviroment.

Now some brief introduction into BEZ. There are two roles in

application: administrators(the dokuwiki administrators become BEZ

administrators) and users. Administrators can report issues. Every issue

has it type(list of types is maintained by administrators) and

coordinator(who is one of dokuwiki users). Coordinator of issue has

equal permissions as administrator(but only in issue he is assigned to).

Any issue can have tasks and causes assigned. Tasks assigned directly to

issue becomes correction. Tasks assigned to cause become corrective

action and tasks assigned to potential cause becomes preventive action.

I hope that this will be helpful. I'm looking forward to your response.

BR,

Szymon

Reply to this email directly or view it on GitHub.

solewniczak commented 8 years ago

I ran the plugin on Dokuwiki Detritus, PHP Version 5.5.9-1ubuntu4.14. Try the newest version. It should work now.