actually it doesn’t matter what page i go to – i get this error back. i can’t even go to the admin page.
Has no one heard of this before? I have no clue what to do.
This is the code from line 125 on that page:
$link = apply_filters('category_feed_link', $link);
If I remove the file from my site I get this:
Warning: main(/homepages/5/d98266806/htdocs/wp-includes/feed-functions.php) [function.main]: failed to open stream: No such file or directory in /homepages/5/d98266806/htdocs/wp-settings.php on line 140
Fatal error: main() [function.require]: Failed opening required ‘/homepages/5/d98266806/htdocs/wp-includes/feed-functions.php’ (include_path=’.:/usr/local/lib/php’) in /homepages/5/d98266806/htdocs/wp-settings.php on line 140
can someone please just tell me how to get the “posts” from my blog? this way i can get them to another blog. the only thing i have is access to the ftp folders. i cannot get to the admin page (dashboard).
Bumping your post five times a day drives everybody crazy and not really willing to help.
Patience is HIGHLY appreciated around here.
Sok, relax, lay back and wait.
In the meantime download/unzip/ a completely fresh copy of WP and upload the wp-includes folder again.
sorry about the bumping (even though i am doing it again). i wasn’t really trying to bump – i was adding new info or a new question each time except for once. i wanted to change the title of my post, but could not figure out how. i reposted so all the info was together, but the thread got locked.
either way – i’m sorry.
on the brighter side of things – PROBLEM SOLVED!!! 🙂
there was a random ‘ placed in the code at about line 121. this caused the whole thing to screw up.
$link = get_cat'gory_link($cat_ID);
$link = $link . "feed/";
that is what it actually looked like. notice the word “category”.