php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71431 Infinite "Update in progress"
Submitted: 2016-01-22 12:43 UTC Modified: 2017-07-27 12:57 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: seros@php.net Assigned: yannick (profile)
Status: Closed Package: Online Doc Editor problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: seros@php.net
New email:
PHP Version: OS:

 

 [2016-01-22 12:43 UTC] seros@php.net
Description:
------------
When successfully login, after about 20 seconds the editor starts a "Global update" and stands forever in process "1/8 - VCS update", so the editor can not be used.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-02-03 13:27 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2016-02-03 13:27 UTC] cmb@php.net
This issue seems to be caused by the `ping` XHR. For some reason
the lock file is reported as being locked, so `updateData` is set
to `vcs_lock`[1], what triggers the bogus update notification.

Could one of the admins have a look at this issue, please?

[1] <https://github.com/php/web-doc-editor/blob/fad5f95eb6ea6e3623d009742fc0139285b9790e/php/ExtJsController.php#L410-L414>
 [2016-02-07 20:13 UTC] yannick@php.net
-Assigned To: +Assigned To: yannick
 [2016-02-07 20:13 UTC] yannick@php.net
I'm on it ;)
 [2016-02-07 20:17 UTC] yannick@php.net
I thinks there is a problem with CVS update around Januray 22.

If the problem come back, just enter the following :

apache@pb11:/local/web/sites/edit.php.net/data$ rm .project_PHP_lock_update_data

All is Ok now ;) And sorry for this.

Best,

Yannick
 [2016-02-07 20:17 UTC] yannick@php.net
-Status: Verified +Status: Closed
 [2016-02-07 20:17 UTC] yannick@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 [2017-06-30 14:56 UTC] anon at example dot com
I'm having the exact same problem now!
 [2017-06-30 18:25 UTC] yannick@php.net
I just solve this error again

Best,
Yannick
 [2017-07-27 11:11 UTC] seros@php.net
It's happening again.
Can someone fix it? (Yannick?)

Thanks.
 [2017-07-27 12:58 UTC] yannick@php.net
Just fixed (again and again ;) )

Best,
Yannick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 04:01:32 2024 UTC