• Resolved krantiman

    (@krantiman)


    I was trying to create a Child theme for the theme Kale by using the plugin called “child theme configurator” but it is showing me the following error “Notice: Constant WP_MEMORY_LIMIT already defined in /home/…./wp-config.php on line 111” what does that mean? and how should I resolve this ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @krantiman,

    This question is related to “child theme configurator” plugin however this error probably means there is a constant in WP_MEMORY_LIMIT in wp-config.php file that is overriding in this plugin.

    What I would recommend first is opening wp-config.php file on your server under your root directory and comment out WP_MEMORY_LIMIT constant.

    Best

    Thread Starter krantiman

    (@krantiman)

    Well Thanks a Lot 🙂 It worked like charm !

    Hi @krantiman,

    I’l glad to hear that 🙂

    Feel free to reach out if you need anything.

    Best

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

The topic ‘Error While Creating Child Theme’ is closed to new replies.