• Resolved wpmember11

    (@wpmember11)


    Hi,

    I tried to create a child them for this theme
    https://wordpress.org/themes/seos-magazine/

    After clicking “Analyze”,

    The first time it returned:

    The theme “Seos Magazine” generated unexpected PHP debug output.

    Notice: Undefined index: amount in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1119

    Notice: Undefined index: count in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1124

    Notice: Undefined index: use_desc_for_title in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1125

    Notice: Undefined index: rssfeed in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1128

    I have AVH Extended Categories Widgets plugin installed on my site.

    But the second time around it returned:

    This theme appears OK to use as a Child theme.

    This theme loads additional stylesheets after the style.css file:
    (a list of things here)

    I went ahead and created a child theme the 2nd time but not sure if it’s safe to use it under such circumstances.

    After verifying the child theme make sure it looks right at frontend, I analyze it (the parent theme) the third time and it reverted to the first time result.

    Thank you.

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

    (@lilaeamedia)

    Please note that the CTC analyzer runs in debug mode so it displays PHP debug output that might otherwise go undetected.

    Undefined index means an array element is being used before it has been given a value. This is a common coding mistake, but unless you have set debug mode in wp-config.php it probably not affect the front end.

Viewing 1 replies (of 1 total)
  • The topic ‘After “Analyze” returned 2 different results’ is closed to new replies.