Results 1 to 3 of 3

Thread: issue getting rssdisplaybox to function

  1. #1
    Join Date
    Jan 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry issue getting rssdisplaybox to function

    1) Script Title:
    rssdisplaybox

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

    3) Describe problem:

    I have RSSDisplaybox working on my dev server however, when I upload the files to my live server the RSSDisplaybox doesn't show up. I get the same error as mentioned in previous a previous post located here: (http://www.dynamicdrive.com/forums/showthread.php?t=27144)

    The error i receive via firebug is:

    rssdisplaybox is not defined
    [Break on this error] var showblog=new rssdisplaybox("blog", "blogid", "someclass")
    rss_news.html (line 20)

    Both the live site and the dev site have exactly the same file structure. The only difference i can think of would possibly be a difference in server configuration.

    I can't track down what exactly the issue is... any help would be appreciated.

    url of the page in question:
    http://www.elumenati.com/new_site/rss_news.html

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There may be other issues, but right now, the problem is that all the referenced .css and .js files on that page have their viewing permissions disabled. For example, if you try to call:

    http://elumenati.com/new_site/rssdis...sdisplaybox.js

    directly inside your browser (as a URL), you can a permission denied error. The same goes for the other two .css and .js files. There's some permissions error in your server configuration.

  3. #3
    Join Date
    Jan 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Big thanks!

    it was indeed a permissions problem with my rssdisplaybox directory.

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
  •