Title: Crashed page &#8211; child theme
Last modified: November 7, 2019

---

# Crashed page – child theme

 *  [malemma](https://wordpress.org/support/users/malemma/)
 * (@malemma)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/)
 * Hi,
    I wanted to create a child theme to the theme VMagazine Lite. When I have
   activated the child theme, my page has crashed. I also could not access to the
   wp-admin of the page.
 * I received the following error message on the page:
    „The site is experiencing
   technical difficulties. Please check your site admin email inbox for instructions.”
 * I received the following error message via mail:
    „An error of type E_COMPILE_ERROR
   was caused in line 60 of the file /home/meselang/public_html/wp-content/themes/
   vmagazine-lite/inc/init.php. Error message: require(): Failed opening required‘/
   home/meselang/public_html/wp-content/themes/vmagazine-lite-child/inc/welcome/
   welcome-config.php’ (include_path=’.:/opt/alt/php71/usr/share/pear’)”
 * Note: I have created the child theme as instructed by wordpress.org.
    My style.
   css: /* Theme Name: Vmagazine-lite Child Description: Vmagazine-lite Child Theme
   Author: Tunde Author URI: [https://meselang.hu](https://meselang.hu) Template:
   vmagazine-lite Version: 1.0.0 License: GNU General Public License v2 or later
   Text Domain: vmagazine-lite-child */
 * My functions.php:
    <?php function my_theme_enqueue_styles() { $parent_style =‘
   parent-style’; // This is ‘di-magazine’ for the Di-Magazine theme. wp_enqueue_style(
   $parent_style, get_template_directory_uri() . ‘/style.css’ );
 * wp_enqueue_style( ‘child-style’,
    get_stylesheet_directory_uri() . ‘/style.css’,
   array( $parent_style ), wp_get_theme()->get(‘Version’)
 * );
    } add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ ); ?>
 * I’ve already logged in via “recovery mode” and I`ve made a backup so my page 
   is working now. But I still want to create a child theme.
    Can you help me what
   the problem is?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcrashed-page-child-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [malemma](https://wordpress.org/support/users/malemma/)
 * (@malemma)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12107283)
 * Hi,
    Complement: I have already tried to install the child theme again on a new
   site with a newly installed VMagazine Lite theme (without using any plugin). 
   I have received the same error message.
 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12109859)
 * Hi [@malemma](https://wordpress.org/support/users/malemma/),
 * Thank you for writing in.
 * Maybe the process of creating the child theme is wrong so that you are facing
   such errors. Please check this plugin:
    [https://wordpress.org/plugins/child-theme-generator/](https://wordpress.org/plugins/child-theme-generator/)
   after creating the child theme you can delete the plugin from your site.
 * Regards!
    Alson Singh Thakuri AK Happiness Engineer
 *  Thread Starter [malemma](https://wordpress.org/support/users/malemma/)
 * (@malemma)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12115643)
 * Hi,
 * I created the child theme by the plugin that you recommended, but I got the same
   result with the same error message.
    Regards! Tünde
 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12126487)
 * Hi [@malemma](https://wordpress.org/support/users/malemma/),
 * Thank you for writing back.
 * Please be sure that you have deleted all the child themes that you have created
   before and make a new one.
 * Please let me if it is still causing problem.
 * Regards!
    Alson Singh Thakuri AK Happiness Engineer
 *  Thread Starter [malemma](https://wordpress.org/support/users/malemma/)
 * (@malemma)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12169530)
 * Hi!
 * There isn`t any solution yet.
    I think I didn’t do any mistake if you have the
   same problem. I still look forward to the developers solution.
 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12171287)
 * Hi [@mrmaby](https://wordpress.org/support/users/mrmaby/) [@malemma](https://wordpress.org/support/users/malemma/)
 * Thank you for writing back.
 * Please update your theme once and check it.
 * And if the issue is still persisting please do let us know.
 * Regards!
    Alson Singh Thakuri AK Happiness Engineer
 *  Thread Starter [malemma](https://wordpress.org/support/users/malemma/)
 * (@malemma)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12171493)
 * Great! It´s working excellent. Many thanks [@alsonthakuri](https://wordpress.org/support/users/alsonthakuri/)
 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12171913)
 * Hi [@malemma](https://wordpress.org/support/users/malemma/)
 * Thank you for writing back.
 * If you have anything else then please let us know, we will help you best we can.
 * And also, could you please do us a favor?
    Please support us by rating and reviewing
   our theme at [https://wordpress.org/themes/vmagazine-lite/](https://wordpress.org/themes/vmagazine-lite/)
   So that many people can know of us.
 * Regards!
    Alson Singh Thakuri AK Happiness Engineer

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

The topic ‘Crashed page – child theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vmagazine-lite/1.3.7/screenshot.
   png)
 * VMagazine Lite
 * [Support Threads](https://wordpress.org/support/theme/vmagazine-lite/)
 * [Active Topics](https://wordpress.org/support/theme/vmagazine-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vmagazine-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vmagazine-lite/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/crashed-page-child-theme/#post-12171913)
 * Status: not resolved