Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#47080 closed defect (bug) (invalid)

after update error plugins optiontree

Reported by: altinyol's profile altinyol Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

Hello there, after the last update on my website can not update my articles. It gives the wp-admin / post.php error. They said the code below is wrong. Line 742

function _sanitize_recursive ($ values = array ()) { $ result = array (); foreach ($ values as $ key => $ value) { if (! is_object ($ value)) { if (is_scalar ($ value)) { $ result [$ key] = sanitize_textarea_field ($ value); } else { $ result [$ key] = _sanitize_recursive ($ value); } } }

Change History (1)

#1 @desrosj
5 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hi @altinyol,

Welcome to Trac!

From the details you have provided, it seems like there was a problem while updating your site. Also, the function _sanitize_recursive() does not appear to be a part of WordPress Core. There may be a conflict with a plugin or theme on your site somewhere.

I noticed you also have a support request open. This is the best place to get help for an issue like this!

Note: See TracTickets for help on using tickets.