Home › Forums › Backend Issues (wp-admin) › JS Errors with ACF + Timber › Reply To: JS Errors with ACF + Timber
The issue could have been caused by almost anything. When you use SCRIPT_DEBUG this causes WP to load all dev versions of scripts instead of the minified version. Sometimes when uploading minified JS files to the server through FTP long lines in them get truncated which corrupts the files. Doing what you did simply confirms this has happend but there isn’t a way of knowing for sure exactly what script was corrupted. The hard part is figuring out which one. When FTPing JS files you need to set your FTP client to transfer them as binary files and not text. However, sometimes this does not work because your host/server may override this and treat all .js files as text anyway. The easiest way to correct the issue is to reinstall WP and/or plugins.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.