There is an error upprev snap-in that match. http://www.sgk.net/genel-saglik-sigortasi-yonetmeligi-2012-sgk.html have the following error at the bottom of the issue. Warning: Invalid argument supplied for foreach () in / home / sgknet / domains / sgk.net / public_html / wp-content / plugins / upprev / upprev.php on line 336 Can you help? My upprev version 3.3.10 Reply
There is an error upprev snap-in that match. http://www.sgk.net/genel-saglik-sigortasi-yonetmeligi-2012-sgk.html have the following error at the bottom of the issue.
Warning: Invalid argument supplied for foreach () in / home / sgknet / domains / sgk.net / public_html / wp-content / plugins / upprev / upprev.php on line 336
Can you help?
My upprev version 3.3.10
Replace line 333
if ( count( $tags ) ) {
to:
if ( is_array( $tags ) && count( $tags ) ) {