Title: Error while creating new posts
Last modified: April 15, 2017

---

# Error while creating new posts

 *  [maajdrall](https://wordpress.org/support/users/maajdrall/)
 * (@maajdrall)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/error-while-creating-new-posts/)
 * PHP Fatal error: Cannot use object of type WP_Error as array in /home/aux_www/
   sites/devdoc_drall_com_br/wp-content/plugins/search-everything/search-everything.
   php on line 927, referer: [http://your_wordpress_site_url/wp-admin/post-new.php?wp-post-new-reload=true](http://your_wordpress_site_url/wp-admin/post-new.php?wp-post-new-reload=true)

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

 *  Plugin Author [Sovrn](https://wordpress.org/support/users/sovrn/)
 * (@sovrn)
 * [9 years ago](https://wordpress.org/support/topic/error-while-creating-new-posts/#post-9041291)
 * Hello [@maajdrall](https://wordpress.org/support/users/maajdrall/),
 * Thank you for your inquiry and we apologize for any inconvenience this may be
   causing. We are actively investigating the issue and working on a solution.
 * Thank you for your patience in resolving this issue.
 * Regards,
 * Sovrn Support
 *  [dontbugme](https://wordpress.org/support/users/dontbugme/)
 * (@dontbugme)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/error-while-creating-new-posts/#post-9203805)
 * Hi Sovrn,
 * We have this same issue too. From the looks of the code (I’m probably wrong, 
   sorry), it’s asking about the “body” item in the array. But looking here:
 *     ```
       $zemanta_response = se_api(array(
           919                         'method' => 'zemanta.post_published_ping',
           920                         'current_url' => $permalink,
           921                         'post_url' => $permalink,
           922                         'post_rid' => '',
           923                         'interface' => 'wordpress-se',
           924                         'deployment' => 'search-everything',
           925                         'format' => 'json'
           926                 ));
           927           $response = json_decode($zemanta_response['body']);
           928                 if (isset($response->status) && !is_wp_error($zemanta_response)) {
           929                         $status = $response->status;
           930                 }
       ```
   
 * There is no body array item being created in the $zemanta_response variable.
 * Could that be the cause?
 * thanks, and love the plugin!

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

The topic ‘Error while creating new posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/search-everything_242529.svg)
 * [Search Everything](https://wordpress.org/plugins/search-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/search-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/search-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/search-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/search-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/search-everything/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [dontbugme](https://wordpress.org/support/users/dontbugme/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/error-while-creating-new-posts/#post-9203805)
 * Status: not a support question