Re: [Koha] INTERNAL SYSTEM ERROR - table error

2019-03-09 Thread Sebastian Krieg
Hi, I found one error: "...Table 'koha_kplh.language_descriptions' doesn't exist..." in the statement: SELECT description FROM language_descriptions WHERE subtag=? AND lang=? AND type=?" with ParamValues: 0='en', 1='en', 2='language' Can you test if the table 'language_description with con

Re: [Koha] INTERNAL SYSTEM ERROR

2019-03-09 Thread Tomas Cohen Arazi
You need to open both logs while reproducing the failure do you can identify the problem El sáb., 9 de marzo de 2019 10:03, Shafendi escribió: > here is my mysql error log > > 2019-03-09 12:00:35 140561744152320 [Note] /usr/sbin/mysqld: Normal > shutdown > 2019-03-09 12:00:36 140561744152320 [No

Re: [Koha] INTERNAL SYSTEM ERROR

2019-03-09 Thread Shafendi
here is my mysql error log 2019-03-09 12:00:35 140561744152320 [Note] /usr/sbin/mysqld: Normal shutdown 2019-03-09 12:00:36 140561744152320 [Note] Event Scheduler: Purging the queue. 0 events 2019-03-09 12:00:36 140561184954112 [Note] InnoDB: FTS optimize thread exiting. 2019-03-09 12:00:36 140561

Re: [Koha] INTERNAL SYSTEM ERROR

2019-03-09 Thread Tomas Cohen Arazi
That looks like your database server el being restarted. What do the db server logs say? El sáb., 9 de marzo de 2019 09:22, Shafendi escribió: > here is my afew lines of my plack-error log. > > DBD::mysql::st execute failed: MySQL server has gone away [for Statement > "SELECT `me`.`variable`, `m

Re: [Koha] INTERNAL SYSTEM ERROR

2019-03-09 Thread Shafendi
here is error log form plack-error.log.1 Use of uninitialized value $password in string ne at /usr/share/koha/intranet/cgi-bin/members/memberentry.pl line 370. Use of uninitialized value $password2 in string ne at /usr/share/koha/intranet/cgi-bin/members/memberentry.pl line 370. Use of uninitializ

Re: [Koha] INTERNAL SYSTEM ERROR

2019-03-09 Thread Shafendi
here is my afew lines of my plack-error log. DBD::mysql::st execute failed: MySQL server has gone away [for Statement "SELECT `me`.`variable`, `me`.`value`, `me`.`options`, `me`.`explanation`, `me`.`type` FROM `systempreferences` `me` WHERE ( `me`.`variable` = ? )" with ParamValues: 0='template']

Re: [Koha] Database Upgrade

2019-03-09 Thread Mohamad F. Barham
Thanks Katrin. using my method I were able to see fields in KOHA after editting kohastructure.sql to reflect my changes there and running update_dbix_class_files.pl from koha root dir. and finally assign mapping. I test you suggested method and work correctly, but whats about performance? I

Re: [Koha] Adding randomly generated password to member entry form using intranetuserjs

2019-03-09 Thread Katrin Fischer
Hi Emma, thx! Posting back to the list to share the link: *Bug 22485* - Add randomly generated password suggestion to add/modify patron form Katrin On 08.03.19 15:17, Emma Perks wrote: Hi Katrin, Sure - I've logged this on Bu

Re: [Koha] INTERNAL SYSTEM ERROR

2019-03-09 Thread Katrin Fischer
Hi Shafendi, there will be more useful information about the "Internal server error" in your plack-error-log. It will give us more insight in the nature of the error. Hope this helps, Katrin On 09.03.19 03:12, Shafendi wrote: hi all. im using koha ver 18.05.10 and mariadb 10.3 in my cloud s

Re: [Koha] How to receive reports to email

2019-03-09 Thread Katrin Fischer
Hi Satish, thx for the update. Good to know! Katrin On 08.03.19 12:37, SATISH wrote: Hi Katrin, I verified for multiple reports today. It is working fine. The correct syntax:  * *  * * * root koha-foreach --enabled --email  /usr/share/koha/bin/cronjobs/runreport.pl  rep

Re: [Koha] Database Upgrade

2019-03-09 Thread Katrin Fischer
Hi Mohamad, I am not sure how much performance for both methods would differ. Just be aware that you will have to maintain your changes through updates and changes in Koha's architecture, so that is something you need to assess and decide if it's worth doing for the kind of change you want to ma