Reputation: 16049
How do I go about debugging what a return code of -26504 means? It's the result of a 'content' dynament of type 'import'.
Upvotes: 0
Views: 354
Reputation: 420
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.
Upvotes: 1