Bug 18297 - Clicking on Stage MARC records for import launches koha installer
Summary: Clicking on Stage MARC records for import launches koha installer
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low critical
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-17 16:45 UTC by Christopher Brannon
Modified: 2019-06-27 09:24 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2017-03-17 16:45:46 UTC
In master, when you click on the "Stage MARC records for import" under tools, you get thrown into the Koha installer.
Comment 1 Christopher Brannon 2017-03-17 17:14:33 UTC
Per Katrin, this seems to have corrected the issue:

On kohadevbox:

sudo koha-shell kohadev
perl installer/data/mysql/updatedatabase.pl
exit
restart_all

Not sure what caused this issue, but this corrects it.