Notifications
Clear all

Question about CRON

2 Posts
2 Users
0 Reactions
517 Views
(@benjamin)
Posts: 14
Eminent Member
Topic starter
 

Thanks guys for the information, i already saw that at Osclass forums.

Is that needed for an Osclass to work ? And how to add an external cron ?

 

 
Posted : September 8, 2018 21:41
Editor
(@editor)
Posts: 553
Honorable Member Admin
 

You should install and enable the plugin, fill in the email address and let it run for 1-2 days. If you get no email, then set up an HOURLY cron job within Cpanel like this:

 

wget  https://your.website.here/index.php?page=cron  -O /dev/null 

 

After that you shall get an hourly email and everything is ok. Disable Osclass Internal Cron and also you should disable that plugin, since it is no longer needed.

 
Posted : September 8, 2018 21:45