skip to Main Content

when I am going to install elementor kit om wordpress show this PHP problem. what can I do now?

Template Kit Install Error
There was an issue installing this template kit. Please try again.

PHP Zip extension not loaded

{
"error": {
"context": "installTemplateKit",
"code": "zip_failure",
"message": "PHP Zip extension not loaded",
"data": [] }
}

2

Answers


  1. You need to tell your hosting provider to enable the PHP Zip extension. Also, some hosting panels (Directamin, Cpanel) can be activated.

    Login or Signup to reply.
  2. {
    "error": {
    "context": "installTemplateKit",
    "code": "zip_failure",
    "message": "ZipArchive extension not enabled. Please ask hosting provider or Google search "Enable ZipArchive for PHP".",
    "data": []
    }
    }

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search