Don't forget to restart apache and stuff after you add this. ;)
On 13/06/18 15:11, Liz Rea wrote:
> I have seen this, make sure you've got all of the apache configs for the
> EDS plugin in your /etc/apache2/sites-available/instance.conf. The ones
> that you're probably looking for are the ones th
I have seen this, make sure you've got all of the apache configs for the
EDS plugin in your /etc/apache2/sites-available/instance.conf. The ones
that you're probably looking for are the ones that let you execcgi on
that plugins directory, something like:
Alias /plugin/ "/var/lib/koha/instance/p
A few things here:
* do you have the plugin directory defined in koha-conf.xml, a la
/var/lib/koha/instance/plugins
* are the directories listed above owned and grouped into instance-koha
(instance will be the name of your instance)
* are the permissions correct for that directory *and* it's
sub
I think I've found the source of the problem, I need to specify a ≥1 limitation
on 'days overdue' in the box that comes up after running the report, leaving
the box blank doesn't work.
Thanks again for the assistance.
Kind regards,
Michael Barry.
-Original Message-
From: Koha [mailto:
Hi Mark,
I tried running a different saved report (made with the report wizard, to
produce a list of patrons by categorycode and sort1 fields) and the results
downloaded into the CSV and OpenDocument files fine, so I think it might be
something I'm missing in my SQL code.
I replaced my WHERE l
Hi All
The linode bugzilla (and a few outher services like the dashboard) is
on is going down for a bit now to be upgraded to the next size up.
This will cause a brief outage
It should be back shortly
Chris
___
Koha mailing list http://koha-community
Hi Satish,
What you probably need to do is to change the ownership of the directories
to be whatever user identity the apache server is running with. You can
find this with a command like:
# ps -ef | grep apache
On my Debian system the user is 'www-data'
Then change the ownership of the direct
Has anyone used Koha for asset inventory purposes?
--
Tim Atwood
Computer Systems Technician/
Grant Public Schools
tatw...@grantps.net
231.834.5910 x5398
___
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz
Hi Satish,
What user does Apache run under? On my Debian system the default is www-data.
If that is the case on your Ubuntu system then I would do:
su chgrp www-data plugins
su chmod 775 plugins
I think that addresses the indicated problem.
Best,
Doug
-Original Message-
From: Koha [
Hi,
With Koha 17.11.06.000 On L-Ubuntu 16,04 Desktop from package installation
method,
I am getting follwoing error while uploading .kpz file at Home › Tools ›
Plugins.
*Cannot unpack file to the plugins directory.Please verify that the Apache
user can write to the plugins directory.*
What is
Yes, that's the one. Thanks!
On Tue, Jun 12, 2018 at 7:31 AM, Magnus Enger wrote:
> On 6 June 2018 at 15:17, Barton Chittenden
> wrote:
> > This is not currently possible, but if you check the bywatersolutions
> > github page, you can find a plugin called 'koha-plugin-reports-plus', or
> > some
Hi Tom,
Have a look at the directive in
/etc/koha/sites//koha-conf.xml
The default value is "none,fatal,warn", but perhaps at some point it was
changed to something more verbose in your installation? (which would
explain the very large log files).
HTH,
Andreas
On 11 June 2018 at 16:24, Tom Hans
I tried your query with the WHERE clause slightly simplified to
give a non-empty result on my test installation of 18.05:
WHERE (TO_DAYS(curdate())-TO_DAYS(date_due)) >= ''
I was then able to download the CSV file and read it into LibreOffice
Calc with no problems.
So your query looks good; ma
Hi Jonathan,
In version 17.11.05 there was no problem when I tried to import the
base. Everthing was ok.
The problem appeared in 17.11.06. The solution proposed by Jon Turner
works very well:
Execute two queries in mysql:
CREATE TABLE IF NOT EXISTS club_enrollments (
id int(11) NOT
Hi Sahadeo,
This table has been added on 17.12.00.007, did you see any errors during
the DB upgrade?
Regards,
Jonathan
On Sat, 9 Jun 2018 at 08:02 Sahadeo Taware wrote:
> I am updating koha software from 17.11 to 18.
>
> it gives the error
> Software error:
>
> DBIx::Class::Storage::DBI::_dbh_
Hi,
The table club_enrollments has been added in 16.12.00.027
Do you have other tables with names starting with club_*?
How did you migrate? Are you sure there were no errors during the DB
upgrade process?
Regards,
Jonathan
On Tue, 12 Jun 2018 at 06:48 Przemek Kosiński
wrote:
> Hi everyone,
On 6 June 2018 at 15:17, Barton Chittenden wrote:
> This is not currently possible, but if you check the bywatersolutions
> github page, you can find a plugin called 'koha-plugin-reports-plus', or
> something similar (on mobile, or I'd link to it). That plugin will allow
> you to add a parameter t
Hi everyone,
I tried to do a base migration from 3.20 to 17.11.06. The conversion of
the database to the new schema and indexation has gone ok - everything
works except the possibility of a full preview of the patron - after
choosing one they receive such an error:
Template process failed: u
18 matches
Mail list logo