-
☆ A M B ☆
- 24,524 Posts
You should call this snippet uncached [!...!].
Are you sure the snippet name in your snippet call (feedreader) is exactly the same as the name of the snippet in the Manager?
@sottwell
i switched some things up including your suggestions and I am getting an error. Can you think of anything else I can do? I really want to use the modx snippet instead of getting javascript involved. Here is my error:
Fatal error: Call to undefined function: simplexml_load_string() in /home/content/r/e/d/redwinebuzz/html/modx/manager/includes/document.parser.class.inc.php(769) : eval()’d code on line 40
Can you fix this?
-
☆ A M B ☆
- 24,524 Posts
You need to have the
simplexml extenstion compiled into your PHP.
I would suggest you try
FeedX or
NewsParserX. I’ve used FeedX on several sites with no problems.
thanks, again! works much better. I have some configuring to do but a much better snippet.
-
☆ A M B ☆
- 24,524 Posts
I don’t know as I’d say it’s better, it just doesn’t use the built-in simplexml PHP libraries.
-
☆ A M B ☆
- 24,524 Posts
I’ll answer this in the FeedX forum.