Hi,
I can see this module is looking for co-maintainer and it has been a while since someone showed up in the issues, but I'll try before surrender :)
I was trying to use SimplePie within D7. I installed the dev release via drush and enabled it. After that, I tried to create a block (php code) that works with the simplepie library to parse some feed items and show them. But the code stop exactly at the point where we call the SimplePie class. So it seems like this release is not properly loading the library.
The error is:
Fatal error: Class 'SimplePie' not found in /path/to/drupal/root/modules/php/php.module(80) : eval()'d code on line 24
Any ideas?
Thanks everyone for your contributions to this and other drupal modules :)
Comments
Comment #1
skaduHey Versvs,
I know this is a bit late, but I just managed to get this working (at least from my stand point). Here is what I did.
A standard disclaimer, I have not tested this thoroughly, and I believe it is possible to place the SimplePie library in the /sites/all/libraries/ directory to get this to work as well. There is some code in the feeds module that scans that directory as well.
Hope that helps.