Hi,

I've looked at the issuequeue and I', using the latest dev of amplify, paired with the latest dev of qpservices (tried the official branche too.)

However, on all of my nodes I get the message 'No amplficiation for [nid]' in the log and no analysis seems to be performed. I get no additional debug info from the watchdog.

Any guidance would be greatly appreciated!

Thanks in advance

Comments

arpieb’s picture

Assigned: Unassigned » arpieb
Category: bug » support

That watchdog message is generated when the module attempts to look up the cached copy of the OpenAmplify data for a node, but doesn't find one. That cache value should be set when the node is created or updated, as long as the content type has been added the the list that the Amplify module monitors and the OpenAmplify service returned a valid XML response.

If the API calls to OpenAmplify fail, you should have seen some additional error messages in the log - were there any? If so, please add them to this issue as they might help determine what went wrong.

To verify that your content type is being monitored, go to the Amplify settings (Site configuration > Amplify Settings or admin/settings/amplify) and make sure the content type is checked off.

arpieb’s picture

Status: Active » Closed (cannot reproduce)