Missing Plugin? simplepie.inc installed. Cant access feeds options. Have uninstalled and reinstalled. Help!!!!!!

I have never been ignored on an issur queue before. Why is this happening?I have installed the simplepie.inc library.

Really greatful for your help,,,,

Comments

alex_b’s picture

Title: Missing Plugin? simplepie.inc installed. Cant access feeds options. Have uninstalled and reinstalled. Help!!!!!! » "Missing Plugin", simplepie.inc installed, can't access feeds options
Category: bug » support
Priority: Critical » Normal

Can't reproduce. This needs a better description on how to reproduce the error.

What are "feeds options" - the Importer settings on the admin/build/feeds page?

msimmeth’s picture

I guess I have the same problem, but maybe I'm missing something:
-Installed Feeds
-Placed simplepie.inc in modules/feeds/libraries
-No new options show up in "Home › Administer › Site building › Feed importers" when editing a Feed Importer and selecting a Parser

clemens.tolboom’s picture

I did either 'empty cache' or 'uninstalled' a module to get the new parser into the list.

clemens.tolboom’s picture

Title: "Missing Plugin", simplepie.inc installed, can't access feeds options » Installing plugin 'simplepie.inc' after having visited 'Feed importers page' gives 'Missing plugin' message.
Category: support » bug

When installing the simplepie.inc file _after_ having tested the feeds module does not make feeds discover the new 'working' plugin.

My guess is there is a caching problem somewhere in the feeds / ctools pipeline.

Workaround:
Enable, Disable then Uninstall a not used module ie color.module or through devel.module

See #778416: Better message when plugin is missing for a somewhat improved message to know which plug-in is malfunctioning.

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)

Reading up... I am not sure but does clearing the cache fix or not fix the problem of simplepie not surfacing?

Would this modification to the README cover the problem?

- To use SimplePie parser, download SimplePie, place simplepie.inc into
  feeds/libraries, go to admin/settings/performance and clear all caches.
  Recommended version: 1.2.
  http://simplepie.org/
clemens.tolboom’s picture

Status: Postponed (maintainer needs more info) » Active

I'm not sure. I suspect ctools to cache the compile/parse result of FeedsSimplePieParser.inc as failed and will not recover even when clearing caches.

clemens.tolboom’s picture

According to #778416-5: Better message when plugin is missing the 'Clear all caches' should work. Maybe that link to admin/settings/performance should be added to that message.

alex_b’s picture

What's going on is that as of recently we cache plugin information.

See:

function feeds_ctools_plugin_plugins() {
  return array(
    'cache' => TRUE,
    'use hooks' => TRUE,
  );
}

Next steps to go to the bottom of this problem:

a) Verify whether clearing cache through admin/settings/performance clears CTools caches (if yes, #5 is a fix to the issue reported here)
b) If not, figure out how else CTools plugins cache can be cleared and document it.
c) If CTools plugins cache cannot be cleared, open issue on CTools and remove cache = TRUE from the hook above until this issue is resolved upstream.

locomo’s picture

subscribe

EvanDonovan’s picture

Status: Active » Needs review

1) I copied simplepie.inc into feeds/libraries.
2) It did not show up as a selectable parser.
3) I went to admin/settings/performance and hit the "clear all caches" button.
4) It was then selectable.

If one or two more people reproduce this, then we can set to "Needs documentation" and just make a quick documentation fix.

alex_b’s picture

Component: Code » Documentation

Needs documentation, yes.

alex_b’s picture

Status: Needs review » Fixed

I've added a note on clearing caches to the FAQ's

http://drupal.org/node/836618#comment-3217270

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.