Plugin Management on 1.3.0
-
Server
- FOG Version: 1.3.0 (Official from SF)
- OS: Ubuntu 16.10 Server
Client
- Service Version:
- OS: Windows 10
Description
After creating a fresh Ubuntu install (again) and installing FOG from SF, I went to enable the plugin system. After checking the box under ‘FOG Settings’, I clicked over to the ‘Plugin Management’ icon and I got a HTTP 500 error. Below is the corresponding entry in the Apache error log. The only change I had made to the server prior was installing ssh-server, molly-guard and aptitude. At the start of the FOG install, I did see a message saying that the installer would have to reinstall apache and php files, which I accepted.
[Thu Dec 29 13:10:20.858079 2016] [php7:error] [pid 31667] [client 192.168.34.119:54638] PHP Fatal error: Uncaught Error: Call to a member function set() on null in /var/www/fog/lib/fog/plugin.class.php:153\nStack trace:\n#0 /var/www/fog/lib/fog/plugin.class.php(195): Plugin->_getDirs()\n#1 /var/www/fog/lib/pages/pluginmanagementpage.class.php(47): Plugin->getPlugins()\n#2 /var/www/fog/lib/fog/fogpagemanager.class.php(394): PluginManagementPage->__construct()\n#3 [internal function]: FOGPageManager->{closure}('/var/www/html/f...')\n#4 /var/www/fog/lib/fog/fogpagemanager.class.php(399): array_map(Object(Closure), Array)\n#5 /var/www/fog/lib/fog/fogpagemanager.class.php(182): FOGPageManager->_loadPageClasses()\n#6 /var/www/fog/management/index.php(49): FOGPageManager->render()\n#7 {main}\n thrown in /var/www/fog/lib/fog/plugin.class.php on line 153, referer: http://192.168.34.28/fog/management/index.php?node=about&sub=settings
-
-
@Tom-Elliott Thanks, that took care of it. My Google Search-fu clearly needs work.