Plugin Contributor
Sed Lex
(@sedlex)
What is the version of wordpress ?
Normally, it is included in wp-admin files …
Plugin Contributor
Sed Lex
(@sedlex)
Very stange
Have you tried to uninstall the plugin and then reinstall it to be sure that the installation is correct ?
Do you have a “strange” wordpress installation ?
Same problem here… WP 3.5.2 The only thing “strange” about my install is that it is on a subdomain… not that strange. 😉
Plugin Contributor
Sed Lex
(@sedlex)
I have a development website on a subdomain and that should be a problem
Could you try to had require_once('include/zip.class.php') ; in the list_plugins.php file ?
Plugin Contributor
Sed Lex
(@sedlex)
I may also sent you a beta file if you do not know how to do that
Plugin Contributor
Sed Lex
(@sedlex)
One other options is to type
if (!class_exists('PclZip'))
require_once (ABSPATH."wp-admin/includes/class-pclzip.php");
Should correct the bug
Will be embedded in the next version