eternalhexen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP RSS Multi Importer] Special Characters Not Showing in FeedForum: Plugins
In reply to: [GlobalFeed] PHP 5.4 MB GlobalFeed incompatibleForgot to post the error log results, sorry. This is what I see after upgrading to 5.4
[24-Jan-2014 03:55:56 UTC] PHP Fatal error: Call-time pass-by-reference has been removed in /home2/thetragi/public_html/wp-content/plugins/globalfeed/mb_globalfeed.php on line 351
Forum: Plugins
In reply to: [GlobalFeed] PHP 5.4 MB GlobalFeed incompatibleHey! Thank you for the quick reply. I apologize for not responding sooner. The development version did not work on PHP 5.4 either.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Special Characters Not Showing in FeedJust wanted to check back in on this…any updates regarding a fix for double quotes in the RSS feed?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Special Characters Not Showing in FeedAlso, for what it’s worth…this only appears to be an issue in the Title of each post. The content of the post contains single and double quotes with no issues. My RSS feed is https://www.facebook.com/feeds/page.php?id=159906044174627&format=rss20
Forum: Plugins
In reply to: [WP RSS Multi Importer] Special Characters Not Showing in FeedThanks for the quick response. I am actually using the regular short code in a widget. I opened the file and went to line 247, I don’t see any lines commented out close to this section of the code. I did however notice the function_cleanHTML and str_replace section for other special characters. I tried to add $content=str_replace(“"”, “””, $content); which completely broke the plugin and my ability to access the server (had to restore from a backup). Sorry if I’m missing it..