Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2301664
WP Critical error trying to activate Child theme
Closed

Comments

  • Andreas started the conversation

    Hi, 

    this is just perfect... I've discovered that instead of child theme, the actual The Gem was active, so I clicked on Activate button on the Child theme and the got the WP critical error message right away.
    The only significant thing to WP I did is to shut up the plugin update notifications in the functions.php, because the Layer Slider wouldn't update and got error message about a missing package or something...

    So now I can't work on my site any more.

    Regards

  • Andreas replied

    Okay, just deleted this entry from functions.php and everything is working again:

    // hide update notifications
    function remove_core_updates(){
    global $wp_version;return(object) array('last_checked'=> time(),'version_checked'=> $wp_version,);
    }

    add_filter('pre_site_transient_update_plugins','remove_core_updates'); //hide updates for all plugins


  •  7,092
    Oliver replied

    Hi,

    Thank you for letting know.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver