errors in code for AideAPI PHP class
There are a few errors in the PHP code you provide for the AideRSS API.
1) line 4 of function feed_id() should be: if(!isset($data['feed_id']))
2) line 5 of function feed_stats() should be: if(isset($data['error']))
3) line 16 of function entry_stats() should be : curl_setopt($curl, CURLOPT_POST, TRUE);
4) the AideException toString() function should be: return var_export($this->data);
1) line 4 of function feed_id() should be: if(!isset($data['feed_id']))
2) line 5 of function feed_stats() should be: if(isset($data['error']))
3) line 16 of function entry_stats() should be : curl_setopt($curl, CURLOPT_POST, TRUE);
4) the AideException toString() function should be: return var_export($this->data);
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Thanks for the heads up. This has been taken care of.
Loading Profile...




EMPLOYEE