Moderators mark1million Posted July 1, 2010 Moderators Report Share 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 Link to comment Share on other sites More sharing options...
Guest lorathon Posted July 1, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 1, 2010 Author Moderators Report Share Posted July 1, 2010 Also that same time in April the expense pie chart lost the other added expenses to the system. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 1, 2010 Administrators Report Share Posted July 1, 2010 Anything in DEBUG_LOG? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 3, 2010 Administrators Report Share Posted July 3, 2010 In the phpvms_updates table, what's the last run date for POPULATE_EXPENSES ? Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 4, 2010 Author Moderators Report Share Posted July 4, 2010 Ah, 2 POPULATE_EXPENSES 2010-03-25 00:00:41 Is there a manual way to run this? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 4, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 4, 2010 Author Moderators Report Share Posted July 4, 2010 Thanks Dave i will give that a go now and let you know how it goes. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 4, 2010 Author Moderators Report Share Posted July 4, 2010 Spot on with that, worked a charm. Cheers. Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted July 4, 2010 Moderators Report Share 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 Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 4, 2010 Author Moderators Report Share Posted July 4, 2010 OK i haven't updated for a couple of months so that would explain that Thanks guys. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 4, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
Moderators mark1million Posted July 4, 2010 Author Moderators Report Share Posted July 4, 2010 No problems Nabeel Quote Link to comment Share on other sites More sharing options...
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.