well, this one is easy. ----------------------------8<------------------------------------------ --- lib/python/Shared/DC/ZRDB/Aqueduct.py.orig Thu Jan 11 10:59:42 2001 +++ lib/python/Shared/DC/ZRDB/Aqueduct.py Thu Jan 11 10:58:01 2001 @@ -272,7 +272,7 @@ custom_default_report_src=DocumentTemplate.File( - os.path.join(dtml_dir,'customDefaultReport.dtml')) + os.path.join(dtml_dir,'dtml/customDefaultReport.dtml')) def custom_default_report(id, result, action='', no_table=0, goofy=regex.compile('[^a-zA-Z0-9_]').search ----------------------------8<------------------------------------------ without this patch, sql methods cannot we tested because customDefaultReport cannot be found (it moved in the dtml subfolder)