[TYPO3] How download extensions?

Salvatore Di Nardo salvatore.dinardo at itb.cnr.it
Tue Jan 17 10:08:06 CET 2006


On Mon, 2006-01-16 at 17:02, Alex Heizer wrote:

> Hello,
> 
> Dmitry Dulepov wrote:
> 
> >Hi!
> >
> >Salvatore Di Nardo wrote:
> >  
> >
> >>what i did:
> >>1) registered myself in typo3.org
> >>2) set usernale & pass in "Ext manager" -> Settings
> >>3) tried to get new extension list from "Ext manager" -> "import nex
> >>extension from online repository" ( clicking on connect to online
> >>repository) button
> >>but i got not any list.
> >>    
> >>
> >
> >If you did not specify anything to search, you will ge nothing. Do you
> >reaaly expect to get a full list of hundreds extensions? :)
> >  
> >
> Since this is the default behavior when you do not specify an extension 
> to search for, I *hope* I get a full list of extensions! ;)
> 
> You mentioned having an fopen error, make sure your php.ini file 
> contains the following section:
> 
> ;;;;;;;;;;;;;;;;;;
> ; Fopen wrappers ;
> ;;;;;;;;;;;;;;;;;;
> 
> ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
> allow_url_fopen = On
> 
> ; Define the anonymous ftp password (your email address)
> ;from="john at doe.com"
> 
> ; Define the User-Agent string
> ; user_agent="PHP"
> 
> ; Default timeout for socket based streams (seconds)
> default_socket_timeout = 90
> 
> ; If your scripts have to deal with files from Macintosh systems,
> ; or you are running on a Mac and need to deal with files from
> ; unix or win32 systems, setting this flag will cause PHP to
> ; automatically detect the EOL character in those files so that
> ; fgets() and file() will work regardless of the source of the file.
> ; auto_detect_line_endings = Off
> ;;;;;;;;;;;;;;;;;;
> ; Fopen wrappers ;
> ;;;;;;;;;;;;;;;;;;
> 
> 
> Hope this helps.
> 
> Alex
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



allow_url_fopen = On
default_socket_timeout = 90 ( was 60, and increased.. just in case)






More information about the TYPO3-english mailing list