Quantcast
Channel: 500 – WordPress.org Forums
Viewing all articles
Browse latest Browse all 2443

Error on Update

$
0
0

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 all articles
Browse latest Browse all 2443

Trending Articles