symphonycms / remote_datasource

An improved datasource to fetch data from TXT, CSV, XML and JSON sources.
Other
14 stars 9 forks source link

Doesn't work?! #17

Closed jensscherbl closed 10 years ago

jensscherbl commented 10 years ago

Sorry that I can't provide any more detail here, but this extension simply doesn't seem to work at all with Symphony 2.4, where it's supposed to replace the freshly removed Dynamic XML datasource if I remember correctly.

I also can't find anything about it in the migration guide.

There are no settings and when I try to save the datasource it just shows an error.

Any idea what went wrong here? Did someone at least make sure this extension actually works before removing the Dynamic XML Datasource from the core?

This extension aims to build upon the Dynamic XML datasource functionality provided in Symphony

The extension also says in the readme that it's actually build upon the core's Dynamic XML datasource, so I'm wondering how this is supposed to work and why it's been removed from the core in the first place.

brendo commented 10 years ago

It would appear that I never merged integration into master... Doh. Try integration branch for now and I'll fix up master tomorrow (AFK ATM)

jensscherbl commented 10 years ago

@brendo Ok, thanks a lot.

adigitalthing commented 10 years ago

@brendo I tried the integration branch on Symphony 2.4 but when trying to create the data-source I get Symphony Fatal Error: Using $this when not in object context - An error occurred in .../extensions/remote_datasource/data-sources/datasource.remote.php around line 127.

brendo commented 10 years ago

Hi all, I've released Remote DS that supports 2.4, see the master branch :)

jensscherbl commented 10 years ago

@brendo Thanks.