Jump to content

Delete Expired Bid


faraz

Recommended Posts

  • 1 year later...
  • 1 month later...

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. :)

Link to comment
Share on other sites

  • 4 years later...
  • Moderators
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"?

Link to comment
Share on other sites

  • 1 month later...
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.

Link to comment
Share on other sites

  • Moderators
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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...