Opened 16 years ago
Closed 16 years ago
#13013 closed defect (bug) (duplicate)
Installing plugins / themes from admin fails with memory exhausted...
| Reported by: | flashingcursor | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Filesystem API | Version: | 3.0 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
Installing any plugin, theme and trying to use the beta-testing plugin to update to the newest nightly using a clean install of the 04/15 and 04/16 nightly produce the same error:
Example:
Downloading install package from http://downloads.wordpress.org/plugin/dynamic-content-gallery-plugin.3.2.3.zip…
Unpacking the package…
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 25581 bytes) in /home/admin/domains//public_html/wp-includes/formatting.php on line 1195
Change History (7)
#2
follow-up:
↓ 4
@
16 years ago
- Owner changed from to
- Status new → assigned
No, he's using a limit of 128MB.
1195 is untrailingslashit(), which is simply a wrapper for rtrim. Clearly not where the memory exhaustion is taking place.
We've made some changes to unzip_file() in the 3.0 dev cycle so I'm going to assign this to dd32 but also set reporter-feedback on it, as we'll need more information about your setup. A note, unzip_file() does attempt to boost the memory limit to 256.
#4
in reply to: ↑ 2
@
16 years ago
Replying to nacin:
We've made some changes to unzip_file() in the 3.0 dev cycle so I'm going to assign this to dd32 but also set reporter-feedback on it, as we'll need more information about your setup. A note, unzip_file() does attempt to boost the memory limit to 256.
Please let me know what additional information you need and I'll be happy to help.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
See also #12057.
Which memory_limit do you have? It should be 32M at minimum.