HTTP Error 500 (Internal Server Error)
-
Hello!
I am experiencing some problems right now. kinda distressed.
I was adding this code to my themes functions.php from the editor in wp-admin.
“<?php function gpp_excerpt($text) { return str_replace(‘[…]’, ‘Read More →‘, $text); } add_filter(‘the_excerpt’, ‘gpp_excerpt’); ?>”updated it (functions.php), nothing happened so I removed the line and updated it again and this is what I get:
Server error
The website encountered an error while retrieving blabla It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.what the hell did I do? and how can I solve it.
- The topic ‘HTTP Error 500 (Internal Server Error)’ is closed to new replies.