Title: Problems getting into website
Last modified: August 24, 2016

---

# Problems getting into website

 *  Resolved [NickNack27](https://wordpress.org/support/users/nicknack27/)
 * (@nicknack27)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/problems-getting-into-website/)
 * Yesterday my website was working fine, but today when I went to open the home
   page this message popped up. Any thoughts?
 * Fatal error: Can’t use function return value in write context in /home4/nick/
   public_html/wp-content/themes/guardian/header.php on line 25
 * Nothing has been changed or altered since, however I did notice yesterday that
   some boxes around my pictures had gone away, and I hadn’t changed any of the 
   coding there either.

Viewing 1 replies (of 1 total)

 *  [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/problems-getting-into-website/#post-5969782)
 * hi
 * Find the given line of code :
 * > <?php if(! empty(get_header_image())){ ?><img src=”<?php echo get_header_image();?
   > >” height=”<?php echo get_custom_header()->height; ?>” width=”<?php echo get_custom_header()-
   > >width; ?>” alt=”image” /><?php } ?>
 * Replce by below given line code
 * >  <?php if(get_header_image()){ ?><img src=”<?php echo get_header_image(); ?
   > >” height=”<?php echo get_custom_header()->height; ?>” width=”<?php echo get_custom_header()-
   > >width; ?>” alt=”image” /><?php } ?>
 * Save the changes

Viewing 1 replies (of 1 total)

The topic ‘Problems getting into website’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/guardian/4.66/screenshot.png)
 * Guardian
 * [Support Threads](https://wordpress.org/support/theme/guardian/)
 * [Active Topics](https://wordpress.org/support/theme/guardian/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/guardian/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/guardian/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/problems-getting-into-website/#post-5969782)
 * Status: resolved