-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Class 'FeedsConfigurable' not found #95
Comments
I ran into this as well on a sandbox copy site and couldn't figure out why. I had installed it without an issue, then uninstalled (or refreshed from live) and got this error. I ended up having to do a complete refresh, deleting the filesystem and recopying everything from the live site, emptying config and refreshing from live, dropping the database and refreshing from live, then I could install and use Feeds again... |
I'm finding this issue on a site that had Feeds, then got fully uninstalled, and installed again. What a hassle. |
Ok this is happening because there is a call to The problem is that that function ends up calling a static method of class Solution: include |
Additional info: this error happens in very specific conditions that are pretty unusual:
So, this sequence is actually not "normal", so I'm not sure if this fix is necessary. I submitted a PR anyway. I see there is a test failure, but don't have time to check it. Incidentally, even though I'm part of the Bug squad, I've lost the ability to review and/or merge PRs here. (Not that I was intending to use that here!). |
When trying to enable Feeds module I get this error "Class 'FeedsConfigurable' not found" after clicking on the "Save Configuration" button. This fatal error means the module is not enabled.
The text was updated successfully, but these errors were encountered: