• Resolved Nadir Latif

    (@nadirlatif-1)


    My web server error log file shows the following warning messages:

    [23-Feb-2023 06:59:24 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/dcctech/dev.dcc-tech.com/wp-content/plugins/litespeed-cache/src/base.cls.php on line 687

    [23-Feb-2023 06:59:24 UTC] PHP Warning: parse_ini_file() has been disabled for security reasons in /home/dcctech/dev.dcc-tech.com/wp-content/plugins/litespeed-cache/src/base.cls.php on line 685

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

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    it’s actually from same issue

    the function parse_ini_file() is needed on activation to load default conf from an ini file , so if you don’t have function enabled , it failed to load anything which is “null” that you see on your first error

    please enable parse_ini_file() function , this is critical for plugin

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Warning: array_key_exists()’ is closed to new replies.