Learning
Learning

Reputation: 20001

Wordpress related error

My wordpress website is showing me following error. I had not changed or upladed any thing to the server. Is this error due to some WP update that might have happened automatically or due to web server configuration

Warning: require(/home/domainName/public_html/wp-includes/post.php): failed to open stream: No such file or directory in /home/DomainName/public_html/wp-settings.php on line 145

Fatal error: require(): Failed opening required '/home/DomainName/public_html/wp-includes/post.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/DomainName/public_html/wp-settings.php on line 145

I am not much familiar with word-press any help in rectifying this issue would be of great help

Upvotes: 0

Views: 86

Answers (1)

error500
error500

Reputation: 197

Could you check if the file /home/domainName/public_html/wp-includes/post.php exits and is readable (if unix mode) ?

Upvotes: 1

Related Questions