When I was resetting the finances, I got a Internal Server Error. Is there a permission that needs to be set for that?
Nope… that’s a server problem… is it still doing that? I’d notify your host..
Nope… that’s a server problem… is it still doing that? I’d notify your host..
You are my host!
You are my host!
Oh! Uh oh. Let me look at that then…weird. I didn’t get an email notice. Looking at it right now… it’s whenever you recalculate expenses?
Give it a shot now
Give it a shot now
Will resetting the finances set everything to 0.00? The reason I tried, my finances are in the hole big time.
http://www.flyaka.com/index.php/Finances/
My default fuel was at 5.10, changed the config to 1.10. So how do I fix the total outcome?
Will resetting the finances set everything to 0.00? The reason I tried, my finances are in the hole big time.
http://www.flyaka.co…x.php/Finances/
My default fuel was at 5.10, changed the config to 1.10. So how do I fix the total outcome?
It won’t reset existing PIREPs.
Same Error
Same Error
Strange, can you send me a login? I know what the error is, just have to adjust a value
PM Sent
Thanks, it’s not a server issue, it’s a code problem… infinite loop or race condition. I added a bug:
http://bugs.phpvms.net/browse/VMS-273
Sorry for all the problems…
It’s not a problem.
I have another update tomorrow, it’ll be solved for that one…
ok, would that fix my screwed up finances?
Do you have expenses?
It seems to me like the cron/scheduled scripts haven’t run. Empty the phpvms_updates table, and see if that helps. Are they just screwed up now? Or was it before the update?
Before the update, just never got around to it. No expenses yet.
I was looking at the finacedata table. ID in the total looks all whacked.
along with the other negatives.
Before the update, just never got around to it. No expenses yet.
Ah ok, then your PIREPs are probably not done correctly (fuel prices off, the pax/costs)
how do I fix that, do I need to go into each pirep and manually fix it?
how do I fix that, do I need to go into each pirep and manually fix it?
Since nothing is cached now, you can probalby update all the fuel prices using a sql query, something like
update phpvms_pireps set fuelunitcost='1.10';
update phpvms_pireps set fuelprice = fuelunitcost * fuelused;
That’ll change the fuel price in bulk, and then the complete price.
That financedata table isn’t used anymore, so I wouldn’t worry about it