Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 6 years ago.
Improve this questionMy client updated her site on her own, and it went down. There were lots of error messages, I found many missing files and put them up, those errors went away, and now this is the error:
Closed. This question is off-topic. It is not currently accepting answers.Fatal error: Call to undefined function determine_locale() in /home/content/04/5575704/html/wp-includes/script-loader.php on line 1096
Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 6 years ago.
Improve this questionMy client updated her site on her own, and it went down. There were lots of error messages, I found many missing files and put them up, those errors went away, and now this is the error:
Share Improve this question edited Feb 14, 2019 at 6:52 Krzysiek Dróżdż 25.6k9 gold badges53 silver badges74 bronze badges asked Feb 14, 2019 at 1:46 ShannaShanna 111 bronze badge 1Fatal error: Call to undefined function determine_locale() in /home/content/04/5575704/html/wp-includes/script-loader.php on line 1096
- What did the client update? What version of Wordpress is the client using right now? – dan webb Commented Feb 14, 2019 at 1:52
1 Answer
Reset to default 0It looks like something went wrong during update and not all files are on the server or some of them are corrupted.
- Go to wordpress and download a package with WP.
- Go login to FTP of your clients site.
- Delete
wp-includes
andwp-admin
directories. - Upload these directories from original WP package.
- Upload all files in root directory of that package (
index.php
,wp-activate.php
and so on).
After these steps everything should be fine.