- Posts: 4
COMMUNITY FORUM
simplepie.php error
- digitalmo
-
Topic Author
- Offline
- New Member
I am trying to decide if I will buy your premium extensions, but so far your support has been very bad. Please help me solve this problem -
I am using the Simple RSS feed reader module, but I get this error when it is enabled and I try to browse to any page on my site:
Fatal error: Cannot redeclare class SimplePie in /home/dm_jessem/themuseumsfv.org/libraries/simplepie/simplepie.php on line 346
If I disable it again, there is no error.
There are several posts in the forum, but no responses from your team.
Please help us all fix this problem, and I'm sure you will get new paying customers.
Thanks
Please Log in or Create an account to join the conversation.
- Moonstone
-
- Offline
- New Member
- Posts: 2
I just installed the Simple RSS Feed Reader module on my site at www.lordaeronexiles.org
I made no changes to the module settings whatsoever, other than enabling it.
Refreshed my site, and had a white screen with this error:
Fatal error: Cannot redeclare class SimplePie in /home/content/e/l/e/eleguild/html/libraries/simplepie/simplepie.php on line 396
Disabled the module, and my site works again.
Played with it a bit more, and didn't have the error again as long as NO other RSS feed modules were enabled.
Tends to make you panic, though.
Please Log in or Create an account to join the conversation.
- digitalmo
-
Topic Author
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- dilbert
-
- Offline
- New Member
- Posts: 7
good evening dear friend
believe it or not. I geht the a bad bad behaviour with the rss feed-reader. Well - it is crazy
When I add this module, it serves up an empty page. I have tried different module positions, and different feeds,
but in each case it serves up an empty page. By empty page, there is absolutely nothing when doing a view-source.
I am using Joomla version 1.1.15, and the newest version Suggestions?
I allmost go crazy - i get only errors. Plz advice
if you wanna log in to the site - i can send you the data
martin
ps - i also run the slick rss-reader it runs with ease
btw. can i run two times this reader - i guess no...
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Thilo
-
- Offline
- New Member
- Posts: 1
I am using a paid template from jommlart.com (Teline III) which has a RSS Feed included as top headlines. When I am enabling other RSS Feeds at the same page there is no problem. However, when I use your module (the Simple RSS Feed Reader) the pages breaks and the simplepie.php error described in this feed comes up.
Your module works only if there is no other RSS Feeder active at the same page. When using it together with other RSS Feeders the simplepie.php error pops up, no matter what template is in use.
The team from joomlart.com reviewed the issue (in detail and directly from my admin account) and came to the conclusion that there is a bug in your module, not in the template nor in the other RSS Feeders.
I like your module very much and would like to use it in my page. But as long as this bug exists I cannot do it as intended, i.e. together with the headlines module of Teline III.
Please investigate and fix this. It would add to the great work you have done with all the marvellous paid and free extensions you provide for joomla.
All the best!
Please Log in or Create an account to join the conversation.
- wager
-
- Offline
- Junior Member
- Posts: 20
Simple RSS seems to load it's own version of SimplePie than the one in the libraries of Joomla, is that correct ? So when a regular module loads the standard SimplePie and "Simple RSS" is active they produce this error because it's loading it's own version of SimplePie, is this correct?
Why is there no fix other than remove the module... very frustrating.
Please Log in or Create an account to join the conversation.
- Villaume Technologies Inc.
-
- Offline
- New Member
- Posts: 2
I opened the file includes/simplepie/simplepie.inc and did a Replace All of "SimplePie" to "SimplePie2".
Then I changed line 41 of helper.php from:
$sourceFeed = new SimplePie();
to
$sourceFeed = new SimplePie2();
Please Log in or Create an account to join the conversation.
- chipshow
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- emouawad
-
- Offline
- New Member
- Posts: 3
RSS issues to solve
1) upgrade to Joomla verson is 1.5.18. as it has been corrected,
2) Simplepie libraries from the 1.5.15 version works with php 5.3,
3) If not using php 5.3, replace Simplepie libraries from the 1.5.15 version with Simplepie libraries from the 1.5.14 version
4) Otherwise open libraries/joomla/factory.php in a text editor and add the line
Code:
$simplepie->force_feed(true);
just before the line
Code:
$simplepie->handle_content_type();
Please Log in or Create an account to join the conversation.
- Mesologie
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- emouawad
-
- Offline
- New Member
- Posts: 3
This happens only if you use another Rss plugin which implements Joomla's SimplePie library. Rss Browser comes with its own SimplePie. Normally this is no problem as long you don't use another SimplePie implementation.
It is not recommended to use Joomla's SimplePie version.
Please Log in or Create an account to join the conversation.
- emouawad
-
- Offline
- New Member
- Posts: 3
!- default joomla rss module- disabled
2- module rss installed- in parameters- feed url- http://SITE NAME/en.feed?type=rss
so simple, it took me a whole day to figure it out, just by trial an error
Please Log in or Create an account to join the conversation.
- Adam Parker
-
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.