Replies: 2 comments
-
|
Hey, thanks for starting this discussion. Other than that, there is nothing I can do. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Support guidelines
I've found a bug and checked that ...
Description
Hi, I often get a cache error after inserting data. This time after an import of a csv File. Clearing the cache with php artisan cache:clear is fixing the problem temporary. It's enough to insert a few entries, but then I'm getting the error again. I'm using firefly in a LXC Container on Proxmox. (installed via the community-scripts). Not 100% sure if it's a firefly problem or my setup, but I didn't get this error in 12/25 or 01/26 when I started using firefly with v6.4.14 or so.
Debug information
Debug information generated at 2026-03-15 21:58:11 for Firefly III version v6.5.6.
*de_DE.UTF-8: ✅
Steps to reproduce
Upload a csv file with 5-20 entries via the dataimporter. Or enter some entries by hand within a few minutes.
Additional info
`The submission routine has finished 🎉. Errors and messages can be seen below.
Error(s) from the import process
Line #0: [a120]: Could not store transaction: see the log files.
Line #15: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}
Line #16: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}
Line #17: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}
Line #18: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}
Line #19: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}
Line #20: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}
Line #21: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}
Line #22: [a116]: Submission HTTP error: Status code is 500: {"message":"Internal Firefly III Exception: file_put_contents(/opt/firefly/storage/framework/cache/data/a1/91/a191f9434ca4b165214e8c68e5d6a22e6a3da47d): Failed to open stream: No such file or directory","exception":"UndisclosedException"}`
Beta Was this translation helpful? Give feedback.
All reactions