Results 1 to 2 of 2
Related
-
Javascript's call back function Forum: Javascript Forum
Replies: 0 -
Javascript function call Forum: Javascript Forum
Replies: 1 -
Call Method Forum: CGI Perl Forum
Replies: 0 -
Error MySQL Error: 1064 - subqueries Forum: PHP Forum
Replies: 0
-
07-18-2007, 12:00 AM #1
Fatal error: Call to undefined function get_header()
hi all,
im new to this site, i have a issuewith index.php file, before that i have to tell you guys i am not a expert in php still learning so i just download one system and try to change but when i am doing that this error came
Fatal error: Call to undefined function get_header() in C:\Program Files\wamp\www\TM 12249 Template for WordPress\theme110\index.php on line 1
could you pls help me to figure this out
thanx
-
07-22-2007, 01:25 PM #2
Re: Fatal error: Call to undefined function get_header()
it sounds like your code is trying to call get_header() and its not finding it. Do a search through your code and find where get_header is declared and then make sure the page that's calling it can find it, usually with an include or require.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum