Parse Error – I NEED HELP!
-
When I go to my website – https://www.insidethevibe.com – this is what is waiting for me:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /homepages/5/d98266806/htdocs/wp-includes/feed-functions.php on line 125
I do not know what this means or how to get my homepage back. I haven’t done anything to my site since yesterday and it worked all day and last night. I have no access to any page on the blog except through FTP.
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
If I remove the code at line 125 it says the same thing but line 131 instead.
- The topic ‘Parse Error – I NEED HELP!’ is closed to new replies.