• Resolved TheNerdCave

    (@thenerdcave)


    I was getting an Array to String conversion error in /wp-includes/class-wp-query.php on line: 1115. Once I was able to recreate the error I traced it back to line 703 post_types['revision'] = array('post_type' => $post_types);, in the Phoenix Media Rename Version 3.12.8 class-media-rename.php files do_rename() method. Changing this to post_types['revision'] = 'revision'; fixed the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘do_rename() Array to String Conversion Error’ is closed to new replies.