IRC log for #koha, 2016-12-01

All times shown according to UTC.

Time S Nick Message
00:01 Stompro joined #koha
00:12 talljoy @later tell rangi ...last update i promise...Submitted Merge Request in gitlab.  yay.  either it went through or i sent it to my own fork... ha!
00:12 huginn talljoy: The operation succeeded.
00:17 rangi all good, it worked fine
00:18 talljoy i wrassled that git to the ground and won.
00:19 rangi http://git.koha-community.org/[…]ocs.git;a=summary
00:20 talljoy i accept all pointers on what is good practice here.  comments/messages etc.
00:20 talljoy but appears to be an easy point of entry to make changes.  very exciting!!!!
00:20 rangi yep :)
00:22 bag I love hearing easy point of entry
00:22 bag very cool - love it :)
00:25 talljoy question.  how do i refresh my 'fork' in gitlab to get everyone elses changes?
00:26 bag well currently you’re at the top ;) no one else has committed anything
00:27 bag but the easiest way - is git pull
00:27 Francesca joined #koha
00:27 talljoy but i'm in gitlab  not git like you know it
00:28 dcook "i'm in git lab not git like you know it"
00:28 bag hmm…
00:28 dcook That sounds more badass than it should
00:28 talljoy ha!
00:28 talljoy cuz it's actually the opposite
00:28 dcook hehe
00:28 * dcook keeps meaning to try out Gitlab and Sourcetree
00:28 bag git pull REMOTE NAME-OF-BRANCH -u
00:28 talljoy rangi should i edit in the main manual and submit merge requests that way?  or stick with making a fork?
00:28 dcook Just started trying out Bitbucket
00:29 bag do you have different branches talljoy ?
00:29 talljoy you know mean....i found a way to make it hard to do.  cuz it's git
00:29 bag bingo
00:29 bag :D
00:29 talljoy i have my own forked manual right now!
00:29 bag talljoy++
00:30 bag talljoy: https://docs.gitlab.com/ee/git[…]-the-command-line
00:30 talljoy sorry i'm going through a tunnel...you're breaking up on me
00:30 dcook "you're breaking up on me"
00:30 dcook I wish I could draw, so I could draw a couple breaking up overtop someone..
00:31 talljoy heh
00:31 dcook oleonard can draw!
00:31 dcook Which reminds me..
00:31 dcook @later tell oleonard Hey... do you have any new webcomic recommendations? I love KSBD but I'm all up-to-date >_>
00:31 huginn dcook: The operation succeeded.
00:38 dcook TFW you're rebasing and you're reapplying thousands of commits..
00:52 talljoy rangi i'm a bit confused on the links in the manual and what needs updating.  i see the change in syntax  <#marcbibframework> to :ref:`MARC Bibliographic Frameworks
00:52 talljoy but where do I find the new term to use in the ref: statement?
00:52 rangi ahh you have to have a look and find it
00:53 talljoy For example i want to add a link to the Appendix for Record Matching Rules.  To show where the bib indexes are.
00:53 rangi easiest way is too look at the old manual
00:53 talljoy ok, makes sense.
00:53 talljoy so from this url in the manual http://manual.koha-community.o[…].html#idp65143488
00:53 dcook talljoy++
00:53 rangi eg
00:53 rangi https://koha-community.org/man[…]11/html/ch06.html
00:54 rangi the link on frameworks there
00:54 rangi takes you to here
00:54 rangi https://koha-community.org/man[…]marcbibframeworks
00:54 rangi then you see it is MARC Bibliographic Frameworks
00:55 talljoy the title...yes
00:55 talljoy okay i think i see this
00:55 rangi and thats what the link becomes, it automagically does that for you
00:55 rangi which makes it much more readable for humans too
00:56 rangi https://koha-community.org/man[…]html/ch06s02.html
00:56 rangi eg the link to there is :ref:`Item Records
00:57 dcook rangi: Quick question about ElasticSearch..
00:57 rangi talljoy: we are using this http://www.sphinx-doc.org/en/1[…]sectionlabel.html
00:58 dcook Adding another parameter to C4::SimpleSearch via "simple_search_compat". It won't be needed in ElasticSearch, but should I still add it to the POD for "simple_search_compat" in Koha::SearchEngine::ElasticSearch::Search?
00:58 rangi yeah, just document it isnt used
00:58 dcook Sounds good. That's what I was thinking.
00:58 talljoy okay i will look at the link rangi.  i just submitted another patch to include a link.
00:58 talljoy if that is correct syntax, i'm good to go.
00:58 rangi sweet thanks
00:59 dcook It's an option to prevent unnecessary normalization, but ElasticSearch doesn't appear to use unnecessary normalization :D
00:59 dcook Hmm then again... I should double-check..
01:00 talljoy LOVE THIS MANUAL NOW.
01:00 talljoy sorry for the shouting
01:01 talljoy consider yourself lucky you don't have to see the arm waving and dancing
01:01 dcook Hmm..
01:02 dcook The ElasticSearch simple_search_compat looks weird..
01:02 dcook Has ElasticSearch been tested with the Record Matching Rules?
01:02 * talljoy leaves you to your devices while she toddles off to have a celebratory martini.
01:06 dcook I guess this is whay we have unit tests
01:06 dcook Lesseeee
01:07 dcook Oh right... Tomas did the unit tests for Search.t..
01:08 dcook Huh..
01:08 dcook Apparently we have no unit tests for search?
01:08 dcook That can't be right..
01:08 dcook db_dependent/Search.t there we go..
01:08 dcook Oh my... that didn't go well at all
01:21 dcook SimpleSearch( $query, $offset, $max_results, [@servers] );
01:21 dcook I suppose this syntax is problematic in Perl?
01:21 dcook Since [] could mean optional or a arrayref..
01:22 dcook "%options is optional." :p
01:51 dcook @later tell tcohen I'm not sure if you'd be interested but I've re-opened bug 15541
01:51 huginn dcook: The operation succeeded.
01:56 mario joined #koha
02:32 KSchmeeds joined #koha
02:32 KSchmeeds Hey everyone, I was hoping for some help with an error message I got last night after upgrading my koha installation
02:38 KSchmeeds DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.lastseen' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 176
03:47 danmichaelo joined #koha
03:48 KSchmeeds anyone have any ideas for DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.lastseen' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 176
03:48 dcook No idea, but that sounds weird
03:49 KSchmeeds happened after I ran sudo apt-get update && sudo apt-get upgrade && sudo apt-get install koha-common
03:49 dcook I don't use the Debian packages, so I couldn't tell you off the top of my head. Sorry :/
03:49 dcook Looks like a coding issue somewhere though
03:49 dcook Maybe I can see at a glance..
03:50 dcook You could try the listserv as well
03:50 dcook It's sort of an odd time of day right now
03:50 dcook Nothing jumps out at me otherwise, and I'm in the middle of something else atm
03:50 KSchmeeds ok
03:50 dcook Sounds like a coding error somewhere though
03:50 danmichaelo_ joined #koha
03:55 rocio joined #koha
05:19 Francesca joined #koha
05:24 dcook Blearg... want to use exceptions but..
05:24 dcook Can't in this case..
05:26 dcook Ahh maybe in another case..
05:46 cait joined #koha
05:57 lari joined #koha
06:33 StomproJ joined #koha
06:36 cait1 joined #koha
07:04 LibraryClaire joined #koha
07:20 Penggu joined #koha
07:21 Penggu hi there. did an apt update which broke koha. it is saying things like Unknown column 'me.lastseen' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 176. how do i run a db schema update?
07:22 Penggu i noticed something ran during the apt updates but it zoomed past too fast to catch the output
07:22 Penggu running ubuntu 16.04 and using packaged version
07:23 Penggu apt says the current koha version is 16.11.00.05
07:31 Penggu just ran: root@koha:/usr/share/koha/bin# devel/update_dbix_class_files.pl --db_name=the_db --db_host=the_db_host --db_user=the_user --db_passwd=the_pwd
07:31 Penggu still get: DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.lastseen' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 176
07:38 alex_a joined #koha
07:39 fridolin joined #koha
07:39 alex_a bonjour
07:39 wahanui bonjour, alex_a
07:39 fridolin hie there
07:39 sophie_m joined #koha
07:39 Penggu looks like the lastseen column was added at (db) version 16.06.00.027. before that, there's an insert into the system prefs which does exist. my db currently says it is version 16.1100000. would it be safe to put "16.06.00.026" into the systempreferences table?
07:44 Penggu if i do: /usr/share/koha/intranet/cgi-bin# perl installer/data/mysql/updatedatabase.pl
07:45 Penggu i get: Can't locate C4/Context.pm in @INC (you may need to install the C4::Context module) \ BEGIN failed--compilation aborted at installer/data/mysql/updatedatabase.pl line 39.
07:55 Penggu these chats get archived to the web. so some more notes:
07:56 Penggu i did export KOHA_CONF=<our xml file path>
07:56 Penggu and export PERL5LIB=/usr/share/koha/lib
07:57 Penggu ran: /usr/share/koha/intranet/cgi-bin# perl installer/data/mysql/updatedatabase.pl
07:57 Penggu now worked
07:57 LibraryClaire morning #koha
07:57 Penggu after restarting services
07:57 Penggu the proper (non-broken), colourful koha login page appears
07:57 reiveune joined #koha
07:58 Penggu (it wasn't before), but after logging in, there's an internal server error, still complaining of the missing lastseen column
07:58 reiveune hello
07:58 Penggu im going to add the column manually and see what happens
07:59 Penggu the update statement reads: "ALTER IGNORE TABLE borrowers ADD COLUMN lastseen ..."
08:00 Penggu running it directly gives an error, but it works if "IGNORE" is removed
08:00 Penggu now I can log in
08:03 Stompro joined #koha
08:04 Penggu "As of MySQL 5.7.4, the IGNORE clause for ALTER TABLE is removed and its use produces an error." http://dev.mysql.com/doc/refma[…]/alter-table.html
08:04 Penggu we're running 5.7.16-0ubuntu0.16.04.1
08:04 Penggu wowzers
08:05 Penggu the pl script is littered with it
08:07 wilfrid joined #koha
08:39 gaetan_B joined #koha
08:39 Penggu site is working but it looks broken. tried a full reinstall and it's still terrible.
08:40 gaetan_B hello
08:41 Penggu its like some stylesheets and a couple of js libraries are missing
08:42 Penggu hm. browser cache is the culprit here. *jackass*
08:48 Penggu https://bugs.koha-community.or[…]_bug.cgi?id=17234 - related to mysql 5.7 alter ignore changes
08:48 huginn Bug 17234: major, P5 - low, ---, philippe.blouin, Signed Off , ALTER IGNORE TABLE is invalid in mysql 5.7.  This breaks updatedatabase.pl
08:48 Penggu *sigh*
08:48 Penggu enough for today. hope these notes help someone.
08:48 Penggu bye all
09:08 alex_a joined #koha
09:14 eythian @wunder jordaan, ams
09:14 huginn eythian: The current temperature in Ten Kateplein, Amsterdam, Netherlands is 10.3°C (10:08 AM CET on December 01, 2016). Conditions: Partly Cloudy. Humidity: 79%. Dew Point: 7.0°C. Pressure: 30.32 in 1027 hPa (Falling).
09:14 eythian two whole digits!
09:16 LibraryClaire @wunder Konstanz
09:16 huginn LibraryClaire: The current temperature in MainaustraÃ&#376;e, Konstanz, Germany is 2.3°C (10:16 AM CET on December 01, 2016). Conditions: Scattered Clouds. Humidity: 91%. Dew Point: 1.0°C. Windchill: 2.0°C. Pressure: 30.42 in 1030 hPa (Steady).
09:18 juan_s joined #koha
09:26 Francesca joined #koha
09:58 dac joined #koha
09:58 StomproJ joined #koha
09:59 Scott-CSPL joined #koha
09:59 deb-CSPL joined #koha
10:08 cait joined #koha
10:09 * cait waves
10:22 cait joined #koha
10:32 cait @wunder Hannover
10:32 huginn cait: Error: No such location could be found.
10:33 cait @wunder Hannover, Germany
10:33 huginn cait: The current temperature in Hannover, Germany is 7.0°C (11:20 AM CET on December 01, 2016). Conditions: Mostly Cloudy. Humidity: 87%. Dew Point: 5.0°C. Windchill: 3.0°C. Pressure: 30.15 in 1021 hPa (Steady).
10:53 cait hm looks like patron self reg is broken too in 16.11. with plack
10:54 cait someone around who could confirm? deactivated email confirmation, when i save the form, I get the internal server error
10:56 cait ok, it was me - f you dont have the temporary patron category defined, the error appears too
11:01 eythian well, that's still a bug that should be a message to the user.
11:02 Stompro joined #koha
11:08 paul_p joined #koha
11:44 marcelr joined #koha
11:45 marcelr hi #koha
12:06 eythian hi marcelr
12:07 marcelr eythian!
12:07 wahanui eythian is great at jokes. That everyone else misses them isn't his problem.
12:09 eythian marcelr!
12:09 wahanui well, marcelr is talking with tcohen about it
12:09 marcelr about what, wahanui?
12:09 wahanui i haven't a clue, marcelr
12:10 marcelr good for you!
12:13 paul_p joined #koha
12:37 misilot joined #koha
12:37 rsantellan joined #koha
12:38 rsantellan good morning #koha
12:40 jzairo joined #koha
12:41 eythian joined #koha
12:47 oleonard joined #koha
12:51 meliss joined #koha
12:56 paul_p joined #koha
13:12 alex_a joined #koha
13:36 nengard joined #koha
13:41 tcohen joined #koha
13:42 tcohen bom dia #koha
13:42 oleonard joined #koha
13:43 kidclamp hiya tcohen! welcome back
13:43 tcohen hi kidclamp!
13:43 LibraryClaire hi tcohen
13:43 LibraryClaire and hi kidclamp
13:43 kidclamp hi LibraryClaire
13:43 petter joined #koha
13:44 petter hi #koha
13:44 tcohen hi petter
13:44 petter tomas!
13:44 petter how's it goin?
13:45 tcohen i'm doing great, re-charged energy after a week or so of vacation
13:47 petter sounds good! I'm going to take holiday myself soon, spending a month in the countryside in Japan
13:47 tcohen ah, that's awesome!
13:48 tcohen family needed this week or so or fun and stressless days
13:54 LibraryClaire I need a holiday
13:57 Dyrcona joined #koha
14:04 paul_p joined #koha
14:06 fridolin joined #koha
14:09 NateC joined #koha
14:18 Dyrcona joined #koha
14:18 talljoy joined #koha
14:26 fridolin joined #koha
14:27 fridolin1 joined #koha
14:30 fridolin1 left #koha
14:33 mario joined #koha
14:34 alex_a_ joined #koha
14:39 cait joined #koha
14:42 Scott-CSPL joined #koha
14:55 alex_a joined #koha
14:55 jbeno joined #koha
14:58 paul_p joined #koha
15:24 laurence joined #koha
15:44 LibraryClaire left #koha
16:00 TGoat joined #koha
16:25 laurence left #koha
16:34 kchris joined #koha
16:42 TomB joined #koha
16:46 barton TomB: khall's in a meeting at the moment, but I'll mention your email to him.
16:49 rocio joined #koha
17:00 TomB barton: thank you sir
17:50 rocio1 joined #koha
18:23 Dyrcona joined #koha
18:24 kmlussier joined #koha
18:35 reiveune left #koha
18:59 mario joined #koha
19:10 talljoy left #koha
19:10 talljoy joined #koha
19:13 kathryn joined #koha
19:16 kmlussier joined #koha
19:24 alexbuckley joined #koha
19:24 alexbuckley_ joined #koha
19:28 rocio joined #koha
19:38 cait khall: it looks like article request from opac is broken under plack - at least i get that stupid internal server error when i try to place a request :(
19:38 cait @later tell drojf can you please turn off plack again?
19:38 huginn cait: The operation succeeded.
19:39 khall dang!
19:57 cait yeah :(
19:57 cait of course I got a presentation tomorrow where article request is on the list
19:57 cait khall: i filed a bug
19:57 cait bug 17709
19:58 khall cait: thianks!
19:58 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=17709 blocker, P5 - low, ---, koha-bugs, NEW , Article request broken - 'internal server error'
19:58 cait i guess this is not a one line fix?
20:11 kidclamp kchris++
20:12 kchris_afk :-)
20:34 drojf joined #koha
20:34 drojf evening
20:34 cait hi drojf
20:34 drojf hi cait
20:34 cait argh, i thin i found it
20:35 cait yay!
20:35 cait request form!
20:38 cait drojf++ khall++
20:43 mikasmith joined #koha
20:51 liz joined #koha
20:53 francharb joined #koha
21:04 Francesca joined #koha
21:07 Francesca morning
21:08 cait morning Francesca
21:09 drojf hi Francesca
21:09 Francesca hey!
21:09 Francesca how are you
21:12 drojf good but, working too late :P
21:12 drojf how are you?
21:13 cait same here
21:14 Francesca I'm good - heading into work soon
21:38 jbeno joined #koha
21:42 TomB left #koha
21:44 aleisha joined #koha
22:06 tcohen joined #koha
22:08 tcohen hi
22:11 cait hey tcohen
22:12 drojf hi tcohen & good night #koha
22:25 StomproJ joined #koha
22:34 tcohen hi cait
22:51 edveal joined #koha
23:16 Francesca joined #koha
23:17 chrisvella__ joined #koha
23:22 BobB joined #koha
23:39 papa joined #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary