• Hello dear development team,
    I suddenly encountered the following error. Everything was working perfectly until now.

    PHP Warning: gzuncompress(): data error in /…/wp-content/plugins/wp-youtube-lyte/wp-youtube-lyte.php on line 425
    [28-Oct-2025 08:57:43 UTC] PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /…./wp-content/plugins/wp-youtube-lyte/wp-youtube-lyte.php:427

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    that looks like an issue with corrupted data stored in LYTE’s cache, can you try clearing the LYTE cache?

    Thread Starter skyfly024

    (@skyfly024)

    OK, that worked, including a delete FROM mmwp_postmeta WHERE meta_key like “lyte%”

    What could have been the cause, or how could such a problem arise? Perhaps I can prevent it in the future.

    Thanks

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    hard to say I’m afraid … I would assume a non-complete string was returned from the database somehow, which would cause gzcompress to not being able to decompress it, resulting in said error? but the root cause … :-/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP Fatal error wp-youtube-lyte.php:427’ is closed to new replies.