Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1424840
    Gregory
    Guest

    Hello,
    We use your theme on our site https://centredesmusiciensdumonde.com/ and we have this error : PHP Warning: Undefined array key “HTTP_ACCEPT_LANGUAGE” in /home/centredesmusicie/public_html/wp-content/themes/enfold-child/functions.php on line 27

    All the site is up to date, php 8.1.

    When you google :PHP Warning: Undefined array key “HTTP_ACCEPT_LANGUAGE”, lot of site has this problem? could you help use

    #1424864

    Hey Gregory,

    Thank you for the inquiry.

    Have you tried checking the functions.php file? Please look for any reference of the HTTP_ACCEPT_LANGUAGE array key and remove it, or disable the function that contains it. You could also edit the function and make sure that the variable or key exist before proceeding.

    // https://www.php.net/manual/en/function.isset.php
    // https://www.w3schools.com/php/func_array_key_exists.asp

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.