Forum OpenACS Q&A: Response to OpenACS/apache -- apologize for the quick releases!

Dear Adam,
thanks for your help..my openACS is working fine..but when I tried to setup education module, this is what I got from /admin/education...

registered_proc blew up --- backtrace follows:
Database operation "select" failed (exception NSDB, "Query was not a statement returning rows.")
    while executing
"ns_db select $db "select department_name, department_id from edu_departments order by lower(department_name)""
    invoked from within
"set selection [ns_db select $db "select department_name, department_id from edu_departments order by lower(department_name)"]"
    (file "/var/opt/www/cashew/www/admin/education/index.tcl" line 30)
    invoked from within
"source $ad_conn(file)"
    (procedure "ad_handle_abstract_url" line 67)
    invoked from within
"ad_handle_abstract_url conn {}"Database operation "select" failed (exception NSDB, "Query was not a statement returning rows.")
    while executing
"ns_db select $db "select department_name, department_id from edu_departments order by lower(department_name)""
    invoked from within
"set selection [ns_db select $db "select department_name, department_id from edu_departments order by lower(department_name)"]"
    (file "/var/opt/www/cashew/www/admin/education/index.tcl" line 30)
    invoked from within
"source $ad_conn(file)"
    (procedure "ad_handle_abstract_url" line 67)
    invoked from within
"ad_handle_abstract_url conn {}"

I read from  /doc/education that the education module is not finshed yet,... is there any way I can get the updated one / or when it will be available...