- Posts: 8743
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Simple RSS feed reader - parse error in helper.php line 66
Simple RSS feed reader - parse error in helper.php line 66
- Lefteris
- Topic Author
- Offline
- Moderator
Less
More
14 years 8 months ago #31926
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Simple RSS feed reader - parse error in helper.php line 66 was created by Lefteris
Hello,
I'm new to this forum and after many searches, still haven't found answer to my issue so apologize if topic already exists but i did not found it ! So I need help !
I'm using Simple RSS feed reader 2.1. I've uploaded my Joomla site on my webhost.
Testing locally, this module works perfectly under Xamp environment.
Now online, this module gives me an error as I connect to my site :
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homez.346/pchomese/www/modules/mod_jw_srfr/helper.php on line 66
I've opened this php file but I don't find the error! Here is a snapshot around line 66 :
// Create an object to store feed elements
$feedElements[$key] = new JObject;
$feedElements[$key]->itemTitle = $item->get_title();
$feedElements[$key]->itemLink = $item->get_permalink();
$feedElements[$key]->itemDate = $item->get_date($dateFormat);
$feedElements[$key]->feedTitle = $sourceFeed->get_title();
$feedElements[$key]->itemDescription = $item->get_content();
$feedElements[$key]->feedURL = $item->get_feed()->subscribe_url();$feedElements[$key]->feedImageSrc = '';
if($feedFavicon) $feedElements[$key]->feedFaviconFile = $item->get_feed()->get_favicon();
Could you please help me ?
regards
olivier
I'm new to this forum and after many searches, still haven't found answer to my issue so apologize if topic already exists but i did not found it ! So I need help !
I'm using Simple RSS feed reader 2.1. I've uploaded my Joomla site on my webhost.
Testing locally, this module works perfectly under Xamp environment.
Now online, this module gives me an error as I connect to my site :
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homez.346/pchomese/www/modules/mod_jw_srfr/helper.php on line 66
I've opened this php file but I don't find the error! Here is a snapshot around line 66 :
// Create an object to store feed elements
$feedElements[$key] = new JObject;
$feedElements[$key]->itemTitle = $item->get_title();
$feedElements[$key]->itemLink = $item->get_permalink();
$feedElements[$key]->itemDate = $item->get_date($dateFormat);
$feedElements[$key]->feedTitle = $sourceFeed->get_title();
$feedElements[$key]->itemDescription = $item->get_content();
$feedElements[$key]->feedURL = $item->get_feed()->subscribe_url();$feedElements[$key]->feedImageSrc = '';
if($feedFavicon) $feedElements[$key]->feedFaviconFile = $item->get_feed()->get_favicon();
Could you please help me ?
regards
olivier
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- cptcrackers
- Offline
- New Member
Less
More
- Posts: 1
14 years 7 months ago #31927
by cptcrackers
Replied by cptcrackers on topic Re: Simple RSS feed reader - parse error in helper.php line 66
I get the exact same error at the exact same line.
Please Log in or Create an account to join the conversation.
- dilbert
- Offline
- New Member
Less
More
- Posts: 7
14 years 7 months ago #31928
by dilbert
Replied by dilbert on topic Re: Simple RSS feed reader - parse error in helper.php line 66
good evening - well you are lucky ones - i cannot install the rss-reader.
what happened. Lemme know if you can help me. You get the admin-passwd to my site
just drop me a line at this forum here thx
@cptcrackers - i saw you at the fourms over there - at joomla. Great to see you again. I love Joomla
There was an error uploading this file to the server.
what happened. Lemme know if you can help me. You get the admin-passwd to my site
just drop me a line at this forum here thx
@cptcrackers - i saw you at the fourms over there - at joomla. Great to see you again. I love Joomla
Please Log in or Create an account to join the conversation.
- svault
- Offline
- New Member
Less
More
- Posts: 2
14 years 3 months ago #31929
by svault
Replied by svault on topic Re: Simple RSS feed reader - parse error in helper.php line 66
Anyone has any solutions for this problem? I've freshly installed Joomla and Simple RSS Feed 3 times in a row and this same error comes up. No other modules were installed. Tried using Joomla 1.5.17, 1.5.18 and 1.5.20. All three versions do not work.
Also since one of the comments above said that the installation via Joomla might have been corrupted, I have also uploaded individual files via FTP after using Joomla install/uninstall manager. And it still does not work. Same Error coming up "parse error in helper.php line 66".
Also since one of the comments above said that the installation via Joomla might have been corrupted, I have also uploaded individual files via FTP after using Joomla install/uninstall manager. And it still does not work. Same Error coming up "parse error in helper.php line 66".
Please Log in or Create an account to join the conversation.
- svault
- Offline
- New Member
Less
More
- Posts: 2
14 years 2 months ago #31930
by svault
Replied by svault on topic Re: Simple RSS feed reader - parse error in helper.php line 66
Seriously, no help on this at all? Am I the only person having this problem? Tried searching on Google but can't find any concrete help.
Is it to do with PHP5? Does Simple RSS Feed Reader have to run on certain minimum specs? If so, where can I find those specs?
Is it to do with PHP5? Does Simple RSS Feed Reader have to run on certain minimum specs? If so, where can I find those specs?
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple RSS Feed Reader
- Simple RSS feed reader - parse error in helper.php line 66