Include not allowed, need to read external RSS feed
|
Jul 25, 2008 10:24
5 posts
|
For some reason, I can't get the php 'include' function to work. When I'm not using Frog CMS, the function works fine on my server. How do we use the php include function? Is this something discouraged by Frog? I need the include function because I'm trying to import an RSS feed using lastRSS (source code at http://lastrss.oslab.net/lastRSS.phps). I continually have this error:
Thanks! |
|
Jul 25, 2008 10:35
5 posts
|
I forgot to add my code. Oops!
|
|
Jul 25, 2008 10:59
5 posts
|
In case anyone was wondering... it turns out I needed to use a relative link, achieved by: include('./public/lastrss.php'); Just in case anyone else was encountering the same problem. |
|
Jul 25, 2008 11:19
963 posts
|
@siriomi - glad you sorted it -- that was fast work! I wondered at first if you needed to use The website looks nice, too! :) Have you got (m)any Frog sites running live? |
|
Jul 26, 2008 16:23
5 posts
|
I run the blog that I'm trying to RSS, and right now the only Frog site I have is <a href="http://www.worderella.com">Worderella Online</a>. But I'm planning to convert over my web portfolio as well, because I love this CMS. |