• The following errors occurred with WP 3.2

    [Tue Jul 05 11:44:12 2011] [error] [client 10.1.10.48] PHP Fatal error: Call to undefined method WP_SimplePie_File::WP_SimplePie_File() in /home/hrndup/public_html/wp-content/plugins/feedwordpress/feedwordpress.php on line 1841, referer: https://healthcareroundup.com/wp-admin/admin.php?page=feedwordpress/syndication.php
    [Tue Jul 05 11:45:36 2011] [error] [client 10.1.10.48] PHP Fatal error: Call to undefined method WP_SimplePie_File::WP_SimplePie_File() in /home/hrndup/public_html/wp-content/plugins/feedwordpress/feedwordpress.php on line 1841, referer: https://healthcareroundup.com/wp-admin/admin.php?page=feedwordpress/syndication.php
    [Tue Jul 05 11:50:01 2011] [error] [client 173.8.68.171] PHP Fatal error: Call to undefined method WP_SimplePie_File::WP_SimplePie_File() in /home/hrndup/public_html/wp-content/plugins/feedwordpress/feedwordpress.php on line 1841
    [Tue Jul 05 11:51:37 2011] [error] [client 173.8.68.165] PHP Fatal error: Call to undefined method WP_SimplePie_File::WP_SimplePie_File() in /home/hrndup/public_html/wp-content/plugins/feedwordpress/feedwordpress.php on line 1841
    [Tue Jul 05 12:00:02 2011] [error] [client 173.8.68.171] PHP Fatal error: Call to undefined method WP_SimplePie_File::WP_SimplePie_File() in /home/hrndup/public_html/wp-content/plugins/feedwordpress/feedwordpress.php on line 1841

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open feedwordpress.php (feedwordpress folder), sarch line 1841 – look for the following code:

    WP_SimplePie_File::WP_SimplePie_File($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);

    replace the above code with this:

    parent::__construct($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);

    That’s it! How it works. ??

    Excellent – and appears to have eradicated one problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Syndication no longer functioning in WP 3.2’ is closed to new replies.