gdleday
Forum Replies Created
-
Forum: Plugins
In reply to: [WP RSS Multi Importer] Source Link not coming thruWe have it set for 1000. Here is a feed that is not giving the source info: https://fulltextrssfeed.com/rss.cnn.com/rss/si_nfl.rss
Forum: Plugins
In reply to: [WP RSS Multi Importer] Feeds not coming inI used EasyCron as a quick test, it says the cronjob ran successfully, but when I go to view output, i see this:
<b>Notice</b>: Undefined offset: 0 in <b>/home/fansunfi/public_html/wp-cron-feeds.php</b> on line <b>19</b>
Any clue what that means? Here’s the top 20 lines of that php file:
<?php
require_once(“wp-load.php”);
include_once(“itsi.inc.php”);ini_set(“user_agent”,”Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)”);
ini_set(“max_execution_time”, 6000);
ini_set(“memory_limit”, “10000M”);function arrayFlatten($a) {
$i = 1;
foreach($a as $r) {
if (is_object($r)) {
$b[] = $r->term_id;
} else {
$b[$i++] = $r[0];
}
}
return $b;
}Forum: Plugins
In reply to: [WP RSS Multi Importer] Feeds not coming inThanks for testing that….would it be better using a third party like easy cron? and how would that integrate with your plugin. I have a lot of feeds categorized by pages…here’s an example: https://fansunfiltered.com/wp-cron-feeds.php?module=unfiltered. Lastly, are you for hire to resolve problems?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Feeds not coming inSorry if I wasn’t clear. That feed is updating new data, but the feed is not being pulled by the plugin.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Feeds not coming inHere is an example feed that is being updated:
https://feeds.foxsports.com/feedout/syndicatedContent?categoryId=220Forum: Plugins
In reply to: [WP RSS Multi Importer] Read this *before* you post!Yes, I am having a similar issue. My feeds used to come in with no issues until the latest updates. I’ve tried to change the feed to post settings, but no luck. The feeds come in very sporadically and not based on the settings