• 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)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘DB migration lacking (latest version)’ is closed to new replies.