Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem after installation
#1
Hi:

i have successfully installed THT. but after installation when i m trying to run the script. it gives following error.

Fatal error: Call to undefined function curl_init() in C:\wamp\www\June\host\admin\pages\home.php on line 15

Can you plese find the solution? plese reply

With regards
#2
You don't have curl installed on your server.
Please contact your host or install it.
Jonny H - THT Main Developer & Founder


#3
(08-28-2009, 06:12 AM)Jonny Wrote: You don't have curl installed on your server.
Please contact your host or install it.

I think I might add
PHP Code:
if(!function_exists("curl_init")) {
   die(
'cURL Required');


to compiler.php
Kevin Mark - TheHostingTool Lead Developer
#4
I have installed curl now.. still it is giving the same error.
#5
Is cURL compiled into PHP?
Jonny H - THT Main Developer & Founder


#6
Make sure that you have cURL enabled in php.ini too.
Kevin Mark - TheHostingTool Lead Developer


Forum Jump:


Users browsing this thread: 1 Guest(s)