• Resolved router66

    (@router66)


    Hi, question on using Child Theme Configurator Plug In Analyzer (php debug) on my Hemingway Theme. It created the following message output:
    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /var/www/web27492794/html/galaxypersonal.de/wp-content/plugins/transposh-translation-filter-for-wordpress/transposh.php:50) in /var/www/web27492794/html/galaxypersonal.de/wp-content/plugins/wp-file-upload/wordpress_file_upload.php on line 2

    Notice: Undefined index: widget_file in /var/www/web27492794/html/galaxypersonal.de/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_widget.php on line 165

    Notice: Undefined index: widget_file in /var/www/web27492794/html/galaxypersonal.de/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_widget.php on line 188

    Notice: Undefined index: widget_file in /var/www/web27492794/html/galaxypersonal.de/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_widget.php on line 254

    Notice: Undefined index: title in /var/www/web27492794/html/galaxypersonal.de/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_widget.php on line 271

    Now, this is something to be handled in order to create a childtheme. There seems to be a problem with the transposh plug in. What would be the reason for being a problem in line with the child theme? I use transposh to translate my site pages.
    And how could I debug this.

    I had been communicating to the transposh support who did feel that there was problem with the theme:

    Hi there!

    this may be an indication that the problem lies elsewhere.

    Yeah I think the issue here might be with your child or parent theme, but I can’t say for sure.

    Sorry I can’t be of more help here! 🙁

    Adam Heckler
    Happiness Engineer

    Since then the problem may be somewhere else not defined-is there something thyt could be done on top of this statements? I would deactivate the transposh plug in next.

    Best,

    Robert

    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.

    “Undefined index” is a common coding mistake for theme and plugin developers. It means an array element is being referenced before it has been initialized.

    It often occurs when a new theme is used before the theme options have been populated.

    It is a minor issue and will not adversely affect the user experience, so you can safely continue the configuration. You should, however, notify the developer of the issue.

    • This reply was modified 6 years, 3 months ago by lilaeamedia.
Viewing 1 replies (of 1 total)
  • The topic ‘Child Theme Config detected problem on analyzing’ is closed to new replies.