Closed (fixed)
Project:
SimplePie Core
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Oct 2012 at 11:33 UTC
Updated:
24 Jul 2015 at 10:41 UTC
Jump to comment: Most recent
Comments
Comment #1
jddeli commentedI have the same problem.
How does it work.
Where is simplepie.inc.
Is there any guide to help.
Comment #2
kpm commentedSpent the day trying to get this resolved... no luck... "The SimplePie library was not found" remains in my status report.
From the README.TXT:
The documentation on the simplepie site is pretty good, but not for the Drupal plugin...
I cannot seem to get simplepie working on a drupal installation... "The SimplePie library was not found."
The library was installed with
apt-get install libphp-simplepie.I also unzipped the files into /profiles/openpublish/modules/contrib/feeds/libraries/
But as I look close at simplepie, I see it has ceased development http://simplepie.org/blog/2009/09/26/simplepie-is-ceasing-development/ so perhaps the easiest resolution to this problem is to disable and uninstall simplepie from server...
Comment #3
craujax commentedThank you KPM! I had the same problem and your explanation helped immensely.
Comment #4
IreOke commentedThis is what I do to make it work:
1) Download http://simplepie.org/downloads/simplepie_1.3.1.compiled.php
2) Upload simplepie_1.3.1.compiled.php to /sites/all/modules/feeds/libraries
3) Rename file from simplepie_1.3.1.compiled.php to simplepie.compiled.php
And go!!!
Comment #5
donSchoe commentedrenaming simplepie_1.3.1.compiled.php to simplepie.compiled.php did not fix it for me!
installing the simplepie drupal module didn't it neither! any ideas?
Comment #6
sifuhall commented#4 worked for me.
Thanks IreOke
Comment #7
tadesign commentedHi donSchoe
I put the renamed simplepie.compiled.php in a folder called simplepie in the sites/all/libraries folder and this worked for me. Hope this helps.
Thanks
Richard
Comment #8
Anonymous (not verified) commented#4 worked also for me.
:)
Thanks IreOke
Comment #9
Anonymous (not verified) commentedYour link does not work. Please fix it.
Comment #10
rishi.kulshreshtha#4 by IreOke worked for me, thanks for such a simple tutorial :-) +1
Changing the issue as fixed & priority as normal.
Comment #11
jlanaux commentedTry this solution. It worked for me. https://drupal.org/node/1981504
Comment #13
staceyrice commented#4 for the file, #7 for renaming the file and placing it in sites/all/libraries/simplepie/simplepie.compiled.php
Thank you!
and the working link to the file is http://simplepie.org/downloads/simplepie_1.3.1.compiled.php
Comment #14
themic8 commented#4 worked for me.
Thanks IreOke
Comment #15
bahemre commentedLast one (#13) worked for me. I appreciated.
Comment #16
biswajit roy commented@IreOke : Thanks. #4 works for me too. Basically check the "php" extension of the file "simplepie.compiled.php", when you download then it's contained with a "txt" extension like this "simplepie.compiled.php.txt" and confirm file path as "sites\all\libraries\simplepie\" or "sites\all\modules\contrib\feeds\libraries\".
Thanks and Regards,
B. Roy.
Comment #17
turbogeek commentedThanks staceyb #4. I'm trying to find a use case for this module since it requires a SimplePie library file to be added to the lib directory located in the module, yet simply adding the complied file in #4 to your libraries directory is all that is required.
Comment #18
caco13 commented#4 worked for me too. Thanks IreOke!
Comment #19
thisisnotrealpeople commented#4 followed by #7 worked for me! Be sure to download the compiled file from the simplepie website!
Comment #20
jaesperanza commentedEither #4 and #7 worked for me. Thanks!
Comment #21
Wolfflow commentedHi, just to acknowledge:
comment #4 from IreOke above works but the link to the library download page in the comment is edited erroneusly.
Is should be : http://simplepie.org/downloads/simplepie_1.3.1.compiled.php
Thank You guys
Comment #22
drupa11y commentedAlso THANKS IreOke - great help!
Comment #23
holyfire commentedIf you take a look at the most recent documentation and look at the README.markdown the following may be helpful:
### Where's `simplepie.inc`?
Since SimplePie 1.3, we've split the classes into separate files to make it easier
to maintain and use.
If you'd like a single monolithic file, you can run `php build/compile.php` to
generate `SimplePie.compiled.php`.