Bugzilla – Attachment 128239 Details for
Bug 29605
DB structure may not be synced with kohastructure.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 29605 - Error messages after reset_all
Bug 29605 - Error after reset_all.txt (text/plain), 11.65 KB, created by
David Nind
on 2021-12-03 23:47:53 UTC
(
hide
)
Description:
Bug 29605 - Error messages after reset_all
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-12-03 23:47:53 UTC
Size:
11.65 KB
patch
obsolete
>root@kohadevbox:koha(master)$ git checkout -B bz29605 >Switched to a new branch 'bz29605' >root@kohadevbox:koha(bz29605)$ git bz apply 29605 > >Bug 29605 - DB structure may not be synced with kohastructure.sql > >128113 - Bug 29605: Add missing constraints from bug 15067 >128114 - Bug 29605: (follow-up) Add language_script_mapping primary key >128152 - Bug 29605: Missing FK on tmp_holdsqueue.borrowernumber (tmp_holdsqueue_ibfk_3) >128153 - Bug 29605: account_offsets.type is not null >128154 - Bug 29605: additional_contents.code >128155 - Bug 29605: additional_contents.lang >128156 - Bug 29605: search_marc_map.marc_type >128157 - Bug 29605: language_script_mapping.language_subtag cannot be null >128158 - Bug 29605: branchtransfers.cancellation_reason > >Apply? [(y)es, (n)o, (i)nteractive] y >Applying: Bug 29605: Add missing constraints from bug 15067 >Applying: Bug 29605: (follow-up) Add language_script_mapping primary key >Applying: Bug 29605: Missing FK on tmp_holdsqueue.borrowernumber (tmp_holdsqueue_ibfk_3) >Applying: Bug 29605: account_offsets.type is not null >Applying: Bug 29605: additional_contents.code >Applying: Bug 29605: additional_contents.lang >Applying: Bug 29605: search_marc_map.marc_type >Applying: Bug 29605: language_script_mapping.language_subtag cannot be null >Applying: Bug 29605: branchtransfers.cancellation_reason >root@kohadevbox:koha(bz29605)$ git checkout v21.05.00 >Checking out files: 100% (3050/3050), done. >Note: checking out 'v21.05.00'. > >You are in 'detached HEAD' state. You can look around, make experimental >changes and commit them, and you can discard any commits you make in this >state without impacting any branches by performing another checkout. > >If you want to create a new branch to retain commits you create, you may >do so (now or later) by using -b with the checkout command again. Example: > > git checkout -b <new-branch-name> > >HEAD is now at 949f0aad68 Koha 21.05.00 is here! >root@kohadevbox:koha((v21.05.00))$ reset_all >This action will erase all your data. Are you sure? (y/N) y >Running [sudo koha-shell kohadev -p -c 'PERL5LIB=/kohadevbox/koha:/kohadevbox/koha/lib:/kohadevbox/qa-test-tools perl /kohadevbox/misc4dev/populate_db.pl -v --opac-base-url http://kohadev.myDNSname.org:8080 --intranet-base-url http://kohadev-intra.myDNSname.org:8081 --marcflavour MARC21']... >Can't locate Email/Valid.pm in @INC (you may need to install the Email::Valid module) (@INC contains: /kohadevbox/koha /kohadevbox/koha/lib /kohadevbox/qa-test-tools /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /kohadevbox/koha/Koha/Email.pm line 23. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Email.pm line 23. >Compilation failed in require at /kohadevbox/koha/C4/Letters.pm line 39. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Letters.pm line 39. >Compilation failed in require at /kohadevbox/koha/C4/Members.pm line 35. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Members.pm line 35. >Compilation failed in require at /kohadevbox/koha/C4/Accounts.pm line 24. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Accounts.pm line 24. >Compilation failed in require at /kohadevbox/koha/C4/Reserves.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Reserves.pm line 26. >Compilation failed in require at /kohadevbox/koha/C4/Circulation.pm line 30. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Circulation.pm line 30. >Compilation failed in require at /kohadevbox/koha/Koha/Item.pm line 31. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Item.pm line 31. >Compilation failed in require at /kohadevbox/koha/Koha/Items.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Items.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/ArticleRequest.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/ArticleRequest.pm line 27. >Compilation failed in require at /kohadevbox/koha/Koha/ArticleRequests.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/ArticleRequests.pm line 27. >Compilation failed in require at /kohadevbox/koha/Koha/Patrons.pm line 28. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Patrons.pm line 28. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Basket.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Basket.pm line 27. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Baskets.pm line 23. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Baskets.pm line 23. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Order.pm line 25. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Order.pm line 25. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Orders.pm line 25. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Orders.pm line 25. >Compilation failed in require at /kohadevbox/koha/Koha/Biblio.pm line 35. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblio.pm line 35. >Compilation failed in require at /kohadevbox/koha/Koha/Biblios.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblios.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/Libraries.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Libraries.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. >Compilation failed in require at /usr/share/perl/5.28/base.pm line 135. > ...propagated at /usr/share/perl/5.28/base.pm line 157. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValue.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/AuthorisedValues.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValues.pm line 26. >Compilation failed in require at /kohadevbox/koha/C4/Koha.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Koha.pm line 27. >Compilation failed in require at /kohadevbox/koha/C4/Biblio.pm line 88. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Biblio.pm line 88. >Compilation failed in require at /kohadevbox/koha/C4/AuthoritiesMarc.pm line 25. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/AuthoritiesMarc.pm line 25. >Compilation failed in require at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 31. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 31. >Compilation failed in require at /kohadevbox/misc4dev/populate_db.pl line 28. >BEGIN failed--compilation aborted at /kohadevbox/misc4dev/populate_db.pl line 28. >[ ok ] Restarting Apache httpd web server: apache2. >[ ok ] Restarting Koha ILS: koha-common[....] Stopping Plack daemon for kohadev:. >[ ok ] Stopping Z39.50/SRU daemon for kohadev:. >[ ok ] Stopping Koha worker daemon for kohadev:. >[ ok ] Stopping Koha indexing daemon for kohadev:. >[ ok ] Starting Plack daemon for kohadev:. >[....] Starting Z39.50/SRU daemon for kohadev:Can't locate Email/Valid.pm in @INC (you may need to install the Email::Valid module) (@INC contains: /kohadevbox/koha /kohadevbox/koha/lib /kohadevbox/koha/installer /kohadevbox/koha/lib/installer /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /kohadevbox/koha/Koha/Email.pm line 23. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Email.pm line 23. >Compilation failed in require at /kohadevbox/koha/C4/Letters.pm line 39. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Letters.pm line 39. >Compilation failed in require at /kohadevbox/koha/C4/Members.pm line 35. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Members.pm line 35. >Compilation failed in require at /kohadevbox/koha/C4/Accounts.pm line 24. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Accounts.pm line 24. >Compilation failed in require at /kohadevbox/koha/C4/Reserves.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Reserves.pm line 26. >Compilation failed in require at /kohadevbox/koha/C4/Circulation.pm line 30. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Circulation.pm line 30. >Compilation failed in require at /kohadevbox/koha/Koha/Item.pm line 31. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Item.pm line 31. >Compilation failed in require at /kohadevbox/koha/Koha/Items.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Items.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/ArticleRequest.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/ArticleRequest.pm line 27. >Compilation failed in require at /kohadevbox/koha/Koha/ArticleRequests.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/ArticleRequests.pm line 27. >Compilation failed in require at /kohadevbox/koha/Koha/Patrons.pm line 28. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Patrons.pm line 28. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Basket.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Basket.pm line 27. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Baskets.pm line 23. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Baskets.pm line 23. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Order.pm line 25. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Order.pm line 25. >Compilation failed in require at /kohadevbox/koha/Koha/Acquisition/Orders.pm line 25. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Acquisition/Orders.pm line 25. >Compilation failed in require at /kohadevbox/koha/Koha/Biblio.pm line 35. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblio.pm line 35. >Compilation failed in require at /kohadevbox/koha/Koha/Biblios.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblios.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/Libraries.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Libraries.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. >Compilation failed in require at /usr/share/perl/5.28/base.pm line 135. > ...propagated at /usr/share/perl/5.28/base.pm line 157. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValue.pm line 26. >Compilation failed in require at /kohadevbox/koha/Koha/AuthorisedValues.pm line 26. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValues.pm line 26. >Compilation failed in require at /kohadevbox/koha/C4/Koha.pm line 27. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Koha.pm line 27. >Compilation failed in require at /kohadevbox/koha/C4/Biblio.pm line 88. >BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Biblio.pm line 88. >Compilation failed in require at /kohadevbox/koha/Koha/Z3950Responder.pm line 22. >BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Z3950Responder.pm line 22. >Compilation failed in require at /kohadevbox/koha/misc/z3950_responder.pl line 28. >BEGIN failed--compilation aborted at /kohadevbox/koha/misc/z3950_responder.pl line 28. > failed! >[ ok ] Starting Koha worker daemon for kohadev:. >[ ok ] Starting Koha indexing daemon for kohadev:. >. ok
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 29605
:
128113
|
128114
|
128152
|
128153
|
128154
|
128155
|
128156
|
128157
|
128158
|
128239
|
128313
|
128314
|
128437
|
128438
|
128439
|
128440
|
128441
|
128442
|
128443
|
128444
|
128445
|
128483
|
129153
|
129154
|
129155
|
129156
|
129157
|
129158
|
129159
|
129160
|
129161