Title: Plugin Fatal Error
Last modified: August 20, 2016

---

# Plugin Fatal Error

 *  Resolved [User78342324](https://wordpress.org/support/users/rune-vantage/)
 * (@rune-vantage)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/)
 * When I updated the plugin, and tried to access a page that doesn’t exzist on 
   my site with “Custom 404 Error Page: Unilimited designs and colors” installed,
   I receive an error saying “Fatal error: Call to undefined function http_response_code()
   in /home/myuseraccount/public_html/-hidden-/wp-content/plugins/custom-404-error-
   page-unlimited-designs-colors-and-fonts/custom404page.php on line 1”
 * Any thoughts?…
 * [http://wordpress.org/extend/plugins/custom-404-error-page-unlimited-designs-colors-and-fonts/](http://wordpress.org/extend/plugins/custom-404-error-page-unlimited-designs-colors-and-fonts/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [slowsoulz](https://wordpress.org/support/users/slowsoulz/)
 * (@slowsoulz)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352010)
 * I’m getting this same error. I uninstalled and re-installed the plugin and nothing
   changed. Help!
 *  Thread Starter [User78342324](https://wordpress.org/support/users/rune-vantage/)
 * (@rune-vantage)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352053)
 * Hey slowsoulz,
 * Is your header.php file accessible, or do you get another fatal error?
 * [http://yoursite.com/wp-includes/theme-compat/header.php](http://yoursite.com/wp-includes/theme-compat/header.php)
 * Refference:
    [http://codex.wordpress.org/Function_Reference/get_header](http://codex.wordpress.org/Function_Reference/get_header)
 *  [satguy01](https://wordpress.org/support/users/satguy01/)
 * (@satguy01)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352067)
 * Getting the same problem. Worked fine before…
 * Thanks
 *  [slowsoulz](https://wordpress.org/support/users/slowsoulz/)
 * (@slowsoulz)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352114)
 * Sorry for the late reply. I found a fix for the problem here.
 * [http://wordpress.org/support/topic/returns-call-to-undefined-function-http_response_code?replies=2](http://wordpress.org/support/topic/returns-call-to-undefined-function-http_response_code?replies=2)
 * ———-
    FIXED
 * Line 1:
 * <?php get_header(); http_response_code( 404 ); //var_dump( http_response_code());?
   >
 * Changed to:
 * <?php get_header(); ?>
    ——————– Works perfectly now!
 *  Thread Starter [User78342324](https://wordpress.org/support/users/rune-vantage/)
 * (@rune-vantage)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352123)
 * Thanks, relpacing line 1 with <?php get_header(); ?> worked!
 *  [Niko Vittaniemi](https://wordpress.org/support/users/nikov/)
 * (@nikov)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352139)
 * Hey there!
    I had the same problem from the start and changing <?php get_header();?
   > helped! Althou this may affect so that the 404 error isn’t properly showing
   if i’m right?
 * I hope ya guys can fix this thing.. Really awesome plugin 🙂
 * Oh yea and please include translation options for “Check these Useful Posts” 
   and “Check these Useful Links”.
 *  [satguy01](https://wordpress.org/support/users/satguy01/)
 * (@satguy01)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352141)
 * I reverted back to the previous version for now, I will give it some time and
   check it again in a few months
 * But it is an awesome plugin

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Plugin Fatal Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-404-error-page-unlimited-designs-
   colors-and-fonts_373737.svg)
 * [Custom 404 Error Page: Unilimited designs and colors](https://wordpress.org/plugins/custom-404-error-page-unlimited-designs-colors-and-fonts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-404-error-page-unlimited-designs-colors-and-fonts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-404-error-page-unlimited-designs-colors-and-fonts/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-404-error-page-unlimited-designs-colors-and-fonts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-404-error-page-unlimited-designs-colors-and-fonts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-404-error-page-unlimited-designs-colors-and-fonts/reviews/)

## Tags

 * [plugin support](https://wordpress.org/support/topic-tag/plugin-support/)

 * 7 replies
 * 4 participants
 * Last reply from: [satguy01](https://wordpress.org/support/users/satguy01/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-fatal-error-1/#post-3352141)
 * Status: resolved