Ask, reply and learn. Join the community of Akaunting.
The Akaunting application version 3.1.4 that I installed on my own hosting contained an error in the .../app/Abstracts/Http/SettingController.php directory line #154. When we enter a telephone number in the settings>localization menu, for example, the telephone number is not saved. Please help.
Check the following reference link.
- https://stackoverflow.com/questions/68401207/fatal-error-uncaught-unhandledmatcherror-unhandled-match-value-of-type-string
- https://stackoverflow.com/questions/75111576/unhandled-match-case-laravel-controller
This issue fixed this pull request (https://github.com/akaunting/akaunting/pull/3093). Akaunting 1.3.5 release fixed this issue.
This issue fixed this pull request (https://github.com/akaunting/akaunting/pull/3093). Akaunting 1.3.5 release fixed this issue.
Thank you for the answer, I'm waiting for the update.
Any updates on this? I have the exact same issue. When I try to save anything in Localization as well as when I try to save invoice defaults and email smtp settings. None of the settings are saving.
I fixed my docker install as per the above (https://github.com/akaunting/akaunting/pull/3093).
I ssh'd into the server and navigated to: /var/lib/docker/volumes/docker_akaunting-data/_data/app/Abstracts/Http/
I then used to nano to edit SettingController.php line 165 and then added:
default =>'',
as indicated in this fix: (https://github.com/akaunting/akaunting/pull/3093/files)
Thanks for posting that Aaron! Having to wait for 3.1.5 to be released was taking too long, and I've go no idea how to follow fixes posted on github. But this said exactly what needed to be done!
No problem, glad it helped you as well.
Showing 1 to 8 of 8 discussions