By Obeo on Friday, 23 February 2018
Posted in General Issues
Replies 7
Likes 0
Views 547
Votes 0
Hello,

I have a feed importer to this blog : http://melb.enix.org/feed.xml
While all the articles are properly imported there is this one https://melb.enix.org/2018/02/22/up-to-the-cloud/ who's content isn't entirely imported.. it stops/ not imported after the first video - <iframe> tag.

Can you take a look, please !

Thank you,

Cheers,
It seems like I can replicate this issue in my locally, I will lock this issue into our issue tracker.

I will keep you update once we find the solution for this.
·
Monday, 26 February 2018 12:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey obeo,

It seems like that is readability library issue, for some reason it clean up those </iframe> closing tag then put it back end of the content which caused this issue.

Perhaps you can watch my video here http://take.ms/9e8JX and temporary manually added back those </iframe> closing tag then remove those </iframe> tag at end of the content.

If you need assist regarding this, perhaps you can provide us with your Joomla backend access at http://stackideas.com/dashboard/site so I can help you with this.

By the way, we still investigate on this and see if we can apply the proper fix in the next release version.
·
Tuesday, 27 February 2018 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

Thanks for your feedback. I've found the same answer/solution as you and fixed the problem.

Meanwhile, yes I think this would be nice of you if you could apply the proper fix in the next release version.

Also, while doing my diggings and fix of this bug I've also noticed another bug : changes, in an imported post blog through a feed importer, done with "Joomla's Toggle Editor" aren't saved at all which is quite frustrating but as workaround I've used "Source Code" view otherwise I could not have added the </iframe> at the right place.

Anyway you are doing nice work guys. Keep going !!

Cheers,

Hey obeo,

It seems like that is readability library issue, for some reason it clean up those </iframe> closing tag then put it back end of the content which caused this issue.

Perhaps you can watch my video here http://take.ms/9e8JX and temporary manually added back those </iframe> closing tag then remove those </iframe> tag at end of the content.

If you need assist regarding this, perhaps you can provide us with your Joomla backend access at http://stackideas.com/dashboard/site so I can help you with this.

By the way, we still investigate on this and see if we can apply the proper fix in the next release version.
·
Wednesday, 28 February 2018 18:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Try download my attached file and replace into JoomlaFolder/administrator/components/com_easyblog/includes/feeds/adapters/mapper.php

and see how it goes.

Can you try monitor with your next feed import and see whether it import correctly with those iframe video?
·
Wednesday, 28 February 2018 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

I confirm that your patch works fine and the iframe tags begin and end properly

Now, I'm having another problem concerning the import of the images from this blog http://www.sbegaudeau.com/feed.xml. The images aren't imported. Try with this feed url http://sbegaudeau.com/feed.xml

I have noticed that it's url base / id for the post doesn't have the domain name which I think this creates the problem. But don't know how to fix it...

Can you help me please ?

Thanks
·
Friday, 16 March 2018 18:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for getting back to us your previous issue worked fine now.

Regarding with your new issue, I've tried in my locally, it seems like this feed always return the feed URL without domain which caused the issue.

If you access this following feed validator result, it detected this is not valid feed content.

[gist type="php"]
https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.sbegaudeau.com%2Ffeed.xml
[/gist]

Perhaps you can contact with this Feed provider and see whether they can do something about it or not.
·
Saturday, 17 March 2018 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post