Page 1 of 1

Administration page suddenly no longer comes up

Posted: Thu Dec 08, 2016 9:14 am
by krobertson71
As of yesterday the administration page will not load. Just a blank page. Other admins are getting a 50x error. Linux team could not find anything in the httpd logs or the elastic search or logstash logs.

Any suggestions.

Reboots have all been unsuccessful.

Re: Administration page suddenly no longer comes up

Posted: Thu Dec 08, 2016 10:10 am
by mcapra
Try changing the memory_limit directive in /etc/php.ini to 512M or greater:

Code: Select all

memory_limit = 512M
And then do a service httpd restart. If that doesn't fix the problem, can you share the logs contained in /var/log/httpd?

Re: Administration page suddenly no longer comes up

Posted: Thu Dec 08, 2016 12:11 pm
by krobertson71
That fixed the issue.

Thanks.

You can close this out.