• Hi,

    I want to install word press and explore more, as of now I am able to install wordpress in Windows system , tomcat 7 (using quercus) and Mysqldb.
    But now I am facing issue create site, upload plugins etc.
    Please help me out to resolve the issues.

    Plugin upload :
    The package could not be installed. PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to open archive ‘C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\php/wp-content/uploads/2017/07/capability-manager-enhanced-2.zip’ in rb mode

    The uploaded file exceeds the upload_max_filesize directive in php.ini.

    Also when creating bog or post I am getting error like :
    Sorry, you are not allowed to edit this post.

    Also after installing I am getting few waring displayed below header regarding CURL :
    C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\php\wp-includes\Requests\Transport\cURL.php:154: Warning: CURL option ‘10065’ unknown or unimplemented

    Please help me resolve these issues.

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hi there,
    If you’re seeing this error either suddenly (no specific task was done to cause the error) or frequently, try deactivating all plugins to rule-out a plugin-specific issue and try switching themes to rule-out a theme-specific issue.

    Otherwise, here are three ways to increase PHP’s memory allocation:

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 128M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 128M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account.

    (in the above examples, the limit is set to 128MB)

    You should enable the curl extension to avoid this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin installation problem’ is closed to new replies.