What does “Call to Undefined Function” mean?
-
I’m trying to create a working test copy of a site in a subdirectory of my current site.
I have copied the files and database, but when I try to load the site, I get the error below and I don’t completely understand what the error means. I’m hoping someone here can help. The error is:
Fatal error: Call to undefined function add_action() in /nfs/c04/h03/mnt/181475/domains/thesummitproject.org/html/site/wp-settings.php on line 6
Line 6 in wp-settings is:
add_action( ‘wp_head’, ‘wp_no_robots’ );1) What is undefined: the “add_action” function? or the actual action “wp_no_robots”
2) If it is “add_action”, where is that found?I’m guessing I may have missed a file(s) when I copied the site, but I can’t track it down from this error.
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘What does “Call to Undefined Function” mean?’ is closed to new replies.