No Web Interface After Upgrade
-
@Tom-Elliott said:
I believe what you are running into is a linked link that is causing issues.
I think for some reason several people are recently suffering from this.
-
I have the exact same trouble. Now I have no access to my FOG-system. My own fault as the svn is not stable, I know. Any idea how to fix this? I will try the mentioned stuff tomorrow.
-
@Wayne-Workman I’ve added code to test and remove these links if they are present.
I don’t know if it will be a solid fix for the issue but at least I think it is a step in the right direction.
-
@pmonstad whenever there is a blank screen it usually means an error for unexpected method calls or what have you. It means there is likely an error thrown in the Apache error logs so please get me some of the lines so I can better help and fix the problem.
-
You should find the log file in /var/log/apache2/error.log on your FOG server…
-
@Sebastian-Roth I believe I found the issue. It wasn’t, per say, a problem, but it was/is.
I’ve done some rewriting to hopefully thwart this problem now. Hopefully I’ve made the DB stuff MUCH more stable as I don’t know what/why there were continuous problems. What I did find out is that INSERT/UPDATE/DELETE statements do NOT return rows of data, this (I hope/believe) was the problem of 0 ID’s being entered into the DB, as well as invalid hosts being added.
I am hoping that things will be better, for all.
-
This post is deleted!