Quote:
Originally Posted by Martin
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.
|
I did that, tried it a few times actually, not sure if it worked or not, but it ends up with tons of mysql errors in the wordpress admin