• Resolved tesscowp

    (@tesscowp)


    Plugin was working fine until I updated my server to PHP 7.2. Now whenever I try to update a product the page sends me to a 500.

    Adding an empty array to line 205 fixed the issue.
    update_post_meta($post_id, ‘_coming_soon’, wp_kses($_POST[‘_coming_soon’], array()));

Viewing 1 replies (of 1 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    I am releasing another version with this fix, can you please check and confirm if it is working as expected?

Viewing 1 replies (of 1 total)
  • The topic ‘Error on Update’ is closed to new replies.