Active
Project:
Context Ad Serving and Analytics
Version:
6.x-1.16-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2010 at 19:18 UTC
Updated:
21 Jan 2011 at 11:27 UTC
Just posting this for now I'll try to figure out what I've got happening to cause this on my end.
Comments
Comment #1
SeanJA commentedThe problem is that you haven't entered any Mapping Settings yet, and the plugin doesn't check to see if any mapping settings are returned before looping through them. Adding a Mapping Setting will get rid of the error messages.
Comment #2
cntlscrut commentedi have to switch to using the function that get mappings with values only.
I found that issue as well. I'll see if I can work the fix into the current versions. Right now, I've already begun development on CASAA 2. Which will be a lot cleaner.
Comment #3
robinmofo commentedThe only thing that is required in this nodeapi hook, is this $tokens array, which doesnt exist if you've not configured casaa... I just installed it but will not be the person configuring it, meaning I have to put up with the error (well I'll personally amend the offending code).
But why not just check if $tokens has values and return if there are none .. it's the most easiest change of code ever.