Re: [Koha] Can't enable Plugins
HiĀ Bob Ewart I apply all steps for koha plugins, I had the following error: Software error: Undefined subroutine &main::/var/lib/koha/koha/plugins called at (eval 60) line 2. ...propagated at /usr/share/perl/5.18/base.pm line 83. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client/Response.pm line 68. Compilation failed in require at /usr/share/perl5/Authen/CAS/Client.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client.pm line 8. Compilation failed in require at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 59. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 68. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/plugins/plugins-home.pl line 26. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/plugins/plugins-home.pl line 26. Sami Al-Asheh
Hi Sami What I've found is that 3.16 works. 3.18 fails! Chapter 14.1 Plugins is incorrect. See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13472 I've filed a bug 13473 on 3.18 Try 3.16 and just change the <plugins_enabled> line in your koha-conf.xml file to <plugins_enabled>_1_</plugins_enabled>. You may have to give write privileges to the plugins directory. On 12/16/2014 01:41 AM, Sami M. Rasheed wrote:
Hi Bob Ewart I apply all steps for koha plugins, I had the following error: Software error: Undefined subroutine &main::/var/lib/koha/koha/plugins called at (eval 60) line 2. ...propagated at /usr/share/perl/5.18/base.pm line 83. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client/Response.pm line 68. Compilation failed in require at /usr/share/perl5/Authen/CAS/Client.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client.pm line 8. Compilation failed in require at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 59. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 68. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/plugins/plugins-home.pl line 26. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/plugins/plugins-home.pl line 26.
Sami Al-Asheh
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
That should be <plugins_enabled>1</plugins_enabled>. Don't know where the extra underscores came from. On 12/16/2014 11:26 AM, Bob Ewart wrote:
Hi Sami
What I've found is that 3.16 works. 3.18 fails!
Chapter 14.1 Plugins is incorrect. See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13472
I've filed a bug 13473 on 3.18
Try 3.16 and just change the <plugins_enabled> line in your koha-conf.xml file to <plugins_enabled>_1_</plugins_enabled>. You may have to give write privileges to the plugins directory.
On 12/16/2014 01:41 AM, Sami M. Rasheed wrote:
Hi Bob Ewart I apply all steps for koha plugins, I had the following error: Software error: Undefined subroutine &main::/var/lib/koha/koha/plugins called at (eval 60) line 2. ...propagated at /usr/share/perl/5.18/base.pm line 83. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client/Response.pm line 68. Compilation failed in require at /usr/share/perl5/Authen/CAS/Client.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client.pm line 8. Compilation failed in require at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 59. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 68. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/plugins/plugins-home.pl line 26. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/plugins/plugins-home.pl line 26.
Sami Al-Asheh
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Bob Ewart -
Sami M. Rasheed