Hi,
I installed the component on my hostia server,
and have a problem, please help~
hostia server's php version is 5.2.6
I debug the component in hostia server, the mochi feed url is :
www.mochimedia.com/feeds/games/ec2f08083...et=0&format=json
but it didn't load the json data from mochi.
administrator/components/com_mochigames/models/mochigames.php
curl_setopt($ch, CURLOPT_URL, "
www.mochimedia.com/feeds/games/".$publisherid."/".$cat."/all/?limit=".$limit."&offset=".$offset."&format=json");
I think may be the curl didn't work.
but I have no idea, please tell me how to slove it??
my english is poor, sorry for that.