• Resolved ensemblebd

    (@ensemblebd)


    Looks like you added two new columns to the msdb_post_data table.
    is_single tinyint NOT NULL default(0)
    individually tinyint NOT NULL default(1)

    After updating plugin, you can no longer save the page with settings (price, etc).
    PHP error log indicates lack of column.
    GREP of code locates sell-downloads.php line #592, which contains the schema.

    Had to manually add the columns to my database table to resolve.
    Thanks for fixing it in future, toodalloooo..

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

    (@codepeople)

    Hello @ensemblebd

    Thank you very much for the feedback. The plugin’s update should have generated the new columns because the plugin runs the dbDelta function of WordPress (https://developer.ww.wp.xz.cn/reference/functions/dbdelta/)

    I’ll take a look.

    Best regards.

    Thread Starter ensemblebd

    (@ensemblebd)

    Oh ok thank you! Yea maybe it was something on my side, we run PHP 7.3 NTS, and mysql 5.6, if that helps.
    Anyway figured I’d report it just in case, have a great one!

    Thread Starter ensemblebd

    (@ensemblebd)

    That has to be the fastest plugin support I’ve ever witnessed in my life.
    Not just in “ticket” response time, but in actually deploying a product update with haste!
    Completely unexpected. I owe you a great deal of thanks and respect. And it won’t be forgotten.
    Wishing you a great weekend!

    Plugin Author codepeople

    (@codepeople)

    Hello @ensemblebd

    Thank you very much.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘DB migration lacking (latest version)’ is closed to new replies.