Moderators mark1million Posted July 1, 2010 Moderators Report Posted July 1, 2010 Hi Nabeel, I left it last month because i thought it was a glitch that would sort its self but its done the same this month. On my finances http://www.easyjetva.com/index.php/Finances during the month this tots up the expenses OK but when it comes to the end of the month or a new month this goes blank, yesterday it was running at about 956000 and today (new month) 0. Any ideas? Cheers Quote
Guest lorathon Posted July 1, 2010 Report Posted July 1, 2010 I am having the same issue. It seems to have stopped working also in April. I looked in the DB and the expenselog table is only showing expenses enter for 201004. I am not exactly sure how it works but it seems that something is not saving correctly. Quote
Moderators mark1million Posted July 1, 2010 Author Moderators Report Posted July 1, 2010 Also that same time in April the expense pie chart lost the other added expenses to the system. Quote
Administrators Nabeel Posted July 1, 2010 Administrators Report Posted July 1, 2010 Anything in DEBUG_LOG? Quote
Administrators Nabeel Posted July 3, 2010 Administrators Report Posted July 3, 2010 In the phpvms_updates table, what's the last run date for POPULATE_EXPENSES ? Quote
Moderators mark1million Posted July 4, 2010 Author Moderators Report Posted July 4, 2010 Ah, 2 POPULATE_EXPENSES 2010-03-25 00:00:41 Is there a manual way to run this? Quote
Administrators simpilot Posted July 4, 2010 Administrators Report Posted July 4, 2010 Ah, 2 POPULATE_EXPENSES 2010-03-25 00:00:41 Is there a manual way to run this? Try putting <?php FinanceData::updateAllExpenses(); ?> in one of your pages and refresh the page one time, it should populate all the finance data. Remove it once it has run, as it will run everytime that page is called. I will look to try and find the change that disrupted the automated part. Quote
Moderators mark1million Posted July 4, 2010 Author Moderators Report Posted July 4, 2010 Thanks Dave i will give that a go now and let you know how it goes. Quote
Moderators mark1million Posted July 4, 2010 Author Moderators Report Posted July 4, 2010 Spot on with that, worked a charm. Cheers. Quote
Moderators joeri Posted July 4, 2010 Moderators Report Posted July 4, 2010 Spot on with that, worked a charm. Cheers. i think this is also fixed on the last beta as the problem went away after installing the beta Quote
Moderators mark1million Posted July 4, 2010 Author Moderators Report Posted July 4, 2010 OK i haven't updated for a couple of months so that would explain that Thanks guys. Quote
Administrators Nabeel Posted July 4, 2010 Administrators Report Posted July 4, 2010 Try putting <?php FinanceData::updateAllExpenses(); ?> in one of your pages and refresh the page one time, it should populate all the finance data. Remove it once it has run, as it will run everytime that page is called. I will look to try and find the change that disrupted the automated part. It was a stupid error on my part, it's fixed in beta. It wasn't run the cron because I had flipped a bool value.. woops. Probably will push a full release at the end of this week. Thanks!! Quote
Moderators mark1million Posted July 4, 2010 Author Moderators Report Posted July 4, 2010 No problems Nabeel Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.