Forums
Forums / Installing WordPress / Fatal Error:
(@beloved)
18 years ago
I don’t know what went wrong but I was trying to create a new theme and got this message:
Fatal error: Call to undefined function: get_header() in /homepages/17/d245651204/htdocs/index.php on line 1
I tried deleting and resetting up wordpress on my computer to see if I messed something up. It didn’t work and I’m lost now. Can anyone help me?
Here’s the link to my website
http://www.triplelove.org/
(@michaelh)
If the wp-admin, wp-content, and wp-includes folder are in the htdocs folder, then the index.php file in the htdocs folder should be:
<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp-blog-header.php'); ?>
There should also be approximately 22 other wordpress files in the htdocs folder.
Might also review Installing WordPress.
The topic ‘Fatal Error:’ is closed to new replies.