Error on Update
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Error on Update’ is closed to new replies.