• Resolved fiphosting

    (@fiphosting)


    I have a Fatal error message which makes the backend disfunctional. The frontend shows up correct.
    Used theme: Twenty twelve
    Fatal error message: “Fatal error: Cannot use object of type __PHP_Incomplete_Class as array in …./wp-content/plugins/child-theme-configurator/includes/class-ctc.php on line 117”

    On line 114-117, this code is showed:
    ” static function upgrade_ctc_pro_notice() {
    $key = ‘unregistered’;
    if ( $options = get_site_option( CHLD_THM_CFG_OPTIONS ) )
    $key = $options[ ‘update_key’ ]; “

    Because the frontend is functional, I didn’t notice this error before. After updating Child Theme Configurator as well as WordPress through IThemes Sync, I controlled the front end, but not the back end.
    Can you tell me please how I can solve this?

    https://wordpress.org/plugins/child-theme-configurator/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    If you cannot deactivate CTC from WordPress, you must manually rename the child-theme-configurator folder, which will force WordPress to deactivate it.

    I am pushing a new version that addresses this issue.

    Plugin Author lilaeamedia

    (@lilaeamedia)

    Release 2.1.2 addresses this bug.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error message Child Theme Configurator’ is closed to new replies.