Klicking save button does nothing.
My Configuration:
Application version: 1.2.36
PHP version: 8.3.6
PHP SAPI: fpm-fcgi
HTTP Client: cURL
OS version: Linux 5.4.0-181-generic
Database driver: mysql
Database version: 10.5.23-MariaDB-1:10.5.23+maria~ubu2004-log
Installed Plugins: only Wiki
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Same with FF daily and in other browsers like Edge Version 125.0.2535.51 (Offizielles Build) (64-Bit), Chromium Version 116.0.5810.0
I havenβt a clue how to check whether KANBOARD installation is correct. May be someone can assist?
Which version of the Wiki? Did you apply the event patch?
1 Like
Latest Version 0.3.2 β of course.
alfredb:
event patch?
Never heard about that patch.
For which environment / application / interaction / β¦ is it required?
From where can I get it
How can I integrate that (might be mentioned at the source)?
CU
Rainer
That one that is mentioned here.
opened 05:16AM - 12 Aug 23 UTC
This issue is:
- [x] Bug report
- [ ] Feature request
- [ ] Improvement
β¦ ### Actual behaviour
After clicking the save button when trying to create a wiki page no wiki page is created
### Expected behaviour
A new wiki page is expected to be created
### Steps to reproduce
Click on "New Wiki page", fill in "Title", "Content" and click "Save".
### Screenshots
### Logs
Fatal error: Uncaught TypeError: Symfony\Component\EventDispatcher\EventDispatcher::dispatch(): Argument #1 ($event) must be of type object, string given, called in /var/www/app/plugins/Wiki/Model/WikiEventJob.php on line 42 and defined in /var/www/app/vendor/symfony/event-dispatcher/EventDispatcher.php:48 Stack trace: #0 /var/www/app/plugins/Wiki/Model/WikiEventJob.php(42): Symfony\Component\EventDispatcher\EventDispatcher->dispatch() #1 /var/www/app/plugins/Wiki/Model/Wiki.php(270): Kanboard\Plugin\Wiki\Model\WikiEventJob->execute() #2 /var/www/app/plugins/Wiki/Controller/WikiController.php(326): Kanboard\Plugin\Wiki\Model\Wiki->createpage() #3 /var/www/app/app/Core/Controller/Runner.php(77): Kanboard\Plugin\Wiki\Controller\WikiController->save() #4 /var/www/app/app/Core/Controller/Runner.php(31): Kanboard\Core\Controller\Runner->executeController() #5 /var/www/app/index.php(9): Kanboard\Core\Controller\Runner->execute() #6 {main} thrown in /var/www/app/vendor/symfony/event-dispatcher/EventDispatcher.php on line 48
### Configuration
- Kanboard version: 1.2.32
- Plugin version: 0.3.2
- Database type and version: Mariadb 10.5.19
- PHP version: 7.4.33
- OS: GNU/Linux
- Browser: Firefox
- Application settings Language: English
Nope, you should use 0.3.3 from the dev branch at GitHub. The official download repo isnβt updated, unknown reasons.
Or, even better, use my fixed version, available here .
1 Like
Yes, your Version fixes the βCan not saveβ problem.