[wp-trac] [WordPress Trac] #33999: Wordpress Update issu
WordPress Trac
noreply at wordpress.org
Thu Sep 24 20:40:40 UTC 2015
#33999: Wordpress Update issu
-----------------------------+-----------------------------
Reporter: MrZen88 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 4.3.1
Severity: normal | Keywords:
Focuses: |
-----------------------------+-----------------------------
When I update the core or a plugin with ftp the website always stuck un
the «Enabling maintenance mode». I saw the solution on the forum:
https://wordpress.org/support/topic/unable-to-update-plugins-after-
upgrade-to-42/page/3
You need to modify the ligne 149 in the file wp-admin/includes/file.php
if ( empty( $filename ) || '.' == $filename || '/' === $filename ) {
replace with
if ( empty( $filename ) || '.' == $filename || DIRECTORY_SEPARATOR ===
$filename ) {
In windows you need to do that to the upgrade work.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33999>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list