Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Deepen

    (@j_3rk)

    @youdsan

    Are you using latest version of the plugin ?

    Alternatively, i would like you to change a few lines of code like below:

    Replace:
    date_default_timezone_set( “UTC” );
    $time = time() * 1000 – 30000; //time in milliclearseconds (or close enough)

    To:
    $date_utc = new \DateTime(“now”, new \DateTimeZone(“UTC”));
    $time = $date_utc->getTimestamp() * 1000 – 30000; //time in milliclearseconds (or close enough)

    Let me knw if anything changes with this.

    Thread Starter youdsan

    (@youdsan)

    when i Replace:

    it show
    There has been a critical error on this website. Learn more about troubleshooting WordPress.

    * i use v. รุ่น 3.8.13

    Plugin Author Deepen

    (@j_3rk)

    Please check if latest update has fixed this issue.

    Thread Starter youdsan

    (@youdsan)

    latest update has fixed this issue.
    thank you so much

    • This reply was modified 2 years, 6 months ago by youdsan.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The signature has expired.’ is closed to new replies.