ATutor

Learning Management Tools







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


Announcement creation problem


  • 2006-01-26 16:18:58

    Announcement creation problem

    When trying to create an announcement I would get this error after I click Save.

    Parse error: parse error, unexpected $, expecting ',' or ')' in /home/hnd8383/public_html/ATutor/tools/news/index.php on line 37

    The announcement will save but it will still give me that error each time I click the "Announcement" on the breadcrumb or in Manage and I click the bold "Announcement."

    Things to describe:
    operating system - Win XP
    version of ATutor - The newest one... 1.5.2
    versions of php - 4.4.1
    version of mysq l - 4.1.14-standard
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used - Netscape/Mozilla
    and anything else relevant -

    Server info:
    Operating system Linux
    Service Status Click to View
    Kernel version 2.6.9-22.0.1.ELsmp
    Machine Type i686
    Apache version 1.3.34 (Unix)
    PERL version 5.8.5

  • 2006-01-27 08:30:50

    Re: Announcement creation problem

    This is likely the result of a corruputed file. You can replace the file by taking a new copy from the source code repository to replace the broken one.

    http://atutorsvn.atrc.utoronto.ca/repos/atutor/tags/atutor_1_5_2/docs/tools/news/index.php

  • 2006-01-30 11:02:58

    Forum issue now

    The announcement is fixed and now I just recieved this issue (it was fine Friday) in my Forums.

    Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/hnd8383/public_html/ATutor/forum/list.php on line 60

    When I click on one of the Forums I created it gave me this above my ATutor:


    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hnd8383/public_html/ATutor/forum/index.php on line 45

    Warning: Cannot modify header information - headers already sent by (output started at /home/hnd8383/public_html/ATutor/forum/index.php:45) in /home/hnd8383/public_html/ATutor/include/header.inc.php on line 17

    Warning: Cannot modify header information - headers already sent by (output started at /home/hnd8383/public_html/ATutor/forum/index.php:45) in /home/hnd8383/public_html/ATutor/include/classes/Language/Language.class.php on line 123


    I tried replacing the files with what's available in your atutorsvn.atrc.utoronto.ca/repos/atutor/tags/atutor_1_5_2/docs files but that didn't work.

  • 2006-01-31 08:46:49

    Re: Forum issue now

    Remove any trailing spaces from include/config.inc.php file if there are any. Windows has a habit of inserting windows line breaks when files are saved.