Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help ragarding THT 1.2.2
#1
I am using THT 1.2.2 on windows 7 and xampp server
when i tried to install it,an error show :-
The following function(s) are/is needed for TheHostingTool to run properly:
cURL

please help
#2
Please install cURL on your server.. That should fix the problem.
[Image: sig.png]
#3
Try using wampserver instead, it should work out better. That's what myself and KevinM (I believe) use when developing locally.
Nick - TheHostingTool Staff Coordinator

[Image: standard.png]

#4
a quick google gave me this:

1) Locate the following files:
C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Program Files\xampp\php\php4\php.ini

2) Uncomment the following line on your php.ini file by removing the semicolon.

;extension=php_curl.dll

3) Restart your apache server.
[Image: sig.png]
#5
(10-15-2010, 04:26 PM)Nick Wrote: Try using wampserver instead, it should work out better. That's what myself and KevinM (I believe) use when developing locally.

Affirmative.
Kevin Mark - TheHostingTool Lead Developer
#6
Sad 
hi, I downloaded the following file: php_curl.dll and I put this together with the other libraries in directory php

I uncommented the following lines in my php.ini
;extension=php_curl.dll

I restarted my apache server

but still gives me the same error:

The following function(s) are/is needed for TheHostingTool to run properly:

* cURL

Any idea how to fix this

best regards
#7
(02-08-2011, 03:27 PM)legner Wrote: hi, I downloaded the following file: php_curl.dll and I put this together with the other libraries in directory php

I uncommented the following lines in my php.ini
;extension=php_curl.dll

I restarted my apache server

but still gives me the same error:

The following function(s) are/is needed for TheHostingTool to run properly:

* cURL

Any idea how to fix this

best regards

Can you put a file called phpinfo.php in same directory with the following code:
PHP Code:
<?php phpinfo(INFO_MODULES); ?>

So we can confirm cURL is actually getting loaded? It's usually a good idea to restart (or reload) Apache after changing global PHP configuration.
Kevin Mark - TheHostingTool Lead Developer
#8
Star 
thanks, kevin

I am using a test server (mowest portable) in Windows, but I think this solution is valid for any server that runs on windows.

I downloaded the following file: php_curl.dll and I put this together with the other libraries in directory php

I uncommented the following lines in my php.ini
;extension=php_curl.dll

then copy the following files:

gds32.dll, libeay32.dll and ssleay32.dll

from server_dir/php5 or php4 to server_dir/apache2/bin/

I restarted my apache server

and now cURL is enabled Smile
#9
Awesome! I'm glad we could help you!
Kevin Mark - TheHostingTool Lead Developer


Forum Jump:


Users browsing this thread: 2 Guest(s)