Project

General

Profile

Actions

Bug #15996

closed

The extension MD5 sum could not be fetched from extensions.md5.

Added by Paul Kazmercyk about 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
Start date:
2006-04-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3 4 RC3 on Apache/1.3.34 (Unix) PHP/4.3.10 AuthMySQL/2.20 mod_perl/1.29

Cannot retrieve anything from repository. Receive this error message:

Error: The extension MD5 sum could not be fetched from extensions.md5. Possible reasons: network problems, allow_url_fopen is off, curl is not enabled in Install tool.

Solutions tried:

allow_url_fopen
Checked PHP settings. Seems OK. Local value =1. Master value = 1;

curl is not enabled in Install tool
Install > 5. All Configuration: Changed [SYS][curlUse] = 0 to [SYS][curlUse] = 1 and clicked "Write to localconf.php. However, when attempting to retrieve from repository now receive this error:
Fatal error: Call to undefined function: curl_init() in /usr/local/apache/webs/[sitename]/http-docs/t3lib/class.t3lib_div.php on line 2311

(issue imported from #M3152)


Files

extention1.jpg (17.9 KB) extention1.jpg Administrator Admin, 2006-04-07 10:13
extention2.jpg (12.7 KB) extention2.jpg Administrator Admin, 2006-04-07 10:13
Actions #1

Updated by Franz Holzinger about 18 years ago

Reload the mirror list in your Extension Manager settings.

Actions #2

Updated by Paul Kazmercyk about 18 years ago

re: Reload the mirror list in your Extension Manager settings.

Clicked "reload..." but got same error as above: "The mirror list was not updated, it could not be fetched from http://repositories.typo3.org/mirrors.xml.gz. Possible reasons: network problems, allow_url_fopen is off, curl is not enabled in Install tool."

Also, there is no list of mirrors in the :Mirror list" pane as in previous version (RC2)

Actions #3

Updated by old_robbo about 18 years ago

To use the curl function, you need to install the libcurl package for php. I get the same error but using curl isn't the solution (for now)

http://php.nederland.net/manual/en/ref.curl.php

I've attached two images. The first is the extention manager that shows the error. The second one is the output from php_info() in the install tool.

The php settings seem correct.

--

Found the error on my side.

I had a custom url in the 'Enter repository URL' field. The url didn't have http:// in front of it. I removed the custom url and using the mirror list now.

@paul: what url do you have in the extentions mirror list?

http://repositories.typo3.org/mirrors.xml.gz

?

Actions #4

Updated by Paul Kazmercyk about 18 years ago

I just checked:
URL: http://repositories.typo3.org/mirrors.xml.gz

Note: I've just upgraded to the full release version of TYPO3 4 and I'm continuing to have the same problem. I guess I'm going to manage extensions manually until I can solve this. Seems to be a problem only on the server running Apache/1.3.34 (Unix) PHP/4.3.10 AuthMySQL/2.20 mod_perl/1.29. I'm doing another clean install of full release version of TYPO3 4 on another server. I'll see if that one's OK.

Thanks.

Actions #5

Updated by Paul Kazmercyk about 18 years ago

Problem installation is on server with this configuration:
TYPO3 4 (New Full Release 04.07.06) Apache 1.3.34 (Unix) | MySQL 4.1.11 | PHP 4.3.10

Working installation w/ this configuration:
TYPO3 4 (New Full Release 04.07.06) Apache 1.3.34 (Unix) | MySQL 4.1.13 | PHP 4.3.11

So, I'm assuming there's a problem with the server configuration. Unfortunately I only have access to the http-docs root on both servers.

Actions #6

Updated by Ron Heiringhoff about 18 years ago

That´s a problem with the php memory.
I have the same problem, the list won´t load, but unfortunately, I cannot change any Apache / PHP-Settings on the server of my provider.

The Extensions-List might be just too big! Looks like it needs 32MB and most servers just give 16.

I hope there will be a solution soon, but the extensions can be installed by importing the files directly. I did that with templavoilá and it worked.

Actions #7

Updated by Karsten Dambekalns about 18 years ago

No, loading the mirror list does not neeed much memory.

Actions #8

Updated by Dmitry Dulepov about 18 years ago

Btw, code could use is_callable() to see if cUrl is available. Better to add it to Install code of course...

Actions #9

Updated by Dmitry Dulepov about 18 years ago

...and about memory. I had a strange situation today. Tried to update kickstarter. Got out of memory with 64K. Refreshed page through browsers pop up menu, it went without errors. It looks strange to me: sometimes it passes, sometimes fails with out of memory...

Actions #10

Updated by Ron Heiringhoff about 18 years ago

See this thread for more details, looks like many people have problems with the extension manager. (It´s german language...)

http://www.typo3.net/index.php?id=13&action=list_post&tid=39372&page=3

Actions #11

Updated by Karsten Dambekalns almost 18 years ago

Do you still experience this issue?

Actions #12

Updated by Ron Heiringhoff almost 18 years ago

Well, I still get the error 500 when I push "Retrieve / Update" on my 1und1 webhosting in Germany (which is quite spreaded here).

I just switched to another webhoster (all-incl.com) and the extension manager works quite okay, though sometimes I still have session problems.
There is another solution that works with 1und1: there is an extension called ch_lightem - "Light Extension Manager". With this, the list of extensions was displayed correctly for the first time. But it still crashes sometimes.

I´m not familiar with the server technology, but it seems the extensions database is too demanding for the usual webhostings, or the php script takes too much time, so the server quits it.
I have the same problem when starting the templavoila wizard and when I want to export bigger pages to a .t3d-package.

So this probably is rather a problem with the hosting than with TYPO3 in general, but this issue may exclude people who don´t use a root/managed server from running an installation without restrictions and errors.

But anyway, thanks for your help!! Ron

Actions #13

Updated by Karsten Dambekalns almost 18 years ago

Please don't flame me for closing this one, the memory issue is on our radar, but it's not this bug to deal with it... Thanks.

Actions

Also available in: Atom PDF