Found this,
It is actually easy to get feedwordpress working with WP 2.1. First change line 44 from:
require_once (ABSPATH . WPINC . '/registration-functions.php');
to:
require_once (ABSPATH . WPINC . '/registration.php');
Lastly, change line 41 to:
require_once (ABSPATH . WPINC . '/rss.php');
Can't remember what line was before, but it was calling the file it asks you to upload to /wp-includes/ anyways.
|