ATutor

Learning Management Tools







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


Inbox Problem


  • 2006-12-15 12:44:36

    Inbox Problem

    my inbox got this error, does anyone know how to fix it?

    Inbox
    From Subject Date

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/t/h/i/thinktutor/html/tutor/inbox/index.php on line 109
    None Found.

  • 2006-12-16 08:02:10

    Re: Inbox Problem

    I have the same problem and the same error message and this is my enviroment description :

    Atutor version : 1.5.3.3
    Windows XP SP1
    EasyPhph 1.8.

  • 2006-12-16 14:21:58

    Re: Inbox Problem

    On link 109 add an at sign ( @ ) before mysql_fetch_assoc

    eg

    [php]

    $row = @mysql_fetch_assoc($result)

    [/php]

  • 2006-12-16 14:49:30

    Re: Inbox Problem

    That works! thank you! however, I dont' know why my inbox got no message, but on the upper right corner saids "inbox (3)".

  • 2006-12-16 15:00:18

    Re: Inbox Problem

    Can you supply the following information:

    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 -

  • 2006-12-16 15:22:23

    Re: Inbox Problem

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

    Things to describe:
    operating system -linux
    version of ATutor -1.5.3.3
    versions of php - by godaddy.com 4 & 5
    version of mysq l - 4.0.24
    webserver & version - na
    copies of error messages - none found
    changes to default settings -
    web browser being used - IE
    and anything else relevant -

    Thank you.

  • 2006-12-18 10:24:06

    Re: Inbox Problem

    Thank-you for the report.

    This will be fixed in the next version of ATutor.

  • 2006-12-18 11:23:23

    Re: Inbox Problem

    To fix this issue you have to edit your database (probably using phpMyAdmin) and rename the "date_send" field in the "messages" table to "date_sent" (chante the "d" to a "t").

  • 2006-12-18 11:30:56

    Re: Inbox Problem

    Thank you so much! It works!

  • 2006-12-18 14:48:12

    Re: Inbox Problem

    Found another problem. I sent a test message from another account today, and the date and time appears in the inbox is "Thursday Sep 13, 2007 - 07:00"!

  • 2006-12-19 08:56:51

    Re: Inbox Problem

    Time issues would would likely be a server issue. ATutor uses the server's time. You likely need to adjust the server's clock.