By Henri GILABERT on Thursday, 20 August 2015
Posted in Technical Issues
Replies 9
Likes 0
Views 659
Votes 0
Hello,

I use feed importer and I Don't understand why Easyblog doesn't import all the articles. In fact in the example provided It just import the first one.

Thank you for your help
Hey Henri,

Do you mean the feed importer can't import all the article content?

If yes, I noticed you attached that screenshot blog frontend already get truncation, perhaps you can provide us with your Joomla backend and FTP access so we can better have a look?
·
Friday, 21 August 2015 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes it doesn't import all the articles.
·
Friday, 21 August 2015 02:47
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Henri,

I am really sorry that delay of this reply,

May i know which article didn't get imported?

By the way, can you provide us with your `Authentication required` credentials as well?
·
Friday, 21 August 2015 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
the problem is that Easyblog only read the first article of the RSS stream. I can not give you article's title because the flow is updated continuously. You can try with any RSS, you'll see it's the same.
·
Friday, 21 August 2015 18:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Henri,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like when I manually run the feed importer, hitting this following error :
Notice: Trying to get property of non-object in /xxx/plugins/content/socialbuttons/socialbuttons.php on line 26
Fatal error: Class 'EasyBlogFieldsTypeIndex.html' not found in /xxx/administrator/components/com_easyblog/includes/fields/fields.php on line 44


By the way, I already help you temporary disable `plugin - social button` from your site, because this plugin is not compatible with Easyblog 5 now. Regarding the second error, can I have your permission to help you update to latest version of Easyblog 5.0.22?
Then provide us with your FTP access again? because I can connect with your FTP server but it seems like it didn't point to correct your current site Joomla root folder. Please advise.
·
Saturday, 22 August 2015 18:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I've done the upgrade, apparently it doesn't change anything. Ftp access info in site details section
·
Saturday, 22 August 2015 21:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Henri,

I am really sorry that delay of this reply,

It seems like inside this folder JoomlaFolder/administrator/components/com_easyblog/includes/fields/types/..exist this file -> index.html then causing this issue, I already help you removed, it should work fine now, can you give it a try now?
·
Monday, 24 August 2015 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I'm not sure the issue it's fixed. I've try with the feed "Bigdata news", the RSS shows 17 articles and zero articles ars migrated..
·
Monday, 24 August 2015 17:29
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Henri,

I am sorry that delay of this reply,

I've checked in your database, it seems like all the feed already get imported in your site, you can run this following sql query in your database.


// Big Data III
SELECT * FROM `joo7955_easyblog_feeds_history` where `feed_id`=18

// Big Data news
SELECT * FROM `joo7955_easyblog_feeds_history` where `feed_id`=19


The `post_id` is match with post id -> #__easyblog_post , if some of the feed still missing in your site, perhaps we can try truncate some of the feed history from this table -> `#_easyblog_feed_history` then re-import again?
·
Tuesday, 25 August 2015 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post