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

[Register]

Occasional ATutor release updates


No Members Logged In

(4 guests in past 15 min.)

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

Support Forums

ATutor Bug Reports

Reading List


You must be signed-in to post.

AuthorSubject
  Page: 1
es24tv

Avatar for es24tv
Subject: Reading ListQuote this post in your reply
1) When the instructor tries to create Resource "Handout":
Parse error: syntax error, unexpected ';' in /var/www/vhosts/escuelaelephas.es/subdomains/aula/httpdocs/mods/_standard/reading_list/add_resource_handout.php on line 108

2) When the instructor tries to create Resource "AV":
Parse error: syntax error, unexpected ';' in /var/www/vhosts/escuelaelephas.es/subdomains/aula/httpdocs/mods/_standard/reading_list/add_resource_av.php on line 111

3) When the instructor tries to create Resource "AV":
Parse error: syntax error, unexpected T_VARIABLE in /var/www/vhosts/escuelaelephas.es/subdomains/aula/httpdocs/mods/_standard/reading_list/add_resource_file.php on line 115

Tthanks
Posted: 2010-08-24 08:07:17
es24tv

Avatar for es24tv
Subject: Re: Reading ListQuote this post in your reply
At the DEMO ATutor also produces the 3 errors mentioned. Please watch it. I hope your esteemed guidance
Posted: 2010-08-24 08:12:29
greg

Avatar for greg
Subject: Re: Reading ListQuote this post in your reply
Confirmed, Thanks. we'll add it to the next patch, in the coming days.
www.atutor.ca/atutor/mantis/view.php?id=4507
Posted: 2010-08-24 08:21:41
IndieRect

Avatar for IndieRect
Subject: Re: Reading ListQuote this post in your reply
These are typos in ATutor code. You can fix them by replacing the corresponding lines in these files with the following ones:


1)
$date = htmlentities_utf8($row['date']);

2)
$publisher = htmlentities_utf8($row['publisher']);

3)
$comments = htmlentities_utf8($row['comments']);


These bugs remind me that some kind of automated testing would be very helpful in ATutor: it's hard to achieve good code coverage with just manual testing.
Posted: 2010-08-24 08:23:42
harris

Avatar for harris
Subject: Re: Reading ListQuote this post in your reply
A unit test module/tool would be nice.

In reply to:
These bugs remind me that some kind of automated testing would be very helpful in ATutor: it's hard to achieve good code coverage with just manual testing.

Posted: 2010-08-24 09:13:08
es24tv

Avatar for es24tv
Subject: Re: Reading ListQuote this post in your reply
Thank you IndieRect, all ok! wink
Posted: 2010-08-25 13:31:04
harris

Avatar for harris
Subject: Re: Reading ListQuote this post in your reply
Fixed as suggested by Indie.

Please apply patch 05.
Posted: 2010-08-27 11:22:01
mbtshoes2011
Subject: Re: Reading ListQuote this post in your reply
These bugs remind me that some kind of automated testing would be very helpful in ATutor: it's hard to achieve good code coverage with just manual testing.
Posted: 2010-08-28 04:46:06
 Page: 1

You must be signed-in to post.