Anyone else see the irony here?.. It’s failing on a portion entitled: “cleanInvalidEntries”…
Edit - Yep… it’s late in the day… lol
Anyone else see the irony here?.. It’s failing on a portion entitled: “cleanInvalidEntries”…
Edit - Yep… it’s late in the day… lol
I made the changes, but the schema update page is still solid white.
I checked the apache logs, and now, all i get is:
administrator@FOG:~$ sudo tail /var/log/apache2/error.log
[sudo] password for administrator:
[Thu Jul 30 16:32:57.197238 2015] [core:error] [pid 24249] [client 10.20.23.135:60588] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:57.197260 2015] [core:error] [pid 24249] [client 10.20.23.135:60588] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:57.985251 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:57.985315 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:57.997296 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:57.997316 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:57.998069 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:57.998085 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:58.006411 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
[Thu Jul 30 16:32:58.006424 2015] [core:error] [pid 24250] [client 10.20.22.136:58385] AH00082: an unknown filter was not added: PHP
administrator@FOG:~$
This is the same issue i’m having!!!
See my thread --> https://forums.fogproject.org/topic/5532/latest-svn-keep-getting-404-error-on-management
@Tom-elliott : I did as you asked, and now i’m back to the same FOGCore error, that I was having in my original screen shot below.
This seems to be a php issue… Is there anything that’s changed on the FOG side, that would affect this? The previous version of FOG i was on (svn build 3728, I believe) was working just fine. There haven’t been any updates ran through Ubuntu.
OK…
I uninstalled php5, re-installed, re-ran fog install. Still getting the same blank page in Chrome, but in IE, i’m getting a 500 Server Error. And now, the apache log is showing a different error…
@Junkhacker : I tried to install php5, per your instructions, but it’s just saying “php5 is already the newest version.”.
Anyone else see the irony here?.. It’s failing on a portion entitled: “cleanInvalidEntries”…
Edit - Yep… it’s late in the day… lol
The PHP error log doesn’t exist…
This is the Apache error log:
Well, it appears that my forwarder no longer exists. It is connecting to apache though. If I attempt to go to a page that doesn’t exist, I get a 404 error. With the fog management page, I just get a solid white page. If you view the source for the page, this is all I get:
<html>
<head></head>
<body>
<script type="text/javascript">(function () {
return window.SIG_EXT = {};
})()</script>
</body>
</html>
No. A while back, I added a forwarder that goes straight to the …/fog/management/index.php page. It’s never had a problem.