[wp-trac] [WordPress Trac] #35345: Multisite unable to update plugins
WordPress Trac
noreply at wordpress.org
Thu Jan 7 10:01:26 UTC 2016
#35345: Multisite unable to update plugins
---------------------------------------+-----------------------------
Reporter: tigerton | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.4.1
Severity: normal | Keywords:
Focuses: administration, multisite |
---------------------------------------+-----------------------------
When i try to update plugins in multisite (as network admin in network
settings) on a -Windows server- i get stuck when plugins try to generate
or create the maintenance file.
I have found a possible fix from this previous thread,
https://wordpress.org/support/topic/unable-to-update-plugins-after-
upgrade-to-42/page/3
Our fix is this,
Row 155:
wp-admin/includes/file.php
Change to:
{{{
if ( empty( $filename ) || '.' == $filename || DIRECTORY_SEPARATOR ==
$filename ) {
}}}
Courtesy of DionDesign found in the previous thread.
Kind regards
Tony
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35345>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list