Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(10 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

Inbox Problem


You must be signed-in to post.

AuthorSubject
  Page: 1
ThinkTutor
Subject: Inbox ProblemQuote this post in your reply
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.
Posted: 2006-12-15 12:44:36
raouf
Subject: Re: Inbox ProblemQuote this post in your reply
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.
Posted: 2006-12-16 08:02:10
greg

Avatar for greg
Subject: Re: Inbox ProblemQuote this post in your reply
On link 109 add an at sign ( @ ) before mysql_fetch_assoc

eg


<?php

$row 
= @mysql_fetch_assoc($result)
?>

Posted: 2006-12-16 14:21:58
ThinkTutor
Subject: Re: Inbox ProblemQuote this post in your reply
That works! thank you! however, I dont' know why my inbox got no message, but on the upper right corner saids "inbox (3)".
Posted: 2006-12-16 14:49:30
greg

Avatar for greg
Subject: Re: Inbox ProblemQuote this post in your reply
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 -
Posted: 2006-12-16 15:00:18
ThinkTutor
Subject: Re: Inbox ProblemQuote this post in your reply
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.
Posted: 2006-12-16 15:22:23
joel

Avatar for joel
Subject: Re: Inbox ProblemQuote this post in your reply
Thank-you for the report.

This will be fixed in the next version of ATutor.
Posted: 2006-12-18 10:24:06
joel

Avatar for joel
Subject: Re: Inbox ProblemQuote this post in your reply
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").
Posted: 2006-12-18 11:23:23
ThinkTutor
Subject: Re: Inbox ProblemQuote this post in your reply
Thank you so much! It works!
Posted: 2006-12-18 11:30:56
ThinkTutor
Subject: Re: Inbox ProblemQuote this post in your reply
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"!
Posted: 2006-12-18 14:48:12
greg

Avatar for greg
Subject: Re: Inbox ProblemQuote this post in your reply
Time issues would would likely be a server issue. ATutor uses the server's time. You likely need to adjust the server's clock.
Posted: 2006-12-19 08:56:51
 Page: 1

You must be signed-in to post.