PDA

View Full Version : I have a little RSS phpRaid Problem


Psycadelic
03-30-2007, 01:19 PM
hi

I have a little problem with my phpRaid on my server. I have installed it on my server and I can create,configure etc. And then I saw that the new phpRaid has got a RSS Feed function. I want to use this function on my homepage, which was designed with phpKit. But when i click on the little RSS button in the right corner i can't open this feed. I get following error message:


Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/web4645/html/unleashed/raidplaner2/rss.php on line 13

what can I do to fix this problem, I hope someone could help me with my problem.



Thanks a lot

Psycadelic

BDC Thoram
04-02-2007, 09:31 AM
I've got the same issue; I hadn't posted on it but it would be nice to stick that on our main page. If someome had a solution I'd love to hear it.

Peace!

frey
04-02-2007, 07:22 PM
I have the same problem aswell and any kind of help would be nice

Torgin
04-03-2007, 07:30 AM
Make sure you have defined the URL to your site in the rss.php file.  Around line 10 you should see:

$phpraid_url = '';

It should look like:

$phpraid_url = 'http://www.mysite.com/phpraid';

where /phpraid is the directory where your phpraid main files reside.

BDC Thoram
04-03-2007, 08:49 AM
Appriciate the info; I went ahead and put that in place, but now I end up with:

Parse error: parse error, unexpected T_STRING in /home/blackdra/public_html/raiding/rss.php on line 10

I tried the realtive path, that didnt work either. I am going to dig thru this file a bit, but if you could point me in the right direction, I would greatly appriciate it. Thanks in advance.

BDC Thoram
04-03-2007, 08:57 AM
I figured it out; make sure and set the "page you want to display this on" above it also. After that, I was good to go.


Thanks again.

Psycadelic
04-03-2007, 10:39 AM
ok i know what was wrong. A friend told me that i have to open the rss.php file and lock in line 13 for $rootpath. And i have to insert a # so it must look like #$rootpath. I insert it and saved the file and now my rss feed works.

Torgin
04-04-2007, 07:11 AM
Glad you guys got it figured out :D