News Feed Ticker

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

News Feed Ticker

Post by va3ts »

I was able to get data from http://www.southgatearc.org/sarc.rss using the RSS Parser but I'm having trouble with the News feed ticker.
I have made up a test page with both on it.

https://gbarc.ca/newsfeedtest.php

The trouble with the parser is that it doesn't like to be responsive, even if I put it on a layer.
I have a screenshot of the ticker properties page but I don't see where I could upload that

thanks
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: News Feed Ticker

Post by Pablo »

I think the configured data retrieval method is incorrect.
The selected option cannot be used to get data from another server.
Please use one of the (PHP) proxies.
See the help for more details.
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

Re: News Feed Ticker

Post by va3ts »

I changed it to "load data through proxy", actually I tried both methods, no real change, I am using php 7.1, I looked at directadmin, if there is a setting there to enable "file_get_contents", it doesn't just jump out ....
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: News Feed Ticker

Post by Pablo »

It looks like there is a conflict somewhere. Can you please remove all other scripts/ objects from the page?
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

Re: News Feed Ticker

Post by va3ts »

All other objects removed, just the ticker left, nothing else ...Tom
p.s. I asked my isp about proxies and cURL, no response as yet
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

Re: News Feed Ticker

Post by va3ts »

My isp has enabled cURL for my domain, I configured the news ticker to use cURL but alas it did not work. It's getting late now, will look at it again tomorrow .... https://gbarc.ca/info.php
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

Re: News Feed Ticker

Post by va3ts »

I placed a generic google news feed but it still does not display, what am I doing wrong here?
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: News Feed Ticker

Post by Pablo »

You will need to enable: allow_url_include
This is currently off, which means that you cannot access RSS feeds on another server

https://hoststud.com/resources/how-to-d ... hp-ini.36/

If this does not work then you will need to contact your webhost to enable this.
va3ts
 
 
Posts: 59
Joined: Sun Oct 20, 2013 11:51 pm

Re: News Feed Ticker

Post by va3ts »

I seem to be able to access the feed using rss parser, but besides that, is it a security mistake to allow_url_fopen = on and allow_url_include = on ?
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: News Feed Ticker

Post by Pablo »

rss parser uses old/ deprecated code, WWB uses CURL or file_get_contents().
However for this to work, your server needs to be configured correctly.
Without 'allow_url_include', you cannot access data from another website.
Post Reply