initialdwannabe
Member
Posted 3 years ago #
Here is the error messege:
Fatal error: Call to undefined function: apply_filters() in /home/content/s/k/y/skylerbishop/html/wordpress/wp-blog-header.php on line 90
I just did a database restore since I am moving from one host to another. Same URL, all files copied over with the only change to wp-config (new database name and password). What am I doing wrong??
initialdwannabe
Member
Posted 3 years ago #
Did you get all the files? Subdirectories? Everything? the apply_filters() function is one of the main functions in the system, if you're missing it, your directory structure is probably bad.
Specifically, the function is in wp-includes/functions.php.
I have the same problem: I just moved to another server and when I tried to move WordPress, this error occured. But I have definitely moved all the files (that is to say that functions.php is on the new server).
What can I do to repair it? Did I miss something?