Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sed Lex

    (@sedlex)

    What is the version of wordpress ?
    Normally, it is included in wp-admin files …

    Thread Starter ygirod

    (@ygirod)

    3.5.1

    Plugin Author 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 Author 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 Author Sed Lex

    (@sedlex)

    I may also sent you a beta file if you do not know how to do that

    Plugin Author 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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal error: Class 'PclZip' not found’ is closed to new replies.