ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Syndicated Feeds


  • 2008-07-04 07:45:41

    Syndicated Feeds

    Can somebody explain how is working in ATutor "Syndicated Feeds" and how to use it. For example I want to show to user in side menu local weather forecast (I tried it but all the time error: "The feed either cannot be found at that URL or is not valid.")

  • 2008-07-04 10:08:59

    Re: Syndicated Feeds

    Log in as admin -> Syndicated Feeds
    add the link you wanted.


    Then, log in as Instructor-> Manage-> Student Tools ->Side Menu

    and pick out the feeds from the drop down

  • 2008-07-04 10:16:29

    Re: Syndicated Feeds

    Example of feeds:
    http://www.cbc.ca/rss/

  • 2008-07-05 02:33:54

    Re: Syndicated Feeds

    I login as admin and when I try insert RRS link, then error message: "The feed either cannot be found at that URL or is not valid."

  • 2008-07-05 03:00:03

    Re: Syndicated Feeds

    When I pushed CANCEL button in "Syndicated Feeds" then dispaued in new page error message: "The requested URL /ATutor/admin/rss_feeds/index_admin.php was not found on this server."
    But I don't understood where is index_admin.php because I have upgrade from ATutor 1.6 -> 1.6.1 and I haven't nothing deleted from server. :(
    Maybe missing index_admin.php don't let insert RSS feeds.

    HELP

  • 2008-07-05 08:29:59

    Re: Syndicated Feeds

    Our versions all seem to be working okay.

    can you post the RSS URL here, so we can try it.

  • 2008-07-05 10:35:26

    Re: Syndicated Feeds

    I tried insert this RSS http://rss.cnn.com/rss/cnn_world.rss - the same error message: "The feed either cannot be found at that URL or is not valid."

  • 2008-07-05 19:47:03

    Re: Syndicated Feeds

    The CNN feed seems work fine. Is there anything you can tell us to help us reproduce the problem?

  • 2008-07-07 05:08:49

    Re: Syndicated Feeds

    Still error. Give me some advises, what I must to check.

  • 2008-07-07 08:25:39

    Re: Syndicated Feeds

    There's not much we can do if we can't reproduce the problem. We need more detail.
    -----------


    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system -
    version of ATutor -
    versions of php -
    version of mysq l -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used -
    and anything else relevant -

  • 2008-07-07 09:02:39

    Re: Syndicated Feeds

    Give me some advises, what I must to check.

    Things to describe:
    operating system - Linux 2.6.17-1.2143_FC4smp
    version of ATutor - 1.6.1
    versions of php - 5.0.4
    version of mysq l - 4.1.20-log
    webserver & version - Linux Fedora
    copies of error messages - The feed either cannot be found at that URL or is not valid.
    changes to default settings -
    web browser being used - Firefox 2.0.0.15

  • 2008-07-07 10:35:52

    Re: Syndicated Feeds

    Hi,

    Can you check if you have any files under /content/feeds/? If not, can you check if the permission are set correctly for that folder?

    Second, can you please verify with me that if there are any entries inside your AT_feeds table? (SELECT * FROM AT_feeds)

    thanks

  • 2008-07-07 12:35:16

    Re: Syndicated Feeds

    Hallo harris

    Under /content/feeds/ is only one file index.html. Permissions are 755, when I try modify permissions to 777, after refreshing catalog the permissions are back 755.

    Sorry, but I'm not programmer and I don't know how to check is any entries inside AT_feeds table. Where I must enter "SELECT * FROM AT_feeds".

  • 2008-07-07 12:41:54

    Re: Syndicated Feeds

    Hi,

    755 is okay, who are the owners/groups for the feed folder though?

  • 2008-07-07 13:14:46

    Re: Syndicated Feeds

    sorry, I don't understood your question about "feed folders owners/groups"?

  • 2008-07-07 13:18:27

    Re: Syndicated Feeds

    Oh, the owners of the content/feeds should be apache/apache or nobody/nobody.

    Otherwise apache wouldn't have permission to create/save the rss file(s).

  • 2008-07-10 14:20:38

    Re: Syndicated Feeds

    In AT_feeds table isn't entries. Harris what next?

  • 2008-07-10 14:42:49

    Re: Syndicated Feeds

    In Shell, for /content/feeds/

    Is it
    drwxr-xr-x x nobody nobody 4096 Jul x xx:xx feeds

    or is it

    drwxr-xr-x x root root 4096 Jul x xx:xx feeds

    ?

  • 2008-07-10 14:54:20

    Re: Syndicated Feeds

    It is drwxrwxrx 48 48

  • 2008-07-10 15:05:49

    Re: Syndicated Feeds

    Is that user (48) in the same group as apache/nobody?

    Because the webserver (apache/nobody) will try to write/save in that folder and it will fail to do so if it doesn't have the permission to.

    And if that fails, feeds cannot be saved and cannot be displayed.