CSF dashboard not showing within Directadmin control panel

That is similar solution posted on #6. Reset all directadmin permission files.
The reset of all directadmin permissions with set_permissions.sh all was not the solution.

It works well with : chmod 711 /usr/local/directadmin/plugins

This solved the problem.
 
The reset of all directadmin permissions with set_permissions.sh all was not the solution.

It works well with : chmod 711 /usr/local/directadmin/plugins

This solved the problem.

My bad because I thought the script would also change the folder since that folder belongs to DA. I gone through the code and I also did not see any plugins path that is set in the set_permission.sh.
 
My issue above was a bug, support informed me of the solution and it worked fine.

Permissions on /usr/local/directadmin/plugins need to be set to 711.
Tried that and now when trying to login to the Directadmin dashboard its saying:

ERROR
Cannot read property '0' of undefined


Tried in a different browser, different error:


Error
t.DOMAIN_LIST is undefined

UPDATE: Had to change back to 755 for it to work again. (CSF still not working within the DA dashboard)
 
Last edited:
Huh, I have the answer somewhere in he back of my mind but can’t remember it.

Maybe try enabling PHP errors so as we can see the problem.

Other things you should try:
Code:
yum install perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph -y

[root@server1 /]# yum install perl-GDGraph
Last metadata expiration check: 1:37:39 ago on Fri 21 Aug 2020 11:28:49 BST.
No match for argument: perl-GDGraph
Error: Unable to find a match: perl-GDGraph
 
[root@server1 /]# yum install perl-GDGraph
Last metadata expiration check: 1:37:39 ago on Fri 21 Aug 2020 11:28:49 BST.
No match for argument: perl-GDGraph
Error: Unable to find a match: perl-GDGraph

This was taken from some help articles. But yeah, trying this was worth a shot.

Glad the OP has found a solution.

Kind regards
 
Back
Top