[wp-trac] [WordPress Trac] #22041: Importer dies silently when multisite upload limit is reached

WordPress Trac noreply at wordpress.org
Thu Oct 8 00:22:46 UTC 2015


#22041: Importer dies silently when multisite upload limit is reached
---------------------------------------+----------------------------
 Reporter:  danielbachhuber            |       Owner:
     Type:  enhancement                |      Status:  reopened
 Priority:  normal                     |   Milestone:  WordPress.org
Component:  Import                     |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  needs-patch needs-testing  |     Focuses:  multisite
---------------------------------------+----------------------------

Comment (by thomaswm):

 Replying to [comment:3 danielbachhuber]:
 > I tried to reproduce this morning and couldn't. As far as I can tell,
 the import process gets no where near `is_upload_space_available()`.

 Perhaps the problem isn't the upload limit, but PHP's memory limit. If
 there's a file which is bigger than the memory limit, then fetching that
 file in `wp_get_http()` will fail because the HTTP response from the
 remote server is stored in memory before the file content is extracted and
 written to the hard disk.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/22041#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list