| Author |
Message |
NeedAdvice
Joined: 12 Jul 2006 Posts: 5
|
Posted: 13 Jul 2006 - 12:56 pm Post subject:
extension manager?
Subject description: its not working due to undefined curl php functions |
|
|
Can anyone help me to make the curl php functions to work on windows so my extension manager will load there as well?
on Unix it was pretty easy but i found quite some guides for windows but nothing worked.
my windows setup is XAMP (latest version) with typo3 V4. |
|
|
Back to top
|
|
|
aquar
Joined: 13 Oct 2005 Posts: 66
|
Posted: 13 Jul 2006 - 6:28 pm Post subject:
|
|
|
if you use a proxy then change this:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['curlUse']='1'
aquar |
|
|
Back to top
|
|
|
NeedAdvice
Joined: 12 Jul 2006 Posts: 5
|
Posted: 14 Jul 2006 - 6:42 am Post subject:
|
|
|
i have set the necessary variables.
the problem is with PHP not finding curl functions.
Since i assume this is a general windows server typo3 problem im asking for advice here.
btw...this is the message i get when i click on extension manager with the above settings:
Fatal error: Unknown function: curl_init() in C:\html\t3lib\class.t3lib_div.php on line 2311 |
|
|
Back to top
|
|
|
NeedAdvice
Joined: 12 Jul 2006 Posts: 5
|
Posted: 14 Jul 2006 - 7:17 am Post subject:
|
|
|
update: i got it to work finally.
however the next problem is that he wont retrieve new extensions when updating from online repository.
is that link still correct (from the config) http://repositories.typo3.org/mirrors.xml.gz |
|
|
Back to top
|
|
|
NeedAdvice
Joined: 12 Jul 2006 Posts: 5
|
Posted: 14 Jul 2006 - 11:07 am Post subject:
|
|
|
ok although this is not really a windows problem anymore ill still post it here.
I found a way to get the mirrors and i have chosen one...however it still only shows all extensions that were shown before i got it to work. it also wont find anymore extensions even when i checked the Enable unsupported extensions box. |
|
|
Back to top
|
|
|
ttb

Joined: 03 Dec 2005 Posts: 80 Location: Schwerin (Germany)
|
Posted: 30 Jul 2006 - 10:43 am Post subject:
|
|
|
Take a look at the system requirements of Typo3 and check the following settings in your php.ini:
- memory_limit
- post_max_filesize
Or use an accelerator like Zend Optimizer, php-eaccelarator oder turck. |
|
|
Back to top
|
|
|
|