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
You need to tell your hosting provider to enable the PHP Zip extension. Also, some hosting panels (Directamin, Cpanel) can be activated.
{
"error": {
"context": "installTemplateKit",
"code": "zip_failure",
"message": "ZipArchive extension not enabled. Please ask hosting provider or Google search "Enable ZipArchive for PHP".",
"data": []
}
}