Bug #17960
Unsuccessful update of extension list not recognized
| Status: | New | Start date: | 2007-12-31 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Extension Manager | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 3 (View) |
Description
I have pressed 'Retrieve/Update' This has ended in a timeout error message. But the date of the last retrieval has been updated.
Now I want to fetch the recently uploaded div2007 and it says that it would not be available. I cannot repeat the 'Retrieve/Update' because it says that nothing had changed.
(issue imported from #M7068)
History
Updated by Chris topher over 3 years ago
So this is fixable by making the Core set the internal "Update successful"-flag after the update has successfully completed (and not before as it obviously is done now).
Updated by Kevin Ulrich Moschallski over 2 years ago
Hi,
i think i found the problem:
in line 1723 of class.em_index.php the new md5hash file is written and in line 1724 the xml is parsed. So if the xml parsing stops i.e. because of a timeout the md5hash is already written. I just swapped those lines to get rid of this problem. I'll attach the patch.
Updated by Robert Wildling over 1 year ago
- Target version deleted (
0)
This is still a problem on TYPO3 4.5.x, especially on servers that run php5 only in cgi mode (activated via htaccess; like allinkl.com). TYPO3 4.5 should be the target since that is an LTS...