Closed afurnas closed 10 years ago
Ah, that one slipped through the cracks...
The quality of the application is so high that I was pretty sure I had configured something incorrectly. :) Thank you for a great app.
On Feb 28, 2014, at 2:34 PM, Andrew notifications@github.com wrote:
Ah, that one slipped through the cracks...
— Reply to this email directly or view it on GitHub.
Yeah, must not have tested that bit after adding in some additional analytics changes!
Andrew
From: Allen Furnas notifications@github.com To: bakerframework/bakercloud-ce-console bakercloud-ce-console@noreply.github.com Cc: Andrew andrew@nin9creative.com Sent: Friday, February 28, 2014 1:38 PM Subject: Re: [bakercloud-ce-console] itunes ATOM feed API error, variable user_id undefined (#26)
The quality of the application is so high that I was pretty sure I had configured something incorrectly. :) Thank you for a great app.
On Feb 28, 2014, at 2:34 PM, Andrew notifications@github.com wrote:
Ah, that one slipped through the cracks...
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHub.
Just pushed a fix for this error in bakercloud-ce-api Master
https://github.com/bakerframework/bakercloud-ce-api/commit/d037d58e4c4431a44adf08bc4ba2bb968724f5ba
The ATOM feed crashes because line 449 in index.php references $user_id on the call to logAnalyticMetric function. Unfortunately, unlike most of the api calls, the ATOM feed does not pass user id and therefore the call crashes at this point.
I resolved locally by replacing $user_id with a blank string on the call to logAnalyticMetric