2 users online. Create an account or sign in to join them.Users

Search

I add an XML feed and it just doesn't work..

<error>No records found.</error>

The feed is

https://github.com/atheycreek/churchdeploy-com/commits/master.atom

So there is nothing wrong with the feed.
I've tried adding several different feeds and basically, I just can't create any more dynamic xml data sources, but I have no idea why.

Here is the DS file

Can you do a screenshot of the DS page in the admin?

Ta.

Your XPath to select an entry is probably incorrect. Since it's an Atom feed (and you are importing the atom namespace) your XPath will likely require this namespace. Try something like:

atom:feed/atom:entry

Or:

//atom:entry

For reference take a look at the Say Hello to Symphony tutorial which explains the namespacing better than I can.

Right, that's the odd thing, I'm bringing in another dynamic XML and it's working just fine. Also, I was looking at the debug, so it isn't a fornt page xslt error :

Unfortunately I can't reproduce. I've copied both your datasources into my testing site and both appear to be executing correctly.

Could the link be down and the (empty) result cached for 30 minutes?

it's a long shot, but check php for libcurl support.

wow @brendo, I really appreciate you taking the time to look at the issue.
I'll troubleshoot further.

Again, thank you.

Found it ! theres an upgrade bug!

    'query_caching' => 'on',

doesnt get added to the manifest/config when upgrading.

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.2 or above
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.0 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details