“undefined” error when trying to install plugins or import demos

You are here:
Estimated reading time: < 1 min

LinkZlib Compression is enabled

Due to the pattern i noticed, this is likely caused by the PHP variable “zlib.output_compression” being enabled.

To disable it, try editing one of these:

Link.htaccess file

php_flag zlib.output_compression Off

Linkphp.ini file

zlib.output_compression Off

Link.user.ini file

zlib.output_compression Off

LinkSSL is not properly setup

If your site is using a SSL certificate, try accessing WP backend > Settings and make sure the Site Address and WordPress address URL’s both have “https” inside.

LinkUpgrade PHP version

Please make sure you’re running a recent version of PHP like 7.3+ .

Was this article helpful?
Dislike 0
Views: 702

Suggest article improvements

Please use this form to suggest improvements and report missing or outdated content. Support requests will most likely not be answered and it's best to use the Support Request Form instead. Thanks!