Title: Failed RSS-stream include force error
Last modified: January 16, 2020

---

# Failed RSS-stream include force error

 *  Resolved [oemam](https://wordpress.org/support/users/oemam/)
 * (@oemam)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/empty-rss-stream-force-error/)
 * If you include a rss-stream which result an error and also an empty array (2 
   empty array elements received), a error will be shown (result in a 500 server
   error)
    `PHP Warning: strpos() expects parameter 1 to be string, array given 
   in /wp-content/plugins/feedzy-rss-feeds/includes/abstract/feedzy-rss-feeds-admin-
   abstract.php on line 615` multiple times.
 * I thought it might be good check the response before line 615 and if it is an
   array, implode it with empty separator-sign to a string. so the error will not
   happen.
 *     ```
       ...
       // 615
       if (is_array($error)) $error = implode('',$error);
       if ( @strpos($error), 'SSL certificate' ) !== false ) {
       ...
       ```
   
 * should then work fine.
    You may like to integrate a fix like this?
 * We got the latest update of the module on our server, also the newest wordpress-
   version and php 7.3.
    -  This topic was modified 6 years, 2 months ago by [oemam](https://wordpress.org/support/users/oemam/).
    -  This topic was modified 6 years, 2 months ago by [oemam](https://wordpress.org/support/users/oemam/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fempty-rss-stream-force-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [contactashish13](https://wordpress.org/support/users/rozroz/)
 * (@rozroz)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/empty-rss-stream-force-error/#post-12334751)
 * [@oemam](https://wordpress.org/support/users/oemam/) thank you for your suggestion
   but you can share the feed URL you are using that causes this error?
 *  Plugin Contributor [contactashish13](https://wordpress.org/support/users/rozroz/)
 * (@rozroz)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/empty-rss-stream-force-error/#post-12383653)
 * We haven’t heard from you in sometime so marking this as Resolved. If you continue
   to face an issue, please create a new ticket. We’d be happy to help.

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

The topic ‘Failed RSS-stream include force error’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [contactashish13](https://wordpress.org/support/users/rozroz/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/empty-rss-stream-force-error/#post-12383653)
 * Status: resolved