If this is the wrong place to post, please let me know.. I got a 500 server error on my site just before i moved it, now it shows this error.. Warning: require(/home/mysitesname/public_html/wp-includes/taxonomy.php): failed to open stream: No such file or directory in /home/mysitesname/public_html/wp-settings.php on line 143 Fatal error: require(): Failed opening required '/home/mysitesname/public_html/wp-includes/taxonomy.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysitesname/public_html/wp-settings.php on line 143 Warning: gzdecode(): data error in /home/mysitesname/public_html/wp-config.php(1) : runtime-created function(1) : eval()'d code on line 29 what is a way to fix this?
1) Check your .htaccess files. 2) Make sure to change database settings in wp-config.php 3) 500 internal error causes due to improper file permissions. Make sure to provide proper file permission usually it's 644 and 755.
The errors are pretty self explanatory - the files listed in the errors aren't found at the path where WordPress is looking for them. Make sure the files are there, and that the path is correct.
Yup! Agree Problem is self-explanatory. Find the path of the directory. I think taxonomy.php is not there, Hope your problem will be solved by putting the file in the specific directory.
Hi, I will suggest you to download a fresh copy of the WordPress and copy the missing files to the site from it. Use FTP or CMD if you have access to it.