First check if it is problem with cron.Go to index.php of plugin and find this code (do not forget to revert changes after testing):Code: [Select]// EXECUTE HOURLY CRONfunction osp_hourly_cron() { ModelOSP::newInstance()->purgeExpired();}change it to:Code: [Select]// EXECUTE HOURLY CRONfunction osp_hourly_cron() { ModelOSP::newInstance()->purgeExpired();}osp_hourly_cron();
just renew ad in auto republish feature but why it show 12 hours ago?i have 30 ads post in 1 hour and i want renew ad go to the top of it . so it may be just now or 1 minute ago .regard