i get this error when i try to download any plugin
Abort class-pclzip.php : Missing zlib extensions
i get this error when i try to download any plugin
Abort class-pclzip.php : Missing zlib extensions
iam using wordpress
Same problem here did u get any solution ???
What do you mean by âDownload a pluginâ?
Where did you trying download it? Using FTP manager? Wordpress dashboard or what?
You should upload it using FTP manager.
Some issues why youâre facing the problem:
1.) The size of the plugins exceed the 10 MB limit size.
2.) Corrupted plugins.
Iam not able to download any plugin âŚ
then do u mean to say all plugins are corrupted??(LOL)
To upload/download a plugin manually using FTP manager, this can help you to activate and upload a plugin on wordpress
To do so, the first step is to download the plugin or theme zip file to your computer. If you got the plugin from a third party source, you probably already have this file. If you installed it directly from WordPress, you can find and download your plugin from the official WordPress plugin store or theme store
Next, youâll need to upload the files to your account.
To upload the plugin or theme with FTP:
- Extract the zip file on your computer. It should contain a single folder with files.
- Setup a connection with your FTP client of choice. Learn more about how to setup an FTP connection.
- Navigate to your WordPress plugins or themes folder. This is typically
htdocs/wp-content/plugins
for your first domain, andexample.com/htdocs/wp-content/plugins
for addon domains and subdomains. For themes, itâs the- Copy the extracted folder to the website directory. Depending on the size of the plugin or theme, this can take some time complete.
- After the file transfer has been completed, login to your WordPress admin area. From there, you can navigate to the Plugins or Themes interface and hit Activate on what youâve just uploaded.
You can attempt to upload the archive through our online file manager, but this may not work depending on the size of the plugin or theme. Using a desktop FTP client like FileZilla is recommended, because it works with plugins and themes of all sizes.
Hyy there you can use this code
php_value max_execution_time 600
Just past this code in .htaccess file
This code execute time of running php codeđ
And add this code before (thatâs all stop editing)
define( âWP_MEMORY_LIMITâ, â256Mâ );
Htdoc>>wp-config.php
See screenshots of wp-config.php file
I just suggest you i am not sure it will work or not
It wonât work on free hosting, because they removed the possibility to set other PHP values on free hosting.
The error occurs because of zlib extensions not installed on free hosting and I believe that extension was installed before. So, only server administrator can help with this.
itâs all over the WP, I canât add theme or import demo to start workingâŚ
Same here. Plugin upgrades and themes are not installing. Iâve tried using PHP 7.0 and 7.4.
Please just wait for Admin to review the issue. And you canât mention Admin or message.
Have you tried it yourself?
Yes and its work⌠1 wordpress expert suggest me this
Yeah⌠it works:
http://bayodino.epizy.com/text.php
context: echo ini_get('max_execution_time');
I asked you that if youâve tried it yourself is because i not want people to advice a thing that they donât know whatever it works or not.
Your code does not work. I tried it and the final result is what I and @Ergastolator1 see&say
I tested and here is the final result:
So your answer is useless.