[TYPO3] How download extensions?
Alex Heizer
alex at tekdevelopment.com
Mon Jan 16 18:02:17 CET 2006
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
More information about the TYPO3-english
mailing list