Newsfeed not displaying

e107 CMS » Forums » e107 v1.x Support » Core Code Support << Previous thread | Next thread >>
Go to page  1 2
ians1
Mar 01 2012, 03:59AM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
Version 1.0.0 New installation Problem present on all themes

Adding a new Newsfeed causes this when the link is clicked:-


File_get_contents() error
Newsfeeds
Unable to unserialize rss data - uses non-standard syntax


What causes this and how to solve?

Actual page:-
[-link-]
[ Edited Mar 01 2012, 04:01AM ]
Go to top
ians1
Mar 01 2012, 11:08AM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
Any ideas?

It does exactly the same on another site.
[ Edited Mar 01 2012, 11:09AM ]
Go to top
Moc
Mar 01 2012, 11:26AM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #44563
Joined: Apr 12 2008, 03:01AM
Location: The Netherlands
Posts: 3513
Please be a little more patient, someone will get back to you asap.
Go to top
csjjpm
Mar 10 2012, 12:23PM
Registered Member #4709
Joined: Dec 04 2003, 07:51AM
Posts: 34
I am having the same issue. Any resolution yet?
Go to top
ians1
Mar 10 2012, 12:32PM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
Coughs: I have been quite patient so far
Go to top
MysterF
Mar 10 2012, 01:55PM
Registered Member #54659
Joined: Jan 31 2010, 02:19PM
Posts: 320
Go to top
ians1
Mar 10 2012, 02:53PM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
I have read that thread and I also commented on there that the problem still remains in version 1.0.0 I have removed RSS plugin as it would not work at all. I don't know what other information you require to debug this.
Go to top
MysterF
Mar 10 2012, 03:03PM
Registered Member #54659
Joined: Jan 31 2010, 02:19PM
Posts: 320
wrote ...
I have read that thread and I also commented on there that the problem still remains in version 1.0.0

The problem occurred in v.1.0 which is basically 0.7.27 renamed.
[...]
I'm thinking that until one of the core admins can reproduce it, you wont find an official fix (I also encountered this issue on some sites but due to it's inconsistency I couldn't pinpoint the exact cause).
[ Edited Mar 10 2012, 03:24PM ]
Go to top
ians1
Mar 10 2012, 03:25PM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
I reinstalled the plugin and it does exactly the same so it can be reproduced.

File_get_contents() error
Newsfeeds
Unable to unserialize rss data - uses non-standard syntax

Newsfeed page in website
[-link-]

RSS Feed URL
[-link-]

At a loss really to know what to do.
Go to top
MysterF
Mar 10 2012, 03:28PM
Registered Member #54659
Joined: Jan 31 2010, 02:19PM
Posts: 320
try to only load a rss from e107.org
here is one that will 100% work: [-link-]
[ Edited Mar 10 2012, 03:37PM ]
Go to top
ians1
Mar 10 2012, 03:32PM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
Tried that one

Result:-

File_get_contents() errorFile_get_contents() error
Newsfeeds
Unable to unserialize rss data - uses non-standard syntax

[-link-]

Go to top
MysterF
Mar 10 2012, 03:48PM
Registered Member #54659
Joined: Jan 31 2010, 02:19PM
Posts: 320
well the fact that you can't properly parse the newsfeed from e107.org deffo set's you apart from the issues I encountered.

A fast search on forum revealed similar issues few years ago: [-link-]

..my only advice to debug this is to entirely install a clean neesfeed plugin from v.0.7.26 (link will vanish in 24 hours) see if it works and determine if your issue is 100% related to newwsfeed plugin.

If still fails keep same 0.7.26 version of newsfeed and corroborate it with this solution:
hobie17 wrote ...

Yes, it works. Overwriting the xml_class.php file with the same file of 07.26 made it work. The file is located in e107_handlers.


(from my understanding you already tried that replacement of xml solution and failed, that is why I am saying to try it using the original newsfeed plugin from v.07.26)

_____________________________
Usually downgrading is worse case scenario but it does work to pinpoint an issue.
[ Edited Mar 10 2012, 03:55PM ]
Go to top
ians1
Mar 10 2012, 05:22PM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
Uploaded fresh copy of xml_class.php but could only find version 1.0.0 don't know where version 07.26 is.

It made no difference, error still present.
[ Edited Mar 10 2012, 05:23PM ]
Go to top
chus
Mar 15 2012, 03:13AM
Registered Member #42457
Joined: Jan 09 2008, 03:01PM
Posts: 2
http://wwww put. at the beginning of rss.
I really worked
Go to top
ians1
Mar 15 2012, 03:30AM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
The actual rss feed is

[-link-]

so it does have http://www but still not working

Tried a couple of other feeds and the error has now changed to

File_get_contents() errorFile_get_contents() errorFile_get_contents() error
Newsfeeds
Unable to unserialize rss data - uses non-standard syntax
[ Edited Mar 15 2012, 03:40AM ]
Go to top
chus
Mar 15 2012, 07:52AM
Registered Member #42457
Joined: Jan 09 2008, 03:01PM
Posts: 2
If there is a bad rss all go wrong.
not repeat rss
Go to top
ians1
Mar 15 2012, 03:50PM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
None of them are "Bad RSS" each one is working but does not display in e107.

Why does it say error Fil_get_contents() ??

Go to top
Moc
Mar 15 2012, 04:42PM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #44563
Joined: Apr 12 2008, 03:01AM
Location: The Netherlands
Posts: 3513
The error sort of speaks for itself, it has trouble finding or processing the contents of the feed(s).

I am not experienced with the newsfeed plugin so I haven't replied here earlier even though I have been watching this ever since the topic was started. Over the coming days I'll be testing the newsfeed plugin in an attempt to reproduce and debug the problem.
Go to top
ians1
Mar 15 2012, 05:27PM
Registered Member #52870
Joined: Sep 11 2009, 10:48AM
Posts: 22
I was wondering what file contents it refers to as the feed, as in the one from this webaite is obviously working because you can see it when you type it into a browser

[-link-]

so not sure what "contents" it refers to
Go to top
Moc
Mar 16 2012, 03:06AM
  • e107 Site administrator
  • e107 Security Team
  • e107 Support Team
  • e107 Documentation Team
Registered Member #44563
Joined: Apr 12 2008, 03:01AM
Location: The Netherlands
Posts: 3513
It's regular error within PHP and not neccesarily defined by e107. I'll get back to you as soon as I have more info.
Go to top
Go to page  1 2  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System