faraz Posted September 7, 2010 Report Share Posted September 7, 2010 Hi Delete Expired Bids is not working . Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '5'); Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted September 7, 2010 Administrators Report Share Posted September 7, 2010 "Not working" is a bit vague Quote Link to comment Share on other sites More sharing options...
faraz Posted September 7, 2010 Author Report Share Posted September 7, 2010 "Not working" is a bit vague Sorry Nabeel Delete Expired Bid function doesn't delete bid after Expire ,so bid still exist in bids table . Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted September 9, 2010 Administrators Report Share Posted September 9, 2010 Are you running a cron? Quote Link to comment Share on other sites More sharing options...
Felipe Posted September 6, 2012 Report Share Posted September 6, 2012 I'm experiencing the same problem and I'm running a cron. Quote Link to comment Share on other sites More sharing options...
Felipe Posted October 25, 2012 Report Share Posted October 25, 2012 After a long time reading a lot of topics herein, finally I found something that lead me to the right path and now I share here. If you run a cron, go to admin/maintainance.php and if you keep it as original, jump to line 44 and swap it to "true", as below: if(Config::Get('CLOSE_BIDS_AFTER_EXPIRE') === true) After I did it, I changed my cron to run every minute, just to have some tests, and now expired bids are being deleted automatically. Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted February 4, 2017 Moderators Report Share Posted February 4, 2017 On 25/10/2012 at 8:56 PM, Felipe said: After a long time reading a lot of topics herein, finally I found something that lead me to the right path and now I share here. If you run a cron, go to admin/maintainance.php and if you keep it as original, jump to line 44 and swap it to "true", as below: if(Config::Get('CLOSE_BIDS_AFTER_EXPIRE') === true) After I did it, I changed my cron to run every minute, just to have some tests, and now expired bids are being deleted automatically. What do you mean with "run a cron"? Quote Link to comment Share on other sites More sharing options...
Felipe Posted February 4, 2017 Report Share Posted February 4, 2017 Run a cron job on server Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted February 5, 2017 Moderators Report Share Posted February 5, 2017 3 hours ago, Felipe said: Run a cron job on server and how can i do it? because delete expired bids doesn't work =( Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted March 9, 2017 Moderators Report Share Posted March 9, 2017 On 7/9/2010 at 0:44 PM, Nabeel said: "Not working" is a bit vague Which command I need to run on cronnjob to get works "delete expired bids" Quote Link to comment Share on other sites More sharing options...
t_bergman Posted March 10, 2017 Report Share Posted March 10, 2017 8 hours ago, joooseb said: Which command I need to run on cronnjob to get works "delete expired bids" You need to run the cron job under the maintenance portion of the phpvms admin panel. Contact your host if you need help setting up a cron job, however it is very simple especially if you are using cPanel. Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted March 10, 2017 Moderators Report Share Posted March 10, 2017 1 hour ago, t_bergman said: You need to run the cron job under the maintenance portion of the phpvms admin panel. Contact your host if you need help setting up a cron job, however it is very simple especially if you are using cPanel. I know how to run a cron job is very easier with cPanel, but the cron job request me a command and I don't know Which is the comand to delete expired bids 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.