• I’m running the WP RSS Multi-Importer plugin on my site. It lets me add multiple categories, but its only letting me add one RSS feed. I click the “Add a New Feed” button, type in the info, hit the Save button, and then it refreshes the page and acts like I didn’t add a new feed. My original feed is showing up in the list, but it won’t let me add any more. I tried uninstalling and re-installing the plugin, logged out and back in, and I’ve checked through all the settings to make sure I’m not missing anything, but I still can’t get it to work. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Brandon Dennis

    (@brandon-dennis)

    Ok, now the plugin isn’t working at all, except for the backend stuff. I’m getting this error message on my site:

    Warning: Invalid argument supplied for foreach() in /home/u381727265/public_html/wp-content/plugins/wp-rss-multi-importer/wp-rss-multi-importer.php on line 1227

    Warning: array_multisort() [function.array-multisort]: Argument #1 is expected to be an array or a sort flag in /home/u381727265/public_html/wp-content/plugins/wp-rss-multi-importer/wp-rss-multi-importer.php on line 1238

    Warning: Invalid argument supplied for foreach() in /home/u381727265/public_html/wp-content/plugins/wp-rss-multi-importer/wp-rss-multi-importer.php on line 1294

    I haven’t changed any files, so I don’t see why it isn’t working now. It was working fine before, except for the feeds issue. I’ve installed an entirely new copy of the plugin folder and everything, so I’m really confused here.

    Thread Starter Brandon Dennis

    (@brandon-dennis)

    I’m thinking the problems may be from updating to 3.4.2, but my dumbass didn’t bother backing up my files before upgrading WordPress, so I can’t roll it back. Since the upgrade just came out, I’m thinking the problems are because the plugin wasn’t made for this version of WordPress, for whatever reason, and they haven’t made a newer version yet. I’m a decent coder, but I don’t know what to do here. Can someone with better PHP skills write something up for me?

    Line 1227

    foreach ($myarray as $key => $row) {
    $dates[$key] = $row[“mystrdate”];

    Line 1238

    array_multisort($dates, SORT_DESC, $myarray);
    }

    Line 1294

    foreach($myarray as $items) {

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[HELP] WP RSS Multi-Importer Only Lets Me Add One Feed’ is closed to new replies.