• lmsm76

    (@lmsm76)


    After the update for the latest wordpress 5.3 version in Chrome and Edge I received a critical error.

    The WP_DEBUG_LOG gave me:

    [13-Nov-2019 15:19:38 UTC] PHP Notice: Undefined index: HTTP_REFERER in /home/camping/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_3rdparty.php on line 291
    [13-Nov-2019 15:19:38 UTC] PHP Notice: Undefined index: HTTP_REFERER in /home/camping/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_3rdparty.php on line 291
    [13-Nov-2019 15:19:43 UTC] PHP Notice: Undefined index: HTTP_REFERER in /home/camping/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_3rdparty.php on line 291
    [13-Nov-2019 15:19:43 UTC] PHP Notice: Undefined index: HTTP_REFERER in /home/camping/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_3rdparty.php on line 291

    I disabled the plugin and the error stopped to happen.

    I have this shortcode for the menu:

    [tp widget=”flags/tpw_flags.php”]

    Thanks,
    Luis Maia

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author oferwald

    (@oferwald)

    Hello,

    This is not a critical error, but a simple notice, which there are a few ways that you may fix:
    1. Reduce your php logging level (mainly if you are on production)
    2. Add the code to ignore this (either a @ or just check that the variable is set)
    3. Are you using woo?

    Good luck

    hello i have the same problem
    yes i have woo…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest WordPress version 5.3’ is closed to new replies.