Page 1 of 1

Blank Page when selecting ConfigServer Explorer

Posted: 18 Sep 2017, 18:47
by craigedmonds
When I click the ConfigServer Explorer link in the side nav, it opens in a new tab but the frame is empty.

See screenshot here: https://www.screencast.com/t/JSu270uAn

Any ideas?

Re: Blank Page when selecting ConfigServer Explorer

Posted: 19 Mar 2018, 14:38
by bert
I have the exact same problem.
Strangely enough, this problem occurred seemingly out of nowhere.
It's suddenly opening in a new tab, and the right side of the page on the new tab is blank.
I already tried setting FASTSTART to 0 in /etc/csf/csf.conf, and then running csf -r, but this doesn't fix it.

Did you fix this issue?
If so, what did you do?

I just ran "/scripts/upcp -force"; also didn't fix it.

Re: Blank Page when selecting ConfigServer Explorer

Posted: 19 Mar 2018, 15:02
by bert
Okay, I solved the issue.
Anyone reading this, you can do the following, but AT YOUR OWN RISK.

1. Create a backup of AT LEAST /etc/csf/csf.allow in another directory.
2. sh /etc/csf/uninstall.sh
3. wget https://download.configserver.com/csf.tgz
4. tar -zxvf csf.tgz
5. cd csf
6. sh install.sh
7. Put back lines of csf.allow that you backed up in step 1.
8. Firewall Configuration -> TESTING = OFF -> "Change" button at the bottom

Re: Blank Page when selecting ConfigServer Explorer

Posted: 23 Sep 2018, 11:12
by naeime
Excellent

Re: Blank Page when selecting ConfigServer Explorer

Posted: 26 Sep 2018, 09:35
by niimma
thanks for good link

Re: Blank Page when selecting ConfigServer Explorer

Posted: 15 Oct 2018, 13:13
by reyhanph72
bert wrote: 19 Mar 2018, 15:02 Okay, I solved the issue.
Anyone reading this, you can do the following, but AT YOUR OWN RISK.

1. Create a backup of AT LEAST /etc/csf/csf.allow in another directory.
2. sh /etc/csf/uninstall.sh
3. wget https://download.configserver.com/csf.tgz
4. tar -zxvf csf.tgz
5. cd csf
6. sh install.sh
7. Put back lines of csf.allow that you backed up in step 1.
8. Firewall Configuration -> TESTING = OFF -> "Change" button at the bottom
great
thanks for share

Re: Blank Page when selecting ConfigServer Explorer

Posted: 07 Jan 2020, 08:39
by JanetRay
bert wrote: 19 Mar 2018, 15:02 Okay, I solved the issue.
Anyone reading this, you can do the following, but AT YOUR OWN RISK.

1. Create a backup of AT LEAST /etc/csf/csf.allow in another directory.
2. sh /etc/csf/uninstall.sh
3. wget https://download.configserver.com/csf.tgz
4. tar -zxvf csf.tgz
5. cd csf
6. sh install.sh
7. Put back lines of csf.allow that you backed up in step 1.
8. Firewall Configuration -> TESTING = OFF -> "Change" button at the bottom
Thanks for sharing this. It worked.