wordpress errors?

Discussion in 'WordPress' started by templates, Dec 22, 2015.

  1. #1
    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?

     
    templates, Dec 22, 2015 IP
  2. bobs

    bobs Active Member

    Messages:
    83
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    98
    #2
    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.
     
    bobs, Dec 23, 2015 IP
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    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.
     
    PoPSiCLe, Dec 25, 2015 IP
    Nigel Lew, Aditya Thakur and sarahk like this.
  4. Aditya Thakur

    Aditya Thakur Well-Known Member

    Messages:
    30
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #4
    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. :)
     
    Aditya Thakur, Dec 25, 2015 IP
  5. Roger S

    Roger S Active Member

    Messages:
    46
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    58
    #5
    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.
     
    Roger S, Dec 26, 2015 IP