Menu

Digital Media Courseware / News: Recent posts

Bug fixed: course files not created

A new version of the ZIP has been uploaded with a fix to a bug that prevented course files from being created (this bug first appeared in the previous ZIP change and does not affect FTP-based versions of upload functionality). You don't need to download/install the whole ZIP but just change this:

/lib/class/Upload.php line 156:

change

if ($fp = fopen ($path.$file)) {

to

if ($fp = fopen ($path.$file,'w')) {... read more

Posted by Mauricio Giraldo 2007-08-06

DMCourseware v2.1

Minor fixes major class redesign.

Posted by Mauricio Giraldo 2004-07-20

v2.0.1 minor bug fixes

download recommended

Posted by Mauricio Giraldo 2004-07-18

v2.0.1 small changes made

New release v2.0.1 addresses a few minor bugs and CSS issues. Download recommended.

Posted by Mauricio Giraldo 2004-05-16