*

MB Themes

Re: Promote Feature has been finished but still visible button
« Reply #15 on: November 30, 2017, 02:21:22 PM »
@Loma
Can you repeat procedures I gave you yesterday?
One by one, check which one helps so we know where is problem.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Promote Feature has been finished but still visible button
« Reply #16 on: November 30, 2017, 02:58:44 PM »
Dear MB Themes!
check your Message, i have send PM with FTP Account
with my web URL, help to check it

regard

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Promote Feature has been finished but still visible button
« Reply #17 on: December 01, 2017, 04:18:41 AM »
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

*

MB Themes

Re: Promote Feature has been finished but still visible button
« Reply #18 on: December 01, 2017, 09:05:00 AM »
@Loma
I will check issues on your server as soon as I get time.
I would recommend to check if time in database is correct, I have experience where datetime of server was not same to datetime of database, however plugin use just PHP timestamps so it should not be issue.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Promote Feature has been finished but still visible button
« Reply #19 on: December 01, 2017, 11:23:06 AM »
how can i check time in database?

*

MB Themes

Re: Promote Feature has been finished but still visible button
« Reply #20 on: December 01, 2017, 11:38:09 AM »
@Loma
in table t_item it's column dt_pub_date... ID of item is pk_i_id col.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Promote Feature has been finished but still visible button
« Reply #21 on: December 02, 2017, 06:28:04 AM »
this's my item date in database Please help to check it

*

MB Themes

Re: Promote Feature has been finished but still visible button
« Reply #22 on: December 02, 2017, 09:16:37 AM »
@Loma
I will, just FYI I am running some other sites and identified that even you have cron corretly setup, functions added into cron does not work correctly, still not sure what cause it, but it might be osclass bug.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Promote Feature has been finished but still visible button
« Reply #23 on: December 03, 2017, 05:35:02 AM »
i'm sure my cron work correctly

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Promote Feature has been finished but still visible button
« Reply #24 on: December 03, 2017, 05:42:46 AM »
i think it not osclass bug because republish feature work correct but only auto republish feature not work correct it's show 12 hour ago ?
How can i change it to just now or 1 minute ago

regard

*

MB Themes

Re: Promote Feature has been finished but still visible button
« Reply #25 on: December 03, 2017, 08:43:52 AM »
It is because republish does not work with cron. I am checking that and should have more data on monday
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Loma

  • ***
  • 69 posts
  • Loma
Re: Promote Feature has been finished but still visible button
« Reply #26 on: December 03, 2017, 12:38:13 PM »
Ok any update please let's me know

*

Claso co.ltd

  • ***
  • 29 posts
Re: Promote Feature has been finished but still visible button
« Reply #27 on: December 22, 2017, 02:05:28 AM »

Quote
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 CRON
function osp_hourly_cron() {
  ModelOSP::newInstance()->purgeExpired();
}

change it to:
Code: [Select]
// EXECUTE HOURLY CRON
function osp_hourly_cron() {
  ModelOSP::newInstance()->purgeExpired();
}

osp_hourly_cron();

it's work find for me ,
@ MB Themes can you fix this code in next version, i use version 1.3.5 but  still have problem

*

Claso co.ltd

  • ***
  • 29 posts
Re: Promote Feature has been finished but still visible button
« Reply #28 on: December 22, 2017, 02:08:45 AM »
@MB Themes

I have the same issue, why it now show just now or 1 minute ago? it's show 12 hours ago

Quote
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