Issues after upgrading from 1.4.3 to 1.4.4
-
Confirmed the issue and pushed up a fix.
For the time being please do:
wget -O /var/www/fog/lib/fog/plugin.class.php https://raw.githubusercontent.com/FOGProject/fogproject/6717f382177e714c1bd22eb11627133cfd4e0ebe/packages/web/lib/fog/plugin.class.php
This will fix it so when you install the plugin, the table actually gets generated.
-
@Tom-Elliott said in Issues after upgrading from 1.4.3 to 1.4.4:
This will fix it so when you install the plugin, the table actually gets generated.
I assume that the OP will need to uninstall and reinstall the plugin to get the plugin installed correctly and the required tables created (??)
-
@george1421 Correct.
-
@Tom-Elliott Thank you Tom, I will run this on Monday, and I’ll let you know if I ran into any problem.
-
Is there any news on this subject. I tryed the fix but the tables still dont get created.
-
@george1421 said in Issues after upgrading from 1.4.3 to 1.4.4:
I assume that the OP will need to uninstall and reinstall the plugin to get the plugin installed correctly and the required tables created (??) -
Yes i did that of course but no success.
-
@herbo Did you run the command given that installs the patched file first?
-
First i ran the command :
wget -O /var/www/fog/lib/fog/plugin.class.php https://raw.githubusercontent.com/FOGProject/fogproject/6717f382177e714c1bd22eb11627133cfd4e0ebe/packages/web/lib/fog/plugin.class.php
(The filesize changed so I assume the update worked)
Then i deinstalled the plugin.
I can successfully reinstall the plugin but it still fails to create the tables.
I tried it a couple of times with LDAP, WOL and my custom plugin but none of them create the tables.SERVER
FOG Version: 1.4.4
OS: Debian 9 -
@herbo Anything in the apache error logs (might be called PHP error log or similar now)?
-
I also have this issue after a clean install, tried the script to patch the new file in but doesn’t seem to have worked anything else i can try?
-
@kagashe I had the same issue but the patch worked in my case.
Just I have uninstalled the plugin before applying the patch.
Just to be sure that you have the good file in place, can you do this ?
cd ~ wget https://raw.githubusercontent.com/FOGProject/fogproject/6717f382177e714c1bd22eb11627133cfd4e0ebe/packages/web/lib/fog/plugin.class.php diff ~/plugin.class.php /var/www/fog/lib/fog/plugin.class.php
-
@marcolefo said in Issues after upgrading from 1.4.3 to 1.4.4:
Just to be sure that you have the good file in place, can you do this ?
Sure!