Title: Jetpack and functions.php error
Last modified: June 20, 2017

---

# Jetpack and functions.php error

 *  Resolved [cutemunkey80](https://wordpress.org/support/users/cutemunkey80/)
 * (@cutemunkey80)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/jetpack-and-functions-php-error/)
 * I updated wordpress and installed jetpack today and then made a fatal error in
   an attempt to rush something before I left work!
 * Quick history of what I have done so far…
 * I created a multi site in the aim of running 2 websites under one roof
    I created
   the 1st website and all was well, I was using the ‘Divi theme’ and used a plugin
   called ‘child theme configurator’ to make a child theme. Again no problems at
   this stage.
 * Today I decided to install ‘jetpack’ which I have used before with no problems.
   I saw that it had a breadcrumb function which I didn’t realise it had so I decided
   to quickly activate it before I left the office. I found the code that was needed
   to add to page.php but in my haste I somehow managed to add it to the child theme’s
   function.php. Since then all I get is
 * This page isn’t working
 * “site” is currently unable to handle this request.
    HTTP ERROR 500
 * Tried so far….
    I removed the code I added (no effect) I tried to remake my .
   htaccess (no effect) I tried increasing my php memory (no effect) I tried manually
   disabling my plugins (no effect)
 * I have no access to my site or the admin page 🙁
 * My current functions.php of the child theme file looks like this:
 * <?php
    // Exit if accessed directly if ( !defined( ‘ABSPATH’ ) ) exit;
 * // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED – Do not modify or remove comment
   markers above or below:
 * if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
    functionchld_thm_cfg_parent_css(){
   wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri()).‘
   style.css’, array( ) ); } endif; add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’,
   10 );
 * // END ENQUEUE PARENT ACTION
 * Is there anyone with any ideas before I make the drastic decision to start again
   🙁

Viewing 1 replies (of 1 total)

 *  Thread Starter [cutemunkey80](https://wordpress.org/support/users/cutemunkey80/)
 * (@cutemunkey80)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/jetpack-and-functions-php-error/#post-9246500)
 * Don’t worry all sorted 🙂

Viewing 1 replies (of 1 total)

The topic ‘Jetpack and functions.php error’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [cutemunkey80](https://wordpress.org/support/users/cutemunkey80/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/jetpack-and-functions-php-error/#post-9246500)
 * Status: resolved