-
**Bug description**
I am running Firefly III version 4.7.5.3
Hi, i am using cURL to add bills. This is the command
`curl -X POST https://firefly.local/api/v1/bills -H 'Accept: application/json' …
-
I updated my installation of firefly-iii today via `composer update`. After the update, I was unable to login again (2FA is enabled for the account). The log reads:
```
[2016-10-21 22:57:44] producti…
-
After importing a set of bank transactions, a whoops is displayed. Though all transactions seem to have been imported just fine. This error occurred after upgrading to 3.8.3.
The error details:
Whoo…
Amain updated
4 years ago
-
**Bug description**
Hi!
I updated from 4.7.X.X to 4.8.0.3 directly, and I cannot open the Recurring transactions page anymore. I get this error:
>file_put_contents(/var/www/firefly-iii/storage/fram…
-
When I try to import my bank statements in .csv format via the web page, I get the following error:
```
A fatal error occurred
A fatal error occurred, which the import-routine cannot recover from…
-
**Bug description**
I am running Firefly III version 4.8.0.3, and my problem is:
FinTS import is failing with Internal Server Error.
Another bug: When I uncheck the box 'apply rules' I don't get…
-
I am running Firefly III version 4.7.3
#### Description of my issue:
I noticed in FF that I had an attachment on one of my transactions. _(I somehow managed to manually delete/loose an attachmen…
-
In /transactions/show/xxxx
```
Error
This error occured in file /var/www/firefly-iii/app/Transformers/TransactionGroupTransformer.php on line 230 with code 0.
Stack trace
#0 /var/www/firef…
-
**Bug description**
I am running Firefly III version 4.8.1.5, and my problem is:
Running `php artisan route:list` inside the container throws an error:
> In Container.php line 788:
> Class Fir…
-
When bulk removing transactions, I'm getting the following error:
Call to undefined method FireflyIII\Repositories\Journal\JournalRepository::delete()
Looking at the code I think the line below…