Results 1 to 3 of 3

Thread: RSS permissions problem

  1. #1
    Join Date
    Nov 2010
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default RSS permissions problem

    1) Script Title: RSS Display Boxes

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ybox/index.htm

    3) Describe problem: Installed the script and set CHMOD to 777, and tried 755 and still get this message : A file permissions error has occurred. Please check the permissions on the script and the directory it is in and try again.
    My webpage is www.lawlincs.co.uk

  2. #2
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default try this

    Code:
    <script type="text/javascript">
    var showblog=new rssdisplaybox("lawlincsblog")
    showblog.set_items_shown(10) //show 10 entries from feed
    showblog.start() //Required: start script
    </script>&nbsp;</th>
    to this:
    Code:
    <script type="text/javascript">
    //MAIN FUNCTION: rssdisplaybox("rssfeed_id", "rssbox_id", "rssbox_class")
    var lawlincsblogbox=new rssdisplaybox("lawlincsblog","lawlincsblogid","someclass")
    lawlincsblogbox.set_items_shown(10) //show 10 entries from feed
    lawlincsblogbox.set_template("default") //Use "default" template, which outputs title + description + date
    lawlincsblogbox.start() //Required: start script
    </script>
    If the rest of the script is correct this should fix it.You did not have the correct script to correctly pull the rssbox up
    Last edited by ajfmrf; 03-25-2011 at 03:53 AM. Reason: more info required

  3. #3
    Join Date
    Nov 2010
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your reply, but it's now comming up :

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Fri, 25 Mar 2011 13:42:24 UTC


    Message: 'rssdisplaybox' is undefined
    Line: 194
    Char: 1
    Code: 0
    URI: http://www.lawlincs.co.uk/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •