Needs review
Project:
Tagging
Version:
6.x-2.5
Component:
Backend
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2011 at 23:59 UTC
Updated:
6 Feb 2012 at 16:16 UTC
I grabbed the d7_infofile_patch branch and made some changes to the Open ACalais API function names and module names so they work with their D7 verrsions.
However, I still can't get it to work. I suspect it has to do with the OpenCalais API rather than tagging, but I keep getting the error "OpenCalais semantic analysis skipped because OpenCalais API Key is not set. Please configure it at: admin/config/opencalais/api"
Has anyone else given this a go yet?
| Comment | File | Size | Author |
|---|---|---|---|
| patch_commit_079d80931895.patch | 1.17 KB | marblegravy |
Comments
Comment #1
eugenmayer commentedFor the issue -clearly an opencalais issue. Thanks for the D7 patch ... i guess that will not work for D6?
Comment #2
marblegravy commentedDon't know for sure for D6 but I don't think so. I'm pretty sure it was just the D7 version that they changed the name.
Comment #3
eugenmayer commentedWell thats a pitty actually. Hopefully they backport this to D6, but i dont expect that to happen
Comment #4
jason.fisher commentedFYI -- the issue with opencalais_api is that the key check function is looking for the wrong variable.
should be:
No time to put together a patch for them quite yet, but will revisit after the holidays if this is still open ..
Comment #5
eugenmayer commentedThank you Jason for investigating
Comment #6
coloryan commentedConfirmed, this patch still applies. Thanks!
Comment #7
coloryan commentedFor anyone that made the same initial mistake as me, I had to go back and apply #4 to the Open Calais api module. I missed that on my initial read through.
Comment #8
socialnicheguru commenteddo I need the patch originally patch (http://drupal.org/files/patch_commit_079d80931895.patch) or do I need #4 or both?
My question is in respect to Drupal 7
Comment #9
coloryan commented@SocialNicheGuru: Both, they address two different areas.