views:

134

answers:

1

How do I go about debugging what a return code of -26504 means? It's the result of a 'content' dynament of type 'import'.

+1  A: 

Sounds like the import dynament had some issues with the content it was trying to import. I would examine this file for any possible syntax issues (if the type is XSL or XML, it will need to be valid.)

I recommend checking your rde.log for a little more information. You can probably just search for the name of the content item you're trying to import.

kenleycapps