They responded fairly quickly and could not fix the issue. Please see their response here:
I am afraid I am not sure what reentrant URLs means exactly.
I have been looking into the issue for some time now and here are my conclusions.
The error I see being generated is:
[29-Nov-2019 19:10:34 UTC] Feedzy RSS Feeds - related feed: https://insights.truenorthadvisors.com/the-vista/rss.xml - Error message: The data could not be converted to UTF-8. You MUST have either the iconv or mbstring extension installed. Upgrading to PHP 5.x (which includes iconv) is highly recommended.
However, that does not really make sense because you are currently running on PHP 7.3. Both iconv and mbstring extensions are present within that version. You can verify this here: https://truenorthadvisors.com/i.php
I even tried enabling most of the mbstring options with a php.ini file:
mbstring.language = all
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.http_output = UTF-8
mbstring.encoding_translation = On
mbstring.detect_order = UTF-8
mbstring.substitute_character = none;
mbstring.func_overload = 0
mbstring.strict_encoding = On
However, the feed is still not being rendered. Maybe the Feedzy team will find this bit of information useful. As much as we try to provide the best support available, third party software issues are outside our field of expertise.
If you are provided with some specific guidelines on how to resolve this, you can contact us again and we can help with their implementation. But this is as far as we can go.
-
This reply was modified 4 years, 12 months ago by marcsclips.