Fatal Error coming from functions-post.php
-
While updating a wp page today, I recieved this error:
Fatal error: Call to undefined function: flush_rules() in …/blog/wp-includes/functions-post.php on line 199I looked at the functions-post file, and this is what seems to be causing the error:
else if ($post_status == ‘static’) {
$wp_rewrite->flush_rules();The page updated and saved to the database fine, so it doesn’t make a huge use issue, but I’m not sure why that is happening.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Fatal Error coming from functions-post.php’ is closed to new replies.