Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Need Help - Akaunting 3.1.4 Cannot Save my Input data.

Dafik Hasan Perdana   ( User )

Commented 5 months ago

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

Cüneyt Şentürk   ( Admin )

Commented 5 months ago

This issue fixed this pull request (https://github.com/akaunting/akaunting/pull/3093). Akaunting 1.3.5 release fixed this issue.

Cüneyt Şentürk   ( Admin )

Commented 5 months ago

This issue fixed this pull request (https://github.com/akaunting/akaunting/pull/3093). Akaunting 1.3.5 release fixed this issue.

Dafik Hasan Perdana   ( User )

Commented 5 months ago

Thank you for the answer, I'm waiting for the update.

Aaron Houston   ( User )

Commented 4 months ago

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.

Aaron Houston   ( User )

Commented 4 months ago

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)

Jim OPhoto   ( User )

Commented 4 months ago

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!

Aaron Houston   ( User )

Commented 4 months ago

No problem, glad it helped you as well.

Please login or register to leave a response.

Showing 1 to 8 of 8 discussions