• Resolved whitejackdaw

    (@whitejackdaw)


    I just downloaded the plugin, selected “Create new Child theme”, then selected my theme (Divi) and hit “Analyse”. There was an error message generated: PHP debug output.

    Notice: Constant WP_USE_THEMES already defined in /homepages/5/d403439404/htdocs/clickandbuilds/FactorResearch/index.php on line 14

    Can you please advise how to resolve this? Thanks.

    Please find below the raw analysis data:

    {
    “parnt”: {
    “deps”: [
    [],
    [
    [
    “divi-style”,
    “style.css”
    ]
    ]
    ],
    “signals”: {
    “failure”: 0,
    “err_php”: 1,
    “thm_parnt_loaded”: “divi-style”
    },
    “queue”: [
    “admin-bar”,
    “document-gallery”,
    “font-awesome”,
    “wpdm-bootstrap”,
    “wpdm-front”,
    “gglcptch”,
    “wpsm_tabs_r-font-awesome-front”,
    “wpsm_tabs_r_bootstrap-front”,
    “wpsm_tabs_r_animate”,
    “cookie-consent-style”,
    “et-gf-open-sans”,
    “et_monarch-css”,
    “yoast-seo-adminbar”,
    “divi-style”,
    “um_minified”,
    “ctc-test”
    ],
    “irreg”: [
    “11,magnific-popup”,
    “19,dashicons”,
    “100,um_minified”
    ],
    “url”: “https://www.factorresearch.com/?ModPagespeed=off&preview_ctc=1&template=Divi&stylesheet=Divi&now=1502869626”
    },
    “child”: {
    “deps”: [
    [],
    []
    ],
    “signals”: {
    “failure”: 0
    },
    “queue”: [],
    “irreg”: []
    }
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    The CTC analyzer runs in debug mode. This means that it displays PHP debug output that might otherwise go undetected. This notice is not related to Child Theme Configurator.

    WP_USE_THEMES is a constant defined in the very first file loaded in every WordPress instance. Some other php file in your site is incorrectly defining this constant.

    By default, debug notices are not directed to the user’s browser, so you can disregard this notice and continue the configuration. You should, however, notify your web hosting provider the issue.

Viewing 1 replies (of 1 total)

The topic ‘New child theme: Analyse: PHP debug output’ is closed to new replies.