Wrong balance with layout V2 #4592
Replies: 20 comments 14 replies
-
I actually just ran into this problem too. I think I had an error when I was installing 5.5.1. I ended up reinstalling 5.5.1 and now I'm not hitting that error anymore. I do seem to be stuck with the old favicon though... EDIT: I have not used V2 at all. |
Beta Was this translation helpful? Give feedback.
-
So I see a number of issues:
|
Beta Was this translation helpful? Give feedback.
-
-About the bad amounts i resolved deleting and adding again the expense for february. -Switched back to v2, thanks for this. -Don't know what you mean when you say "If you don't run the database migrations it will never work.". Anyway yes i'm still having that warning similar to #4545 and i'm on develop branch. -Now i still have this error when i add an expense:
|
Beta Was this translation helpful? Give feedback.
-
Make sure you pull develop again and restart the container. I pushed some changes this morning. The webhook_messages table is created in the migrations. If a migration failed in the past it may not be picked up again. I'm curious to see some log files 👍 |
Beta Was this translation helpful? Give feedback.
-
From my docker compose file: version: '3.3' Already installed the update from this morning but same issue. You mean the logs when i start firefly iii container? |
Beta Was this translation helpful? Give feedback.
-
So like I said above, I was also running into this warning. I fixed it by just redoing the 5.5.1 install. When I was installing 5.5.1 update initially, it did throw me some errors:
When I went to the website after I finished the the update, it had some error message about still being 5.4.6 instead of 5.5.1, but I refreshed the page and got in just fine. I didn't have any transactions to enter on Sunday when I updated it, but I had a cron job fire Monday morning, and I guess it also got upset about the webhooks:
I didn't realize this was an issue because when I looked at the site Monday morning, everything seemed fine. When I went to enter a new transfer, it gave me the webhook error and wouldn't go past the screen, but it did save the transaction.
@steakhutzeee I'm not sure about the Docker files, but my logs were: Again, I'm not running on docker and I haven't used V2 yet, but I did get the same exact problem with entering transactions. |
Beta Was this translation helpful? Give feedback.
-
Well at least its consistent about explaining about the tables. I still have no clue why it won't run the migrations. |
Beta Was this translation helpful? Give feedback.
-
So with develop branch the issues persit, Moved back to version 5.4.6 and no issues. Everything works fine. |
Beta Was this translation helpful? Give feedback.
-
I rolled back to 5.4.6 initially too and had no issues. I redid the 5.5.1 upgrade and it upgraded fine that time. Maybe try it again? |
Beta Was this translation helpful? Give feedback.
-
No luck for me, tried: 5.4.6 -> latest Same issues. |
Beta Was this translation helpful? Give feedback.
-
The weird thing is everyone else is getting duplicate column errors and the one I got was unknown column. |
Beta Was this translation helpful? Give feedback.
-
5.5.2 is released. |
Beta Was this translation helpful? Give feedback.
-
Updated to latest, I still get:
|
Beta Was this translation helpful? Give feedback.
-
Mmm. I can put everything into if/then clauses but this feels more fundamental. What's the content of the migrations table? |
Beta Was this translation helpful? Give feedback.
-
Can you point me on the right direction? I have no clue how to find the migration table's content. |
Beta Was this translation helpful? Give feedback.
-
Before doing the upgrade, the first time I executed maybe have a look at this |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand properly, your advice is to use the commands you used in the link you posted while I'm on 5.4.6? Or later after the upgrade to 5.5.2? |
Beta Was this translation helpful? Give feedback.
-
Upgrade system |
Beta Was this translation helpful? Give feedback.
-
Nope, same issue. Had a look at the commands but I'm not so in depth with databases, should I revert these changes back or it's ok this way? |
Beta Was this translation helpful? Give feedback.
-
As it solves my case, I don't think keeping these parameters is a problem |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
I am running Firefly III version 5.5.1, and my problem is:
Something strange happened while using layout V2.
My dashboard was showing a wrong balance in the top left, it was also adding to the expenses the latest expense of the previous month. Tried to change the dates of the last two expenses of february to be sure it was behaving that way.
So in my dashboard the sum of the expenses for the month was different from the one present in the transactions page.
Reverted back to old layout seems to have fixed this.
EDIT: Actually i am not able to go back to layout V2. See no errors in the logs. Attached error screen.
Old layout works fine.
Also now on old layout i have the following error when adding new expenses (they are added anyway):
Restoring a backup of the entire config directory for the database did not solve the problem.
Debug information generated at 2021-03-30 00:01:29 Europe/Rome for Firefly III version 5.5.1.
Beta Was this translation helpful? Give feedback.
All reactions