Error with 2.7.0.437

Sync Blizzards' Armory data with WoWRoster (addon depreciated no longer works see ApiSync)

Moderators: Ulminia, poetter

Error with 2.7.0.437

Postby Dampframme » Sun Mar 08, 2009 4:32 pm

Fatal error: Call to undefined function curl_init() in /var/www/virtual/hoffmannsfamily.de/wow/htdocs/roster/addons/armorysync/inc/armorysync.class.php on line 1463


Deinstalled old AS , then new AS installed .

Rosterdiag URL : http://wow.hoffmannsfamily.de/roster/in ... diag&a=g:1
Serversetup : Apache 2.2.3 fastcgi , MySQL 5.0.32 , curl 7.15.5
User avatar
Dampframme
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Sat Mar 10, 2007 4:52 pm
Location: Magdeburg / Germany

Error with 2.7.0.437

Postby Nefuh » Sun Mar 08, 2009 6:23 pm

So far as i know, armorysync needs cURL to get data from armory.

The message you have posted seems that your hosting provider disabled cUrl.

Contact your provider and ask to enable cURL.
Administrator of the german User2User Community for WoWRoster.
Guild Master from Scum from Hell - Horde @ EU-Anetheron.
User avatar
Nefuh
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 213
Joined: Fri Sep 15, 2006 8:34 pm
Location: Krefeld Germany

Re: Error with 2.7.0.437

Postby tuigii » Sun Mar 08, 2009 9:28 pm

Still, he indicated that his host is offering him curl 7.15.5 (is it really activated ?)

Better check this with small curl-test-bed file like this :
Make a small php file in your root directory, named test.php :
Code: Select all
<?php
//
// A very simple example that gets a HTTP page.
//
$ch curl_init();
curl_setopt ($chCURLOPT_URL"http://www.zend.com/");
curl_setopt ($chCURLOPT_HEADER0);
curl_exec ($ch);
curl_close ($ch);
?>

And call it with your browser to see if it works.

In your Roster diag, open_base is set to on.
Take a look at this (if related) : http://www.wowroster.net/Forums/viewtop ... _base.html - search for open_base in the forum to get more info.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Re: Error with 2.7.0.437

Postby Dampframme » Sun Mar 08, 2009 9:43 pm

i can handle curl myself , its my server . Thanks for your answer , i will test your script code , tuigii .

Update : Problem solved (i need an entry in php.ini , some server don´t need this entry) .
Last edited by Dampframme on Sun Mar 08, 2009 10:16 pm, edited 1 time in total.
User avatar
Dampframme
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Sat Mar 10, 2007 4:52 pm
Location: Magdeburg / Germany


Return to ArmorySync - Depreciated

Who is online

Users browsing this forum: No registered users and 1 guest

cron