Jump to content

php curl issue


smartflower2002

Recommended Posts

hey guys

i am new to scripting, but i know about php and phpbb

 

heys im facing a error and i have no idea where to ask help..

coz the script creater is not available anywhere.. i tried to search him

 

i have a webserver where curl is enabled.. and when i run that script get this error

[phpBB Debug] PHP Notice: in file /script.php on line 84: curl_error(): 31 is not a valid cURL handle resource

[phpBB Debug] PHP Notice: in file /script.php on line 84: curl_error(): 32 is not a valid cURL handle resource

 

 

but when i run the same script in my localhost, it works like charm,, doesnt give any any error

 

this are line 30, 31 and 32 of the script

 

 

$sql = "SELECT *

FROM " . CONFIG_TABLE;

if( !($result = $db->sql_query($sql)) )

 

 

im sending u a screenshot of curl information of my localhost as well as webserver

Untitled-9.jpg

 

top one is webserver php info from phpbb

and second is my localhost,,

plz help i need this script badly

Link to comment
https://forums.phpfreaks.com/topic/186933-php-curl-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.