LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Dear professionals,

After installing Koha latest version 18.11.05 we have faced a problem in enabling plugins. Its shows an error message as follows "Cannot unpack file to the plugins directory.
Please verify that the Apache user can write to the plugins directory.
"

*Screenshot attached with this

Views: 776

Attachments:

Reply to This

Replies to This Forum

The file should be in .kpz format to unpack the plugin in koha

My Suggestion Contact Indranil Das Gupta, L2C2 Technologies.

Website: http://www.l2c2.co.in/

Mobile Number: +91-98300-20971

Email ID: indradg@l2c2.co.in

To set up the Koha plugin system you must first make some changes to your install.

  • Change <enable_plugins>0<enable_plugins> to <enable_plugins>1</enable_plugins> in your koha-conf.xml file
  • Confirm that the path to <pluginsdir> exists, is correct, and is writable by the web server
  • Restart your webserver
  • Restart memcached if you are using it
  • modify the web server configuration (apache2) site-enable file and add the following line on line number 10 or above
ScriptAlias /coverflow.pl "/var/lib/koha/mykoha/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/coverflow.pl" 
Alias /plugin "/var/lib/koha/mykoha/plugins"
# The stanza below is needed for Apache 2.4+
<Directory /var/lib/koha/mykoha/plugins>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

RSS

© 2024   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop