Wordpress php

hello i am using wordpress and i am currently trying to upload a plug-in but it is coming up with this error
The uploaded file exceeds the upload_max_filesize directive in php.ini.

You can only upload files that are under a certain size.

Read about those limits here:

Additionally, there is a workaround here:

4 Likes

If the plugin or theme you are uploading is over the 10MB file size limit, this error will pop up. Uploading the plugin or theme via FTP may help.

Install a WordPress plugin with FTP | Managed WordPress - GoDaddy Help IN

2 Likes

How will that help? If the file is over 10mb, there is no way to upload it.

It will work, if uploaded the files after extraction.

1 Like

If the file itself is over 10mb, then no.

But normally (I assume, according to what I can infer from the tutorials and such) the files are in one big zip archive which is over 10mb.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.