igraphi
Member
Posted 7 months ago #
I'm getting an error on my home page and i read the reviews about how to possibly fix the error, but have been unsuccessful and don't see an error that jumps out be. I called the web host and tried restore/downloading my most recent backup but hasn't fixed the problem...unfortunately, i know longer have a webmaster and I'm just maintaining the website so i don't have and real coding knowledge...please see the error message below and the copy and pasted coding and let me know if anyone can help. I don't see anything that jumps out in line 7. Thanks in advance. The website is http://www.sweetscenesent.com
Fatal error: Call to undefined function get_header() in /hermes/web05/b764/moo.igraphi/wp-content/themes/FolioShowcasenew/homepage.php on line 7 which would be the 2nd PHP line correct?
<?php
/*
Template Name: homepage
*/
?>
<?php get_header(); ?>
<div id="mid-wrap">
<div class="container_16">
Le-Pixel-Solitaire
Member
Posted 7 months ago #
Hi igraphi,
I doubt very much that the template name is really homepage... Looking at the name of the directory, I bet it's more FolioShowcasenew or something like that. The best way to retreive the template's real name should be to look the header of other files (like styles.css). So to find it and correct the line "Template Name: homepage" should do the trick.
igraphi
Member
Posted 7 months ago #
Ok...you were right folioshowcaseNEW is the name, but it hasn't resolved the problem could it have something to do with the other portion of the error below: I'm not so sure that there is a line 381 under that file
Viewing: Featured
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web05/b764/moo.igraphi/wp-content/themes/FolioShowcasenew/homepage.php:7) in /hermes/web05/b764/moo.igraphi/wp-content/themes/FolioShowcasenew/inc/thumb.php on line 381
A TimThumb error has occured
The following error(s) occured:
No image specified
Query String :
TimThumb version : 2.5
Le-Pixel-Solitaire
Member
Posted 7 months ago #
Strange indeed... You get this error message in the admin or when your blog displays a particular page?
igraphi
Member
Posted 7 months ago #
when you say Admin do you mean when I acutally go into to make the adjustment to the page (logging into word press)? If so no it reads regular when I login to make adjustments/the way that it should display on the actual website....only when my blog displays on the home page. Any advice?
igraphi
Member
Posted 5 months ago #
PLEASE ASSIST...HAVEN'T BEEN ABLE TO RESOLVE THIS ISSUE YET
Fatal error: Call to undefined function get_bloginfo() in /hermes/web05/b764/moo.igraphi/wp-content/themes/FolioShowcasenew/welcome.php on line 5
<div id="welcome">
<?php
$mysitename = get_bloginfo('name');
$mysitefeed = get_bloginfo('rss2_url');
if (get_option('greeting') || get_option('welcomemessage')) {
if (get_option('greeting')) {
echo "<h2>" . get_option('greeting') . "</h2>";
}
igraphi
Member
Posted 5 months ago #
Fatal error: Call to undefined function get_header() in /hermes/web05/b764/moo.igraphi/wp-content/themes/FolioShowcasenew/theblog.php on line 1
<?php get_header(); ?>
igraphi
Member
Posted 5 months ago #
Viewing: Featured
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web05/b764/moo.igraphi/wp-content/themes/FolioShowcasenew/homepage.php:7) in /hermes/web05/b764/moo.igraphi/wp-content/themes/FolioShowcasenew/inc/thumb.php on line 381
A TimThumb error has occured
The following error(s) occured:
No image specified
Query String :
TimThumb version : 2.5