Bug #16028
No matching extensions found.
Status: | Closed | Start date: | 2006-04-11 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Karsten Dambekalns | % Done: | 0% |
|
Category: | Backend User Interface | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.0 | Is Regression: | ||
PHP Version: | 4 | Sprint Focus: | ||
Complexity: |
Description
"enabled unsupportet extensions" yes..
Mirror list "random..
Extensions can't be downloaded.. no matching extensions were found
After a click on "update/retrieve" -> "The extension list has not changed remotely, it has thus not been fetched." .. but it has never downloaded the list!
(issue imported from #M3231)
Related issues
History
#1 Updated by Craig Arnatt about 9 years ago
I've followed some suggestion about clearing the temp folder, which I did to no success at resolving the problem. It also suggested I mod the php.ini file but that did not help either.
#2 Updated by jc plat almost 9 years ago
I have the same problem with typo3 4.0.1/php5
with or without curl use
with or without "Enable extensions without review"
with random mirror or selected mirror
if I remove the typo3temp/extensions.xml.gz file, it's downloaded when I retrieve/update but I have a blank page, then a lookup give me "no matching extensions were found"
#3 Updated by Kirill Klimov almost 9 years ago
I also have the same problem.
TYPO3 checked out from svn, php4:
I delete extensions.xml.gz, then click "retrive/update" and, after long wait (I have max_execution_time=90), get "The extension list has not changed remotely, it has thus not been fetched."...
#4 Updated by Paul Kerspe almost 9 years ago
putting the follwoing lines into my htacces file solved the problem for my installation (I do not have access to the configuration of the Webserver since I have only a shared webspace):
php_value memory_limit 38M
php_value max_execution_time 90
then deleted extensions.xml.gz and refetched it. Voila, it worked.
(using typo3 4.0.2 / PHP 5)
#5 Updated by Michael Stucki almost 9 years ago
Looks like a duplicate of #15663.