Title: fatal error with PHP 7
Last modified: September 1, 2016

---

# fatal error with PHP 7

 *  [efc](https://wordpress.org/support/users/eceleste/)
 * (@eceleste)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-with-php-7/)
 * When I updated to PHP 7 this plugin crashed due to the use of the `split()` function
   which has been removed from PHP. To fix this, change line 90 to:
 *     ```
       $cross_posts = explode(' ', get_post_meta($post_id, 'cross-post'));
       ```
   
 * [https://wordpress.org/plugins/cross-post/](https://wordpress.org/plugins/cross-post/)

The topic ‘fatal error with PHP 7’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cross-post.svg)
 * [Cross Post](https://wordpress.org/plugins/cross-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cross-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cross-post/)
 * [Active Topics](https://wordpress.org/support/plugin/cross-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cross-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cross-post/reviews/)

## Tags

 * [php-7](https://wordpress.org/support/topic-tag/php-7/)

 * 0 replies
 * 1 participant
 * Last reply from: [efc](https://wordpress.org/support/users/eceleste/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-with-php-7/)
 * Status: not resolved