https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28831 --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Nind from comment #6)
I get this message when updating the database:
root@kohadevbox:koha(bz28831)$ updatedatabase Bareword found where operator expected at /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_28831.pl line 11, near "('OPACResultsUnavailableGroupingBy','branch','branch|substatus" (Might be a runaway multi-line || string starting on line 9) (Missing operator before substatus?) DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_28831.pl [12:29:18] ERROR - {UNKNOWN}: Can't use an undefined value as a subroutine reference at /kohadevbox/koha/C4/Installer.pm line 735. at /kohadevbox/koha/C4/Installer.pm line 737
Ah thanks for noting. The pipe char ended the quote command. Had to add a backslash. And removed a comma. Tested now, should work. -- You are receiving this mail because: You are watching all bug changes.