• Hi there! It looks like when creating a clone or a child theme from the Twenty Twenty-three theme, I get a critical error. No cache plugins activated.

    Creating blank theme is working fine.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter javierr

    (@javierr)

    Hi, disabling all plugins but this one, and activating Twenty Twenty-Three theme, still get the errors.

    Thank you

    Plugin Author Matias Benedetto

    (@mmaattiiaass)

    Hi @javierr do you have the WP_DEBUG setting disabled in your WordPress config?

    You need to have define( 'WP_DEBUG', false ); in your wp-config.php otherwise, the plugin fails.

    Let me know if that helps.

    Thread Starter javierr

    (@javierr)

    Hi @mmaattiiaass,

    I think I have it as your example, but I am not a programmer:

    if ( ! defined( 'WP_DEBUG' ) ) {
    	define( 'WP_DEBUG', false );
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create child or clone not working’ is closed to new replies.