You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: array_walk_recursive() expects parameter 1 to be array, null given in /kunden/321news.de/masterx.de/wordpress/wp-content/plugins/magic-fields-2/admin/mf_custom_fields.php on line 275
URL: /admin.php?page=mf_dispatcher&init=true&mf_section=mf_custom_fields&mf_action=save_custom_field
Warning: array_walk_recursive() expects parameter 1 to be array, null given in /kunden/321news.de/masterx.de/wordpress/wp-content/plugins/magic-fields-2/admin/mf_custom_fields.php on line 275
After Save Custom Field (image) ...
Solved: change the line 275 to:
array_walk_recursive($mf, array($this, 'escape_data'));
br
The text was updated successfully, but these errors were encountered: