-
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
PHP fatal on install (autoloader not loading feeds classes) #12
Comments
I just installed
The strange thing is, I believe I've installed and used Feeds on a different site without this issue. |
Ignore my comment above, it seems related to the fact that this was an upgrade. I've pulled it out as a separate issue. |
Can't replicate either. |
For some reason the autoloader isn't loading the feeds classes on my site. I've tried changing PHP versions to no avail. When I attempt to enable the Feeds module, at the moment I save the modules page I get the following error:
When I add a manual call to load the file, this class is found, but the next one is not:
I then get the following error:
I was able to get around the second PHP fatal by wrapping the return of the instance with a check for class:
But I'm still not sure why any of this was necessary...
The text was updated successfully, but these errors were encountered: