Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter tstreelman

    (@tstreelman)

    Sorry about the delay. I finally got this website copied over to a test environment. Here is what I found.

    I’m running WordPress 6.1.1. All plugins are the most recent version of them all.

    #1 issue (not related to SDM) is that at the end of May the incremental value of post IDs jumped from 5 digits to 9 digits. I have not been able to determine how that happened. All plugins seem to be happy at 9 digits – except SDM.

    Disabling all the plugins did not have an affect, but here is what I found in my testing. SDM successfully logs all downloads, but the highest ID number recorded in the log is 8388607. Any ID number higher than 8388607 is logged as 8388607. That’s why all my recently created downloads (with 9 digits) are all logged as 8388607.

    The field for post_id in sdm_downloads is mediumint which would explain this behavior. I changed the field type to int and things logged correctly.

    Will you update the plugin? I don’t want to change it in production if it gets overwritten by a future update.

    Thanks,

Viewing 1 replies (of 1 total)