[Koha-bugs] [Bug 8215] Add Course Reserves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 17 03:01:24 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8215

wajasu <matted-34813 at mypacks.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #10 from wajasu <matted-34813 at mypacks.net> ---
I tried again with.  Bug 8215 - Add Course Reserves 
I'm doing  a standard install.

The updatedatabse.pl fails:

Missing right curly or square bracket at
./installer/data/mysql/updatedatabase.pl line 5784, at end of line
syntax error at ./installer/data/mysql/updatedatabase.pl line 5784, at EOF
Execution of ./installer/data/mysql/updatedatabase.pl aborted due to
compilation errors.

It might be a pain, but try a std install db with the version set early
enough...

Also,

I think you need to add the course_reserves directory to the Makefile.PL
target_map.  I added one right after the circ line, and all that code got
copied to the designated INTRANET_CGI_DIR.

  './circ'                      => 'INTRANET_CGI_DIR',
  './course_reserves',          => 'INTRANET_CGI_DIR',

I was able to access the Course Reserves from the staff interface.

But, without the tables...

wajasu

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list