• 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.

    Infos to this would be great.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @router66,

    This seems to be an issue with the Transposh plugin rather than Hemingway (since the notices given are in the plugin files). I’d recommend you to post a support request on the Transposh page on www.ads-software.com.

    — Anders

    Thread Starter router66

    (@router66)

    Dear Anders,

    thanks a lot. I will get that done.

    Best,

    Robert

    Thread Starter router66

    (@router66)

    Hi Andre,

    I had been in contact with Transposh Support and with lilaeamedia on the Child

    Theme Config Plug In. Below is the final reply from lilaeamedia (fyi)

    Plugin Author lilaeamedia

    (@lilaeamedia)

    2 days, 22 hours ago

    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 2 days, 22 hours ago by lilaeamedia.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child Theme Config Plug In msg. on Hemingway Thm’ is closed to new replies.