Invalid Plugin Passed message
-
Server
- FOG Version: 1.4.0RC3
- OS: Ubuntu Server 16.04.2 LTS
Client
- Service Version:
- OS:
Description
Awkward observation I have here. I have been experimenting with Ubuntu Server 16.04.2 LTS since we are moving towards VM’s and I have noticed something weird going on with the plugins. Here is what I have:
-
Installed Ubuntu Server 16.04.2 LTS from scratch. Install mysql-server and mysql-client and created a FOG database. Ran updates and upgrades.
-
Installed FOG Trunk per wiki with git and got to 1.4.0RC3 and everything installs correctly. I then try to install a plugin like the location and LDAP plugin and I get a invalid plugin passed. So I went ahead and started from scratch again.
-
Installed normal FOG 1.3.5 per wiki and everything works again. Installed location and LDAP plugins with no problems. With this working now, I went ahead and upgraded to Trunk with 1.4.0RC3 and plugins still work.
-
WIth 1.3.5 updated to 1.4.0RC3 and the plugins from 1.3.5 working, I tried again to install another plugin like slack. Once again I am prompted with a invalid plugin passed.
This is what I got from the apache error log:
[Fri Apr 07 14:34:03.107139 2017] [mpm_event:notice] [pid 4167:tid 140090175522688] AH00489: Apache/2.4.25 (Ubuntu) configured -- resuming normal operations [Fri Apr 07 14:34:03.107673 2017] [core:notice] [pid 4167:tid 140090175522688] AH00094: Command line: '/usr/sbin/apache2' [Fri Apr 07 14:38:55.903436 2017] [mpm_event:notice] [pid 4167:tid 140090175522688] AH00491: caught SIGTERM, shutting down [Fri Apr 07 14:38:56.104457 2017] [mpm_prefork:notice] [pid 17075] AH00163: Apache/2.4.25 (Ubuntu) configured -- resuming normal operations [Fri Apr 07 14:38:56.104941 2017] [core:notice] [pid 17075] AH00094: Command line: '/usr/sbin/apache2' [Fri Apr 07 14:38:57.112931 2017] [mpm_prefork:notice] [pid 17075] AH00169: caught SIGTERM, shutting down [Fri Apr 07 14:38:57.526826 2017] [mpm_prefork:notice] [pid 17150] AH00163: Apache/2.4.25 (Ubuntu) configured -- resuming normal operations [Fri Apr 07 14:38:57.527111 2017] [core:notice] [pid 17150] AH00094: Command line: '/usr/sbin/apache2' [Fri Apr 07 14:44:52.696193 2017] [mpm_prefork:notice] [pid 17150] AH00169: caught SIGTERM, shutting down [Fri Apr 07 14:47:50.768601 2017] [mpm_prefork:notice] [pid 33930] AH00163: Apache/2.4.25 (Ubuntu) OpenSSL/1.0.2k configured -- resuming normal operations [Fri Apr 07 14:47:50.768954 2017] [core:notice] [pid 33930] AH00094: Command line: '/usr/sbin/apache2' [Fri Apr 07 15:10:36.377463 2017] [mpm_prefork:notice] [pid 33930] AH00169: caught SIGTERM, shutting down [Fri Apr 07 15:11:00.480108 2017] [mpm_prefork:notice] [pid 39492] AH00163: Apache/2.4.25 (Ubuntu) OpenSSL/1.0.2k configured -- resuming normal operations [Fri Apr 07 15:11:00.484603 2017] [core:notice] [pid 39492] AH00094: Command line: '/usr/sbin/apache2'
Any ideas what this could be? Thank you guys.
-
Confirmed and fixed in working branch.
If you need the immediate fix, please run:
wget -O /var/www/fog/lib/pages/pluginmanagementpage.class.php https://raw.githubusercontent.com/FOGProject/fogproject/9bc26b4c65122553d96ddd7c486e700cebdfb22e/packages/web/lib/pages/pluginmanagementpage.class.php
-
@Tom-Elliott will you please slow down!! I was just spinning up a new FOG install to prove out the error!! I guess all I have left to do is go get a beer now and relax.